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.
-
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!
-
How To Do Widget Testing In A Flutter Application
Let’s have a look at how Widget testing in Flutter apps works. Improve your testing knowledge with this guide.
-
A Comparison Of 6 JsonToDart Tools For Flutter/Dart Developers
Instead of writing code yourself, you can always use generators to create Dart model classes from JSON. Here are the results of my evaluation of some free tools for you.
-
All You Need To Know About The Default Flutter Project Folders And Files
A new Flutter project contains a lot of files and folders. In this article, we’ll inspect them and reveal their purposes.
-
The Flutter pubspec.yaml In Detail
The pubspec.yaml file is the main configuration file for your Flutter app. In this article, we’ll have a look at its contents.
-
How To Use The Flutter Doctor Diagnostics Tool In The Right Way
If you are not feeling well, you go and see a doctor. The same goes for Flutter.
-
How To Use Location Services In Your Flutter Application
In this article, we are having a look at location services and how we can get the current position of the device in our Flutter application.
-
How To Use The Flutter Command-Line Interface
In this article, we are looking at the Flutter CLI and its most common use cases for building, testing, deploying, and running Flutter applications.
-
Here Are My Top 5 Free extensions For VS Code For Flutter Developers
In this article, I am going to present my top 5 free extensions for Visual Studio Code to you. They offer a jump start for your development progress.
-
Flutter Mockito Package Cheat Sheet
This article is all about the possibilities of mocking that the Mockito package provides. We’ll look into setting up mocks, verifying the calls, and pitfalls to avoid.