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.
-
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!
-
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.