Tag: flutter

Creating A Flutter Audio Player And Recorder App

Creating a Flutter audio player and recorder app

Dev

Learn how to add audio recording and playing features to a Flutter app so you can create your own audio-based modern apps.

Samson Omojola
Dec 30, 2021 ⋅ 9 min read
Implementing a Shimmer Effect in Flutter

How to implement a shimmer effect in Flutter

Dev

Learn how to implement a shimmer loading effect in Flutter, with no CSS, in this fun tutorial using Ricky and Morty character data.

David Adegoke
Dec 29, 2021 ⋅ 7 min read
Building Your First DApp With Flutter and Solidity

Building your first DApp with Flutter and Solidity

Dev

Create a simple smart contract in Solidity and deploy it within your application using Flutter.

Eshiet Ekemini
Dec 22, 2021 ⋅ 7 min read
StateNotifier: Improving State Change Notifiers in Flutter

StateNotifier: Improving state change notifiers in Flutter

Dev

StateNotifier makes it easier to debug states with a single modification point. See how it compares to Flutter’s inbuilt ChangeNotifier.

Himanshu Sharma
Dec 21, 2021 ⋅ 5 min read
Using FlutterGen Flutter

Using FlutterGen code generator in Flutter

Dev

Use FlutterGen, a Flutter code generator for your assets that help remove all string-based APIs in your app, for your next Flutter project.

Ivy Walobwa
Dec 13, 2021 ⋅ 5 min read
Introduction To Flutter BLoC 8

Introduction to Flutter BLoC 8

Dev

Learn about the latest release of flutter_bloc 8 and the breaking changes that require users to upgrade code within existing Flutter apps.

Lewis Cianci
Dec 9, 2021 ⋅ 7 min read

Implementing route guards in Flutter web apps

Dev

While many of Flutter’s features transfer well from mobile to the web, authentication requires a few more steps to ensure security.

Chinmay Kabi
Dec 1, 2021 ⋅ 7 min read

Dart and Flutter data structures: A comprehensive guide

Dev

Learn how to choose from the many Dart and Flutter data structures available to use, and when to use each one, in this detailed guide.

Damilare Jolayemi
Nov 23, 2021 ⋅ 14 min read
Understanding RenderObjects in Flutter

Understanding RenderObjects in Flutter

Dev

Go beneath the surface of Flutter’s RenderObjects and the “magic” they use to paint your UI from widgets in this detailed tutorial.

David Adegoke
Nov 22, 2021 ⋅ 6 min read
Creating an Image Carousel in Flutter

Creating an image carousel in Flutter

Dev

Learn how to create a Flutter image carousel from scratch or use the carousel_slider plugin to create an image carousel with less code.

Ishan Fernando
Nov 22, 2021 ⋅ 5 min read
Choosing the right gestures for your Flutter application

Choosing the right gestures for your Flutter project

Dev

Study a few iconic apps like Gmail and Instagram have used gestures, and learn which Flutter widgets you could use to create similar effects.

Murtaza Sulaihi
Nov 15, 2021 ⋅ 6 min read
Understanding Flutter Streams

Understanding Flutter streams

Dev

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

Lewis Cianci
Nov 11, 2021 ⋅ 8 min read