Tag: flutter

Complete Guide To Implementing Overlays In Flutter

Implementing overlays in Flutter

Dev

The Overlay in Flutter makes it easy to create visual elements on top of other widgets by adding them to the Overlay’s stack.

Murtaza Sulaihi
May 24, 2022 ⋅ 7 min read
Build An Augmented Reality App In Flutter

Build an augmented reality app in Flutter

Dev

Build an augmented reality app in Flutter with plugins like ARCore and ARKit that support Android and iOS devices.

Himanshu Sharma
May 18, 2022 ⋅ 5 min read
Flutter Logo

Create adaptive icons in Flutter with flutter_launcher_icons

Dev

Thanks to flutter_launcher_icons, it’s easier than ever to create Flutter launcher icons using this package. Learn how here.

Matthew Croak
May 17, 2022 ⋅ 6 min read
Implementing Secure Password Reset Futter Firebase

Implementing a secure password reset function with Flutter and Firebase

Dev

In this article, we’ll show how to use Firebase to implement a simple authentication process that includes user sign-up, sign-in, and password reset functionalities in your Flutter app.

Yusuf Ahmed
May 12, 2022 ⋅ 8 min read

Using WillPopScope in Flutter for Android navigation

Dev

Learn about the WillPopScope widget in Flutter and how you can use it to solve navigation issues and fine-tune the user browsing to improve your next browsing experience.

David Adegoke
May 11, 2022 ⋅ 6 min read
Building An Image Generator Application With Flutter And Golang

Build an image generator with Flutter and Go

Dev

Build a Flutter image generator app that reads data from a Golang backend and can run on Android, iOS, web, and desktop.

Emmanuel John
May 10, 2022 ⋅ 3 min read
Why you should use a Go backend in Flutter

Why you should use a Go backend in Flutter

Dev

Go-based backends bring numerous benefits for Flutter frontends. You can avoid time-consuming business logic rewrites by using Go modules in the Flutter app.

Shalitha Suranga
May 9, 2022 ⋅ 15 min read
How To Create PDFs In Flutter

How to create PDFs in Flutter

Dev

When it comes to sharing documents, there’s no better way than using a PDF. Learn how to create and share PDFs in Flutter.

Lewis Cianci
May 6, 2022 ⋅ 10 min read
Persisting State With Hydrated Bloc Pattern In Flutter

Persisting application state with Hydrated BLoC in Flutter

Dev

Hydrated BLoC provides persistence for blocs or cubits so users don’t have to re-enter data each time they launch the app.

Eshiet Ekemini
May 3, 2022 ⋅ 4 min read
How to Implement Copy to Clipboard in Flutter

Implementing copy to clipboard in Flutter

Dev

The Flutter framework allows us to access and control the clipboard. We will walk through how to implement this feature with and without external dependencies.

David Adegoke
May 3, 2022 ⋅ 6 min read

How and when to force a Flutter widget rebuild

Dev

Sometimes, a Flutter widget requires manual rebuilding in order to update. Learn why this is the case (and how to implement it) here.

Rose Chege
Apr 29, 2022 ⋅ 7 min read
Flutter Cupertino How To Build iOS Apps That Look And Feel Natural

Flutter Cupertino tutorial: How to build iOS apps that look and feel native

Dev

Learn how to use Cupertino for Flutter apps, based on Apple’s Human Interface Guidelines and developed by Apple.

Pinkesh Darji
Apr 28, 2022 ⋅ 6 min read