Flutter is an open-source framework developed by Google and it is probably the most loved one to build cross-platform applications nowadays. It was released in 2017 and since then the community has grown so much that you can find enough help by just ... https://kerollosragaie.com/top-7-best-practices-in-flutter
- You can show beautiful floating snackbars. There are so many snack bar packages out there in pub dev. But recently I found this package that lets you uplift your SnackBar or MaterialBanner experience in the app. It’s super easy to implement and lo... https://kerollosragaie.com/top-6-packages-one-should-not-miss-flutter
Bloc stands for Business Logic Components; it aims to separate the application’s business logic from User Interface, making the application code more unambiguous, scalable, and testable.
Today we learn about Bloc V/S Cubit In Flutter Application. In... https://kerollosragaie.com/bloc-vs-cubit-in-flutter-application

Hey everybody, Are you someone that's interested in App development? Do you wanna learn tech that is emerging and has huge potential moving forward? Then you're at the right place. We will be learning about Flutter today! Without further ado, let's j... https://rohitlogs.com/from-zero-to-flutter-setting-up-your-development-environment-and-first-app

In today’s digital age, barcode and QR code scanning have become essential features in many mobile applications. Whether for product scanning in retail apps or ticket scanning in event management apps, the ability to scan and decode barcodes and QR c... https://siddhardha.hashnode.dev/highperformingbarcodeqr

If you have an alert dialog containing a DropdownButton widget you might notice that when an item is selected its value does not update as you intend. Whenever you click on an option within the DropDown you want it to display the selected value. So l... https://jacksiro.hashnode.dev/dropdownbutton-selection-in-a-dialog-wont-update-value

One of the most controversial topics in Flutter is which state management solution to choose from. Because Flutter offers so many state management solutions. Therefore, any new Flutter developer would be confused about choosing the right state manage... https://cavin.hashnode.dev/the-ultimate-state-management-battle-in-flutter

Saving an image downloaded from the Internet in the filesystem is one of the most elementary tasks that any application can do. Convert image to file: what we'll learn In this article, we will start from the base that we already have the URL of an im... https://davidserrano.io/save-image-to-file-flutter

Here's a step-by-step setup guide for your installation of the flutter app in the Linux (Ubuntu) ecosystem. Installation Install Jre and Jdk
Check if java is installed on your computer.
java --version
if java is not installed you'll get the follow... https://soumali28.hashnode.dev/guide-to-install-and-setup-flutter-linux

Bloc stands for Business Logic Components; it aims to separate the application’s business logic from User Interface, making the application code more unambiguous, scalable, and testable.
Today we learn about Bloc V/S Cubit In Flutter Application. In... https://kerollosragaie.hashnode.dev/bloc-vs-cubit-in-flutter-application