monthly archives: July 2022

In this guide, we will learn how to implement the QR code Scanner in Flutter by using the external package name qr_code_scanner. A QR code scanner that works on both iOS and Android by natively embedding the platform view within Flutter. The integration with Flutter is seamless, much better than jumping into a native Activity […]

Continue Reading  

In this guide, we will learn how to save an image to the gallery by using the external package name gallery_saver in a flutter. Basically, it saves images and videos from the network or temporary files to external storage. Both images and videos will be visible in Android Gallery and iOS Photos. To set up the […]

Continue Reading  

As mobile developers, we sometimes have to create sliding, animated, background image carousels, but sometimes we require to create a sliding card carousel that contains some data with different background colors or gradients. In this guide, we will learn how to implement the Carousel Slider in a flutter.  Carousel Slider is one of the most […]

Continue Reading  

In this guide, we will learn how to implement the URL launcher in a flutter. While developing mobile applications, there are so many times when we have to interact outside of our applications. So to achieve this Flutter provides an easy way to use url_launcher package. The URL Launcher is a Flutter plugin that allows your […]

Continue Reading