Tag: flutter

Implementing a repository pattern in Flutter

Dev

Write more manageable codebases for your Flutter apps by decoupling data access and business logic according to the repository design pattern.

Shalitha Suranga
Feb 17, 2022 ⋅ 10 min read
A Complete Guide To Flutter Architecture

A complete guide to Flutter architecture

Dev

Learn about Flutter’s architecture to help when structuring an app, updating state, building widgets or screens, and maintaining the app.

Temitope Oyedele
Feb 16, 2022 ⋅ 8 min read
How To Open Or Dismiss The Keyboard In Flutter

How to open or dismiss the keyboard in Flutter

Dev

Use Flutter to solve the problem of opening and closing the keyboard on mobile applications across all devices.

Murtaza Sulaihi
Feb 15, 2022 ⋅ 4 min read
Implementing Inkwell Class Flutter

Implementing the InkWell class in Flutter

Dev

Learn how to implement Flutter’s InkWell class. InkWell offers visual feedback in response to user touch events.

Ivy Walobwa
Feb 11, 2022 ⋅ 5 min read
Flutter Logo

Flutter form validation: The complete guide

Dev

Form validation is an invaluable skill for Flutter developers. Use this comprehensive guide to explore the most common methods.

Eshiet Ekemini
Feb 11, 2022 ⋅ 10 min read
Securing Local Storage In Flutter

Securing local storage in Flutter

Dev

Use the Flutter plugin flutter_secure_storage to securely store data according to your chosen platform: iOS, Android, or the web.

Himanshu Sharma
Feb 10, 2022 ⋅ 9 min read
Dart FFI Native Libraries Flutter

Using Dart FFI to access native libraries in Flutter

Dev

Dart FFI opens up new development opportunities. Learn how to access native libraries in Flutter using Dart FFI.

Majid Hajian
Jan 28, 2022 ⋅ 10 min read

Dependency injection in Flutter using GetIt and Injectable

Dev

Simplify dependency injection in your Flutter apps using GetIt, a simple service locator, and Injectable, a code generator for GetIt.

Brian Mwangi
Jan 26, 2022 ⋅ 8 min read

Launching URLs in Flutter with url_launcher

Dev

Learn how to use the url-launcher Flutter package to open a variety of secondary apps, using the example of a Contact Us page.

Yusuf Ahmed
Jan 20, 2022 ⋅ 5 min read
The Ultimate Guide To The GetX State Management In Flutter

The ultimate guide to GetX state management in Flutter

Dev

Develop mobile applications easily through Flutter using GetX, a micro framework with route management and dependency injection.

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