Tag: flutter

How to Display a SnackBar in Flutter: A Tutorial With Examples

How to display a SnackBar in Flutter: A tutorial with examples

Dev

Let’s go over how to implement a widget in a Flutter app and show how SnackBar works in practice.

Charles Freeborn
Aug 24, 2021 ⋅ 3 min read
How To Use Flutter Hooks

How to use Flutter Hooks

Dev

Learn how to use Flutter Hooks to provide a robust and clean way to manage widgets, increase code-sharing, and reduce code duplicates.

Chidume Nnamdi
Aug 23, 2021 ⋅ 6 min read

A quick guide to Provider for Flutter state management

Dev

A brief guide to managing the state of a Flutter app with Provider, a popular package for clean, efficient state management.

Chinedu Imoh
Aug 20, 2021 ⋅ 4 min read

How to create a search bar in Flutter

Dev

Learn how to create an animated search bar in your Flutter apps with this quick, step-by-step tutorial and example build.

Chinedu Imoh
Aug 18, 2021 ⋅ 3 min read
Using SharedPreferences in Flutter to Store Data Locally

Using SharedPreferences in Flutter to store data locally

Dev

SharedPreferences enables you to persist and modify data (such as login credentials) in your Flutter app so you can reuse it later.

Chidume Nnamdi
Aug 16, 2021 ⋅ 7 min read
Guide to theming your app in Flutter

A guide to theming your app in Flutter

Dev

A beautiful, well designed app theme can make or break a project. Refresh yourself on the basics of theming in Flutter in this tutorial.

Chinedu Imoh
Aug 13, 2021 ⋅ 5 min read
Handling local data persistence in Flutter with Hive

Handling local data persistence in Flutter with Hive

Dev

In this tutorial, learn how to use Hive, which helps manage all of your Flutter apps’ CRUD operations and handles persistent local data.

Souvik Biswas
Aug 6, 2021 ⋅ 10 min read
Understanding Flutter Navigation And Routing

Understanding Flutter navigation and routing

Dev

Flutter provides two types of APIs for navigation. Learn their proper use cases and how to implement them in your Flutter app.

Anshul Goyal
Aug 6, 2021 ⋅ 5 min read

Performance improvements for mobile apps in Flutter

Dev

Dive deep with this article’s seven recommendations for improving the performance of your Flutter mobile apps.

Sneh Pandya
Jul 30, 2021 ⋅ 7 min read
How To Make A Splash Screen In Flutter

How to make a splash screen in Flutter

Dev

Using Flutter, learn how to make a splash page with an opening animation for your apps to create a lasting first impression.

Lewis Cianci
Jul 28, 2021 ⋅ 5 min read
Rendering Webpages Using Flutter WebView

Render webpages using Flutter WebView

Dev

This tutorial walks you through how to use Flutter’s WebView widget to load webpages in your Android or iOS project.

Chidume Nnamdi
Jul 27, 2021 ⋅ 7 min read
Building an Image Picker in Flutter

Building an image picker in Flutter

Dev

Learn about the Flutter image_picker plugin by building an app that enables the user to select an image from the gallery or take a photo from the device’s camera.

Chidume Nnamdi
Jul 27, 2021 ⋅ 6 min read