How To Display A SnackBar In Flutter

Hi, It's Kest Again And I am about to show you how to display a snackbar in Flutter. What's a SnackBar anyway? 🤔🤔🤔A SnackBar is a Flutter widget that enables you to temporarily display a pop-up message in your app. It usually appears at the bottom... https://kest.hashnode.dev/how-to-display-a-snackbar-in-flutter

Get the best out of Flutter flavors with flutter_flavorizr

Introduction Flavors are a way of creating different environments for our application. It allows us to specify the app configuration for each of our cases. For example, we want to create a development flavor that is going to use different API endpoin... https://pierre-dev.hashnode.dev/get-the-best-out-of-flutter-flavors-with-flutterflavorizr

What is and How to use Shared Preferences in Flutter?

Introduction Have you ever thought about how your settings are saved in the mobile app even after you close your app? If yes, then the answer to the question is local storage. Every app uses a small amount of local storage to store such small setting... https://cswithiyush.hashnode.dev/what-is-and-how-to-use-shared-preferences-in-flutter

Flutter Alert: Incorrect use of ParentDataWidget.

Today I came across this exception and I am trying to figure out what could have caused the error. ======== Exception caught by widgets library ======================================================= The following assertion was thrown while applying... https://nimishdalal.hashnode.dev/flutter-alert-incorrect-use-of-parentdatawidget

This week in Flutter #42

This week I have been busy integrating GitLab's code quality features in the Flutter projects I am working on. We do not use CodeClimate, and it does not seem to support Dart anyway, so I had to look into other solutions. Dart Code Metrics analyzes a... https://mvolpato.hashnode.dev/this-week-in-flutter-42

Flutter errors while setting it up on the Android Studio or VS code IDE

Here are some compilation of errors i encountered and here are the solutions Some errors I got and how I fixed it: (ERROR 1): [flutter] flutter doctor -v 'crumb' is not recognized as an internal or external command, operable program or batch fi... https://akashgreninja.hashnode.dev/flutter-errors-while-setting-it-up-on-the-android-studio-or-vs-code-ide

How to enable Passwordless Authentication using Flutter & Magic SDK

Introduction In todays' article, we will see how we can implement a new user authentication method. There are a lot of traditional ways like email-password, Google auth, and OTP verification but today we will focus on passwordless email authenticatio... https://cswithiyush.hashnode.dev/how-to-enable-passwordless-authentication-using-flutter-and-magic-sdk

Full Stack development in 2022: trends, frameworks and languages.

Self-update or de deprecated The tech industry is continuously evolving, changing, new tools are made every day and new frameworks are created or mass adopted. The point of this post is to glimpse at what's going on, check the current trends and wher... https://bognov.tech/full-stack-development-in-2022-trends-frameworks-and-languages

5 MORE mistakes every new Flutter developer must avoid.

Introduction Well, recently I wrote about 5 mistakes that every new Flutter developer must avoid. Looks like a lot of people related to that post so I decided to add 5 More mistakes that probably every new Flutter developer makes. If you have stumbl... https://cswithiyush.hashnode.dev/5-more-mistakes-every-new-flutter-developer-must-avoid

Working With Markdown in Flutter, Dart

Hey 👋, Prince here from Desi Programmer. Let's talk about rendering markdown using Flutter. Markdown The markdown package , written purely in Dart, parses markdown content into HTML. Not something that we are interested in right now, Although you ca... https://desiprogrammer.hashnode.dev/working-with-markdown-in-flutter-dart


Search