Tag: flutter

Pros And Cons Of Flutter App Development

Pros and cons of Flutter app development

Dev

Flutter simplifies mobile and web app development by providing customizable widgets, stateful hot reload, and using the client-optimized Dart language.

Charles Freeborn
Sep 5, 2022 ⋅ 6 min read
Unit Testing Flutter Code With Mockito

Unit testing Flutter code with Mockito

Dev

We can use Mockito to return a fake response anytime we make an HTTP request. Mockito has various use cases that we’ll introduce gradually.

Samuel Mayowa
Aug 24, 2022 ⋅ 8 min read
ExpansionPanel in Flutter: A guide with examples

ExpansionPanel in Flutter: A guide with examples

Dev

In this guide, learn how to use the ExpansionPanel widget to add collapsible item descriptions and more to your Flutter app.

Shalitha Suranga
Aug 23, 2022 ⋅ 11 min read
Build Ecommerce Product Gallery

Build an intuitive ecommerce product gallery with Flutter

Dev

In this tutorial, you’ll learn how to build an intuitive product gallery with Flutter and provide a better buyer experience.

Pinkesh Darji
Aug 22, 2022 ⋅ 8 min read
Creating Reactive Forms In Flutter

Creating reactive forms in Flutter

Dev

In almost every app that you develop, sooner or later there will arise a need to capture user input. Fortunately, […]

Lewis Cianci
Aug 22, 2022 ⋅ 8 min read
How to add ListTile in Flutter: A tutorial with examples

How to add ListTile in Flutter: A tutorial with examples

Dev

Learn how to add a ListTile widget in a Flutter app by walking through some practical examples.

Pinkesh Darji
Aug 18, 2022 ⋅ 6 min read
Flutter Logo

Building a news app with Flutter

Dev

Let’s outline the steps you’ll need to take to create a news app using Flutter, with a clear demonstration you can follow along with.

Murtaza Sulaihi
Aug 11, 2022 ⋅ 14 min read
Why you shouldn’t use global variables in Flutter

Why you shouldn’t use global variables in Flutter

Dev

Learn why global variables should never be used in Flutter and how to manage states in a more effective way.

Boemo Mmopelwa
Aug 3, 2022 ⋅ 4 min read
Flutter Logo Over Steps

Creating a multi-step form in Flutter using the Stepper widget

Dev

The Stepper widget in Flutter comes to the rescue when it comes to forms and provides us with lots of helpful customizations.

Eshiet Ekemini
Aug 2, 2022 ⋅ 5 min read

Building a Flutter desktop app: Tutorial with examples

Dev

Learn the benefits and basics of building a desktop app with Flutter for Windows, macOS, and other supported output targets.

Shalitha Suranga
Aug 1, 2022 ⋅ 6 min read
Improving Flutter UI with Chip Widget

Improving Flutter UI with the Chip widget

Dev

Take your Flutter UI interface to the next level with the Chip widget.

David Adegoke
Jul 27, 2022 ⋅ 5 min read
Building a responsive login page in Flutter

Building a responsive login page in Flutter

Dev

Learn how to build a responsive login page for your application with Flutter’s many widgets and classes.

Yusuf Ahmed
Jul 14, 2022 ⋅ 4 min read