flutter

Using Flutter Rust Bridge For Cross Platform Development

Using Flutter Rust Bridge for cross-platform development

Creating a Flutter app with native Rust functionality can be useful for many reasons. Let's explore how with Flutter Rust Bridge.
Lewis Cianci
11 min read
Flutter Logo

Facilitate app updates with Flutter upgrader

Explore different strategies for handling Flutter app updates using upgrader. Use upgrader to alert users and handle app version upgrades.
Alejandro Ulate Fallas
9 min read
Build a Secure Mobile Banking App With Flutter

Build a secure mobile banking app with Flutter

In this article, we will learn about the essential aspects of building secure mobile banking apps with Flutter and build our...
David Tengeri
13 min read
Flutter Logo

Flutter CI/CD using GitHub Actions

In this tutorial, you’ll learn how to deploy your Flutter app following CI/CD principles with GitHub Actions as a tool.
Himanshu Sharma
9 min read
A deep dive into new Flutter enums (Flutter 3.0)

Deep dive into enhanced enums in Flutter 3.0

Learn how to use new built-in enum features in Flutter 3.0 to implement everything in one place.
Artur Fijał
5 min read
Creating A Dynamic Theme Switcher In Flutter

How to create a dynamic theme switcher in Flutter

Use the palette_generator Flutter package to build an app that allows you to generate a dynamic theme and pick a color...
Muyiwa Femi-Ige
6 min read
Flutter Logging Best Practices

Flutter logging best practices

Let's explore the Logger package to create easily interpreted Flutter logs, consider log levels, and cover how to use Crashlytics.
Deven Joshi
6 min read
Building a Gaming Leaderboard in Flutter

Building a gaming leaderboard in Flutter

In this article, we'll build a Flutter gaming leaderboard and learn how to track high scores using the Firebase Realtime Database.
Samuel Mayowa
8 min read
Flutter Vs Xamarin

Flutter vs. Xamarin

Flutter vs. Xamarin: Which cross-platform framework is better for you? Let's explore the pros and cons of Xamarin and Flutter in...
Kumar Harsh
10 min read
Adding CarPlay To Your Flutter App

Adding CarPlay to your Flutter app

Let's explore how to add CarPlay functionality to a Flutter app using the flutter_carplay package to add value to your app...
Lewis Cianci
7 min read
Audio Waveforms Flutter App

How to add audio waveforms to your Flutter app

Waveforms provide visual feedback to the user of how well the microphone is capturing their spoken words so that they can...
Debjyoti Banerjee
4 min read
Using Flutter's MethodChannel to invoke Kotlin code in Android

Using Flutter’s MethodChannel to invoke Kotlin code for Android

Learn how to call Kotlin code from the Dart side via the Flutter platform channels’ MethodChannel class and how to perform...
Shalitha Suranga
15 min read