Tag: flutter

Comparing Flutter Game Engines

Comparing Flutter game engines

Dev

If you’re a mobile app developer, chances are at some point you’ve looked at a really popular game and thought you should give game development a try. In this article, we explore different ways to create games with Flutter. We also compare different Flutter game engines.

Deven Joshi
Jan 6, 2022 ⋅ 6 min read
Build a Cross-Platform Web App with Flutter

Build a cross-platform web app with Flutter

Dev

Learn what makes Flutter ideal for building cross-platform applications and how to get started building your own web app.

Murtaza Sulaihi
Jan 4, 2022 ⋅ 6 min read
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