Tag: flutter

Building a card widget in Flutter

Dev

Learn how to combine standard Flutter widgets to create even more customizable and performant apps in this step-by-step card widget tutorial.

Chinedu Imoh
Jun 15, 2021 ⋅ 5 min read
Flutter Logo

How to create a grid list in Flutter using GridView

Dev

Using the GridView class in Flutter, you can show data in a grid format. Learn how you can implement this in your Flutter app.

Pinkesh Darji
Jun 15, 2021 ⋅ 4 min read
Creating Dialogs in Flutter

Creating dialogs in Flutter

Dev

Create alert dialogs, custom dialogs, and full-screen dialogs in Flutter for a better user experience in your mobile applications.

Ishan Fernando
Jun 14, 2021 ⋅ 4 min read

Essential VS Code extensions for Flutter

Dev

Supercharge your Flutter development workflow with this list of essential VS Code extensions, including explanations of their functions.

Aachman Garg
Jun 2, 2021 ⋅ 2 min read
Flutter Logo

How to build a bottom navigation bar in Flutter

Dev

This tutorial demonstrates how to build, integrate, and customize a bottom navigation bar in a Flutter app.

Pinkesh Darji
May 26, 2021 ⋅ 5 min read
Flutter and Firebase Logos

Implementing Firebase Authentication in a Flutter app

Dev

Learn how to integrate Firebase Authentication with your Flutter app with this demonstration of building an email-password login process.

Souvik Biswas
May 24, 2021 ⋅ 6 min read
State Management in Flutter Using the BLoC Design Pattern

State management in Flutter using the BLoC design pattern

Dev

Learn how to use the BLoC design pattern for state management in Flutter and how to implement any feature in BLoC.

Pinkesh Darji
May 19, 2021 ⋅ 6 min read
Flutter Logo

Introduction to using Dart in Flutter

Dev

This tutorial will cover the essential syntax and information you need to know in order to feel comfortable building a Flutter app with Dart.

Majid Hajian
May 11, 2021 ⋅ 7 min read
Flutter State Management Methods

Flutter state management methods: An overview

Dev

Flutter offers a number of built-in methods for managing app state. Explore the pros and cons of each by following along with our tutorial.

Chidume Nnamdi
May 4, 2021 ⋅ 12 min read
Widgets: The Building Blocks of Flutter Apps

Widgets: The building blocks of Flutter apps

Dev

Widgets are the building blocks of any Flutter app. In this tutorial, we’ll demonstrate how to use widgets to lay out your app, add text and input fields, create icons and images, and more.

Emmanuel Etukudo
Apr 29, 2021 ⋅ 7 min read
Flutter Migrate Mobile Web

Migrate a Flutter mobile app to the web: Tutorial with examples

Dev

Learn to convert your Flutter mobile app to a web app and deploy it on Firebase Hosting by building an example shopping app.

Pinkesh Darji
Apr 27, 2021 ⋅ 4 min read

The ultimate guide to text fields in Flutter

Dev

Learn how to implement and control Flutter’s wide variety of text field customization options in this ultimate guide.

Ishan Fernando
Apr 22, 2021 ⋅ 5 min read