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.
-
Boost Your Flutter App Performance With These 6 Tips
Get better scrolling and animations, less memory consumption, and more execution speed. Boost your Flutter app performance with these 6 tips. And if you want more, I have a free ebook with additional tips for you at the end!
-
6 Easy Tips When Working With SetState In A Flutter Application
Follow these 6 easy tips when working with setState in a Flutter application and learn more about the mechanics of setState. Stick to the best practices to not encounter any unwanted errors.
-
How To Add A Google Map To Your Flutter App
Let’s learn how to add a Google map to your Flutter app and use location services to display the current position. Everything you need to know to get started with Google Maps in Flutter is right here!
-
How To Organize Your Flutter App Assets, Styles, Colors, Images
A large app contains many resources in different places. Learn how to organize your Flutter App assets, styles, colors, images. Here are some ideas to give more structure to your projects.
-
Choose the Best Data Storage Solution for Your Flutter App
Learn how to choose the best data storage solution for your Flutter app between local storage, secure storage, or a cloud database. With this guide, they won’t be any open questions about what’s the correct approach for your app!
-
How To Send Push Notifications With Firebase
Using Firebase Cloud Messaging and Firebase Cloud Functions we can achieve this. Learn how to send push notifications with Firebase. This vital feature needs to be part of every app in today’s world!
-
How To Create Windows Apps With Flutter
Here is a short guide on how to create Windows apps with Flutter. Learn how to build executables and MSIX packages. Use the power of Flutter Desktop and create beautiful apps for Windows!
-
How To Use Flutter Image Picker And Firebase Storage
Let’s have a look at how to use Flutter image picker and Firebase storage to save your images in the cloud. Create device-independent apps so that your users can always access their data!
-
How To Enable Firestore Cache In Flutter Web Apps
Reduce database load and add offline capabilities to your apps. Here is how to enable Firestore cache in Flutter web apps. If you target Android or iOS, caching is enabled by default!
-
How To Deploy Your Flutter Web App To Microsoft Azure
Microsoft and Flutter aren’t the best friends. But anyway, here is how to deploy your Flutter web app to Microsoft Azure. If you are familiar with Firebase Hosting, then you’ll notice a few similarities!
-
How To Send Emails For Free With The Brevo REST API
Brevo offers a powerful free bulk-email service. Here is how you can send emails for free with the Brevo REST API. Grab your free package with 300 emails per day with Brevo!
-
How To Secure Your Firebase Backend With App Check
Here is how how to secure your Firebase backend with App Check. I’ll demonstrate the setup with a Flutter app. Don’t let intruders make your bill go crazy!
-
How To Easily Use Firebase Storage From Your Flutter App
In this article, I’ll show you how to easily use Firebase Storage from your Flutter app to read and write data. Make your app cloud-ready with this guide!
-
How To Control Apps With Firebase Remote Config
Here is how to control apps with Firebase Remote Config without the need to release a new update for your apps. You can also do A/B testing and create feature flags with this service!
-
How To Add New Firebase Features With Extensions
Firebase allows installing various extensions to further increase functionality. Here is how to add new Firebase features with extensions. Instead of writing everything from scratch, you can pay some cents and use a plug and play extension from Firebase!
-
How To Host Your Flutter Web App With Firebase Hosting
Here is how to host your Flutter web app with Firebase Hosting. This article guides you through all the steps needed. This service is free of charge!
-
How To Work With Firebase Cloud Functions In Flutter Apps
In this article, I will demonstrate how to work with Firebase Cloud Functions in Flutter apps in the most simple way. This is your entry into the world of cloud computing!
-
How To Navigate Between Pages In Your Flutter Application
In this article, we are going to implement navigation logic and learn how to navigate between pages in your Flutter application. Create multi-page apps without any effort!
-
How To Create A New Flutter Project
This short article shows how to create a new Flutter project in 3 different ways, so you can start working on your app. Here is how to do it with Visual Studio Code, Android Studio, and the command line.
-
How To Prevent RichText Styling Issues In Flutter
Learn how to prevent RichText styling issues in Flutter apps and consider using the alternative Text.rich. This small tip will save you time!