Tag: flutter

Using Flutter Rust Bridge For Cross Platform Development

Using Flutter Rust Bridge for cross-platform development

Dev

Creating a Flutter app with native Rust functionality can be useful for many reasons. Let’s explore how with Flutter Rust Bridge.

Lewis Cianci
Dec 2, 2022 ⋅ 11 min read
Flutter Logo

Facilitate app updates with Flutter upgrader

Dev

Explore different strategies for handling Flutter app updates using upgrader. Use upgrader to alert users and handle app version upgrades.

Alejandro Ulate Fallas
Nov 25, 2022 ⋅ 9 min read
Build a Secure Mobile Banking App With Flutter

Build a secure mobile banking app with Flutter

Dev

In this article, we will learn about the essential aspects of building secure mobile banking apps with Flutter and build our own.

David Tengeri
Nov 23, 2022 ⋅ 13 min read
Flutter Logo

Flutter CI/CD using GitHub Actions

Dev

In this tutorial, you’ll learn how to deploy your Flutter app following CI/CD principles with GitHub Actions as a tool.

Himanshu Sharma
Nov 21, 2022 ⋅ 9 min read
A deep dive into new Flutter enums (Flutter 3.0)

Deep dive into enhanced enums in Flutter 3.0

Dev

Learn how to use new built-in enum features in Flutter 3.0 to implement everything in one place.

Artur Fijał
Nov 17, 2022 ⋅ 5 min read
Creating A Dynamic Theme Switcher In Flutter

How to create a dynamic theme switcher in Flutter

Dev

Use the palette_generator Flutter package to build an app that allows you to generate a dynamic theme and pick a color scheme for the app.

Muyiwa Femi-Ige
Nov 14, 2022 ⋅ 6 min read
Flutter Logging Best Practices

Flutter logging best practices

Dev

Let’s explore the Logger package to create easily interpreted Flutter logs, consider log levels, and cover how to use Crashlytics.

Deven Joshi
Oct 31, 2022 ⋅ 6 min read
Building a Gaming Leaderboard in Flutter

Building a gaming leaderboard in Flutter

Dev

In this article, we’ll build a Flutter gaming leaderboard and learn how to track high scores using the Firebase Realtime Database.

Samuel Mayowa
Oct 28, 2022 ⋅ 8 min read
Flutter Vs Xamarin

Flutter vs. Xamarin

Dev

Flutter vs. Xamarin: Which cross-platform framework is better for you? Let’s explore the pros and cons of Xamarin and Flutter in depth.

Kumar Harsh
Oct 25, 2022 ⋅ 10 min read
Adding CarPlay To Your Flutter App

Adding CarPlay to your Flutter app

Dev

Let’s explore how to add CarPlay functionality to a Flutter app using the flutter_carplay package to add value to your app experience.

Lewis Cianci
Oct 24, 2022 ⋅ 7 min read
Audio Waveforms Flutter App

How to add audio waveforms to your Flutter app

Dev

Waveforms provide visual feedback to the user of how well the microphone is capturing their spoken words so that they can increase or decrease their volume accordingly.

Debjyoti Banerjee
Oct 20, 2022 ⋅ 4 min read
Using Flutter's MethodChannel to invoke Kotlin code in Android

Using Flutter’s MethodChannel to invoke Kotlin code for Android

Dev

Learn how to call Kotlin code from the Dart side via the Flutter platform channels’ MethodChannel class and how to perform event-driven Flutter-Native communications via EventChannel.

Shalitha Suranga
Oct 20, 2022 ⋅ 15 min read