Tag: flutter

Flutter Logo

How to add SliverAppBar to your Flutter app

Dev

Learn how to implement the SliverAppBar widget in a Flutter app by walking through some practical examples.

Pinkesh Darji
Jul 22, 2021 ⋅ 7 min read
React Native Web vs. Flutter Web

React Native Web vs. Flutter web

Dev

Compare the React Native for Web package with Flutter’s web capabilities while we review performance, plugins, documentation, and more.

Wern Ancheta
Jul 20, 2021 ⋅ 11 min read
Flutter Logo

Drag and drop UI elements in Flutter with Draggable and DragTarget

Dev

This demonstration walks through how to build drag-and-drop interactions in a Flutter app with Draggable, DragTarget, and LongPressDraggable.

Pinkesh Darji
Jul 19, 2021 ⋅ 6 min read

Provider vs. Riverpod: Comparing state managers in Flutter

Dev

A deep dive into two tools for state management in Flutter: Provider, and its improved successor, Riverpod.

Chinedu Imoh
Jul 16, 2021 ⋅ 5 min read
Networking in Flutter using the http package

Networking in Flutter using the http package

Dev

In this tutorial, you’ll learn how to elegantly handle your REST API calls in Flutter using the http package.

Souvik Biswas
Jul 13, 2021 ⋅ 7 min read
Achieving Responsive Design in Flutter

Achieving responsive design in Flutter

Dev

Flutter’s community has created packages that make responsive design easy for your Flutter projects. Learn how to use FlutterScreenUtil in this tutorial.

Eshiet Ekemini
Jul 9, 2021 ⋅ 5 min read
Flutter vs Swift Logos

Flutter vs. Swift for iOS development

Dev

Let’s compare Flutter, an open-source toolkit for building UIs, and Swift, the primary language for building apps across iOS and macOS.

Charles Freeborn
Jul 2, 2021 ⋅ 7 min read
The Difference Between Stateless and Stateful Widgets in Flutter

The difference between stateless and stateful widgets in Flutter

Dev

This quick comparison of stateless and stateful widgets can teach you their use cases for your Flutter project.

Favour Vivian Woka
Jul 1, 2021 ⋅ 2 min read
Add Firebase to Your Flutter App With FlutterFire Plugins

Add Firebase to your Flutter app with FlutterFire plugins

Dev

Walk through how to integrate some of the most useful FlutterFire plugins, including Authentication, Cloud Firestore, Remote Config, Crashlytics, and Analytics

Pinkesh Darji
Jun 29, 2021 ⋅ 7 min read
Networking in Flutter using Dio

Networking in Flutter using Dio

Dev

Learn how to easily and gracefully handle your REST API requests in Flutter using the Dio package in this detailed tutorial.

Souvik Biswas
Jun 29, 2021 ⋅ 8 min read
Async Callbacks Flutter Futurebuilder

Async callbacks with Flutter FutureBuilder 

Dev

Use Dart, a single-threaded language, and the Flutter build method, which is synchronous, to build a widget that reflects the state of an app.

Majid Hajian
Jun 24, 2021 ⋅ 4 min read
How to Build a gRPC Server in Dart

How to build a gRPC server in Dart

Dev

Learn the basics of gRPC, a performant, open-source, universal RPC framework and discover how to build a gRPC server in Dart.

Chidume Nnamdi
Jun 17, 2021 ⋅ 11 min read