Tag: Flutter
Flutter is a cross-platform app development framework developed by Google. All articles that are tagged with Flutter on QuickCoder can be found here.
-
How To Use Firebase Authentication In Your Flutter App
Here is how to use Firebase Authentication in your Flutter app to authenicate your users without any effort. Don’t bother building your own authentication service and use this proven service instead!
-
How To Show Test Coverage Of A Flutter App In Visual Studio Code
Here is a short guide about how to visualize code coverage of a Flutter app in Visual Studio Code.
-
How To Create A Nice Mouse Hover Effect In A Flutter App
Learn how to create a nice mouse hover effect in a Flutter app to make it more appealing on the desktop and web platform.
-
How To Write Unit Tests For A Flutter Application
We cover a basic example of how to write unit tests for a Flutter application. Explained code samples are included. Here is how to write unit tests for a Flutter application!
-
Build Flutter Apps For iOS, Android, And Windows With Azure DevOps
A ready-to-use and working build pipeline for Azure DevOps to build Flutter apps for iOS, Android, and Windows. All packages are store-ready!
-
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.