Tag: Flutter
-
How To Remove The Debug Banner In A Flutter Application
A productive app should not have it. So here is how you can remove the Flutter debug banner in your applications.
-
How To Store Flutter App Data On Your Device
In this article, I’ll show you how to store Flutter app data on your device with the plugin shared_preferences. It’s the default solution when you want to store some data!
-
How To Create A Firebase Project And Link It With Your Flutter App
Firebase is the perfect choice to add cloud capabilities to your apps. Here is how to create a Firebase project and link it with your Flutter app. Start your Firebase journey with this guide!
-
How To Install Packages In Your Flutter App
This short article shows how to install packages in your Flutter app so that you can use existing code and you don’t have to write everything yourself.
-
How To Create Beautiful Line Charts In A Flutter App
People like charts. They are an easy way to display data. So here is how to create beautiful line charts in a Flutter app. This is perfect for any dashboard you want to build!
-
How To Log In From A Flutter Web App With A Microsoft Account
Microsoft is a big player in the enterprise environment. So here is how to log in from a Flutter Web App with a Microsoft organization account. Once the setup is complete, it works flawlessly!
-
How To Create Beautiful Charts And Graphs In Your Flutter Application
Learn how to create beautiful charts and graphs in your Flutter application to create dashboards or visualize statistic evaluations. With this article you can get started quickly!
-
How To Use The Scaffold Widget In A Flutter Application
Here is how to use the Scaffold widget in a Flutter application to create a consistent app skeleton in no time. It’s the most common basic building block in Flutter apps and here is how it works!
-
How To Implement Drag And Drop In A Flutter Application
Here is how to implement drag and drop in a Flutter application and build awesome user interfaces for all input types. Give your users some gestures to play around!
-
How NOT To Initialize Lists In Dart: Avoiding Object Sharing And Null Value Surprises
I never really had trouble with lists in dart. But only until I used null values. Don’t fall for this trap like I did!
-
How To Make A Simple Quiz Page Widget For Flutter Apps
Challenging your users with questions is common. So here is how to make a simple quiz page widget for Flutter apps.
-
I Built A Custom Search Function For My WordPress Blog With Flutter And Firebase
Learn how I built a custom search function for my WordPress blog with Flutter and Firebase, and discover how you can do it too! And it was even fun to build this!
-
Flutter vs .NET MAUI: Which Is Better For Creating Cross-Platform Apps?
Here are my observations after extensively testing and building feature-rich apps using both Google and Microsoft frameworks.
-
How To Use Animations And Animated Widgets In Flutter Apps
Here’s how you can animate your Flutter widgets to make your app stand out from the rest with ease. Make your apps look nicer and present your users a better UX with animations!
-
Firebase WhatsApp Clone Built With Flutter in No Time!
I built a WhatsApp clone with Flutter and Firebase in a few hours. Here is what I came up with.
-
Create Your Own Custom URL Shortener with Firebase in Just a Few Simple Steps
Save coding time by using Firebase Extensions and create an URL shortening service in minutes! Here’s the full guide.
-
How To Add Swipe To Dismiss In Flutter Apps For A Better UX
Here is how you can implement the swipe-to-dismiss pattern in ListViews of a Flutter applications. It takes 5 minutes to implement it.
-
Clean Code, Happy Developer: How To Use Linters In Your Flutter App Development Workflow
Here is how you add and use linters in your Flutter app to enhance and maintain higher code quality. Customize them to your needs!
-
Building A Simple Text Translation App With Flutter And Firebase
With Firebase Extensions you can build a simple text translation app that does most of the work for you.
-
How To Work With Dialogs, Toasts, And Overlays In Flutter Apps
Flutter offers predefined widgets for dialogs, toasts, and overlays. This article shows how you use them properly with code examples. Here is how to work with dialogs, toasts, and overlays in Flutter apps!