Skip to main content

23 posts tagged with "Flutter"

Collection of Flutter related posts

View All Tags

How To Create Your First Flutter App

· 8 min read
Flutter Developer
Last updated on September 6, 2021

Flutter is a cross-platform application development framework released in December 2018 by Google. Since then, its community has been growing rapidly, and the Flutter framework is being adopted by many top-level software development companies. Let’s take a look at how you can create your first Flutter app in no time.

build flutter apps

How to Set App Icons in Flutter for ios and Android

· 3 min read
Full Stack Developer
Last updated on July 9, 2025

Until recently, setting up app icons in Flutter app projects was a long and arduous process. Each respective Android and iOS version of a project required copying and replacing default icons in your res & assets folders. Fortunately, this has changed. With the release of Flutter Launcher Icons by the Flutter development team, app icon generation can be automated and executed instantly.

How to Generate the Flutter Release APK for Android

· 5 min read
Flutter Developer
Last updated on February 23, 2021

When it comes to signing a mobile app and building the release version of a mobile app, we need to dive into the whole process. Sometimes it seems that coding the application is much easier than releasing the app in the Google Play Store or App Store. Especially on Flutter. Generating the Flutter Release APK for Android might seem a little tedious at first, so we are covering the process step by step in this Flutter tutorial.