Tag: flutter

Creating A Flutter Barcode Scanner

Creating a Flutter barcode scanner

Dev

Learn how to create a barcode scanner app in Flutter to recognize a QR code and display a list of predefined options.

Lewis Cianci
Nov 10, 2021 ⋅ 5 min read

Create responsive layouts with Flexible and Expanded widgets in Flutter

Dev

Avoid common overflow errors when creating responsive layouts in Flutter with the Expanded and Flexible widgets.

Chinedu Imoh
Nov 4, 2021 ⋅ 4 min read
Choosing the Right Database for Your Flutter Application

Choosing the right database for your Flutter application

Dev

Learn about the SQL and NoSQL options for databases in Flutter, including sqflite, Hive, Firebase, and more.

Eshiet Ekemini
Nov 4, 2021 ⋅ 8 min read
How to Use Custom Fonts in Flutter

How to use custom fonts in Flutter

Dev

Learn how to add a custom font to your project by creating a basic Flutter app that displays texts with different font styles.

Shubham Soni
Nov 3, 2021 ⋅ 4 min read
How to Persist Data in Flutter Using SQLite

How to persist data in Flutter using SQLite

Dev

Data persistence at the client app level is crucial. Learn how to access and run database queries in SQLite by using the sqflite Flutter package.

Vijit Ail
Oct 29, 2021 ⋅ 6 min read
Learning AWS Amplify with Flutter

Learning how to use AWS Amplify in Flutter

Dev

Learn about what AWS Amplify is and how to integrate it while building a Flutter to-do app.

Himanshu Sharma
Oct 29, 2021 ⋅ 8 min read
Flutter geolocations and geolocator

Geolocation and geocoding in Flutter

Dev

Implementing location discovery can require confusing and complex boilerplate, but Flutter’s location and geocode packages make it simple.

Bhavya Mishra
Oct 26, 2021 ⋅ 5 min read
Flutter Redux: Complete tutorial with examples

Flutter Redux: Complete tutorial with examples

Dev

Learn about data flow, state management structure, and using Redux in your Flutter apps in this detailed tutorial.

Damilare Jolayemi
Oct 25, 2021 ⋅ 8 min read
Understanding Flutter's Timer class and Timer.periodic

Understanding Flutter’s Timer class and Timer.periodic

Dev

Learn how to use Flutter’s Timer class and Timer.periodic to implement timers into mobile applications for various use cases.

Milind Mevada
Oct 22, 2021 ⋅ 6 min read
Flutter Slider widgets: A deep dive with examples

Flutter Slider widgets: A deep dive with examples

Dev

In this deep dive tutorial on the Flutter Slider widget, learn how to customize your sliders by applying custom themes and designing your own.

Souvik Biswas
Oct 20, 2021 ⋅ 10 min read
Containerizing Flutter web apps with Docker

Containerizing Flutter web apps with Docker

Dev

Learn how to containerize your Flutter web apps, allowing them to run consistently on any operating system or infrastructure.

Damilare Jolayemi
Oct 19, 2021 ⋅ 5 min read
Handling Gestures in Flutter

Handling gestures in Flutter

Dev

Learn to handle gestures like long press, tap, and pinch in Flutter with the GestureDetector widget, and see their practical application.

Ivy Walobwa
Oct 18, 2021 ⋅ 6 min read