Deploying the Flutter app on the App Store

Deploying the Flutter app on the App Store is an easy process that takes some work, your app can reach a wide audience of iOS users who can easily download and install it on their iPhones or iPads. This enables your app to provide valuable services to your customers. Additionally, being on the App Store allows …

Download PDF in Flutter using Java on Android

Learn how to make an Android native call from Flutter Downloading PDF files in the user download directory on Android is a widespread feature, a lot of apps use PDF viewing and downloading features. I hoped that flutter plugins could solve my problem but they didn’t. Fortunately, it was working great on iOS but it …

Call swift native code from Flutter

Learn how to make a Swift native call from Flutter In this tutorial, we are going to call a simple swift method of AppDelegate.swift file from flutter. Let’s create a brand new flutter app by running the following command on your terminal Delete everything inside the method _incrementCounter() on your main.dart file and make it …

Generate Google Play Badge Icon

To generate a Google Play badge icon, you can visit the Google Play badge generator on the Google Developers website. This tool allows you to customize the appearance of the badge by selecting various options such as badge size, language, and app type. Once you have made your selections, the generator will provide you with …