Flutter Packages and Localization
Internationalizing Flutter apps is pretty simple and straightforward as documented in the official website. But there is no clear documentation about localizing a Flutter packages and adding support for more…
Internationalizing Flutter apps is pretty simple and straightforward as documented in the official website. But there is no clear documentation about localizing a Flutter packages and adding support for more…
Tired of switching flutter versions, running long build runner commands, cocoapods issues, incompatible ruby versions and fastlane? Worry not, we can fix it all. Hi, I am a flutter developer…
We don't always want a material or a cupertino back button in our flutter app. So we use leading property in the appbar to use a custom back button. But…
Create an app lock feature in a Flutter app which will blur the app when locked and ask for biometric to unlock.
Image cropping becomes necessary in apps when we want to save bandwidth by removing unnecessary image parts. For example we want to upload a thumbnail and we don't want it…
Before we can publish our app on Google Play Store we need to give our app a digital signature by signing it. Also we need to provide a good launcher…