flutter

Creating A Flutter Audio Player And Recorder App

Creating a Flutter audio player and recorder app

Learn how to add audio recording and playing features to a Flutter app so you can create your own audio-based modern...
Samson Omojola
9 min read
Implementing a Shimmer Effect in Flutter

How to implement a shimmer effect in Flutter

Learn how to implement a shimmer loading effect in Flutter, with no CSS, in this fun tutorial using Ricky and Morty...
David Adegoke
7 min read
Building Your First DApp With Flutter and Solidity

Building your first DApp with Flutter and Solidity

Create a simple smart contract in Solidity and deploy it within your application using Flutter.
Eshiet Ekemini
7 min read
StateNotifier: Improving State Change Notifiers in Flutter

StateNotifier: Improving state change notifiers in Flutter

StateNotifier makes it easier to debug states with a single modification point. See how it compares to Flutter's inbuilt ChangeNotifier.
Himanshu Sharma
5 min read
Using FlutterGen Flutter

Using FlutterGen code generator in Flutter

Use FlutterGen, a Flutter code generator for your assets that help remove all string-based APIs in your app, for your next...
Ivy Walobwa
5 min read
Introduction To Flutter BLoC 8

Introduction to Flutter BLoC 8

Learn about the latest release of flutter_bloc 8 and the breaking changes that require users to upgrade code within existing Flutter...
Lewis Cianci
7 min read

Implementing route guards in Flutter web apps

While many of Flutter's features transfer well from mobile to the web, authentication requires a few more steps to ensure security.
Chinmay Kabi
7 min read

Dart and Flutter data structures: A comprehensive guide

Learn how to choose from the many Dart and Flutter data structures available to use, and when to use each one,...
Damilare Jolayemi
14 min read
Understanding RenderObjects in Flutter

Understanding RenderObjects in Flutter

Go beneath the surface of Flutter's RenderObjects and the "magic" they use to paint your UI from widgets in this detailed...
David Adegoke
6 min read
Creating an Image Carousel in Flutter

Creating an image carousel in Flutter

Learn how to create a Flutter image carousel from scratch or use the carousel_slider plugin to create an image carousel with...
Ishan Fernando
5 min read
Choosing the right gestures for your Flutter application

Choosing the right gestures for your Flutter project

Study a few iconic apps like Gmail and Instagram have used gestures, and learn which Flutter widgets you could use to...
Murtaza Sulaihi
6 min read
Understanding Flutter Streams

Understanding Flutter streams

Learn how to work with streams in Flutter and Dart by creating a simple application that utilizes the StreamController service.
Lewis Cianci
8 min read