© 2023 Hashnode
#flutter-sdk
Flutter is a free and open-source mobile application development framework created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, and the web. One of the key feat…
Navigation is an essential part of any mobile application. A well-architected application provides users with consistent navigation which further enhances user experience and helps keep the app organi…
Hello there!, hope you are doing great, in this article i want to share my flutter journey, how i learned it and landed my first internship in my college second year. In 2020 June, during the covid lo…
Flutter 3.0 was released at Google I/O 2022. This new release completes Flutter’s journey to Multi-Platform support. There were a lot of announcements across all the technologies and products Google i…
Hello Friends, Why must we show the new application version available to customers or users? Every new release with new functionality and developer resolves bugs and makes the application a more use…
Introduction Swipe actions, or swipe gestures, are something that's very common in mobile apps. In its most common form, the "swipe to dismiss" pattern is something you might have seen in email apps, …
Hello and welcome back to Flutter App Dev Tutorial Series. Before this, we have already made a splash screen, wrote a theme, made a custom app bar, made authentication screen, set up a connection with…
Snack Bars, Alert Dialogs, ProgressIndicators, and similar items are very essential tools to enhance the user experience on an application regardless of platform. Intro Welcome to another exciting bl…
When we request permissions in our app through the relevant APIs that grant access to sensitive system features, it is very important that we have foreseen all possible cases in advance. For example, …
Create Firebase Project; Connect the Firebase cloud project with a Flutter project from the Command Line Terminal; Install the Firebase and FlutterFire CLI; Set up Firebase locally with the local emul…