Tag: flutter

Creating A Multi Page App In Flutter

Creating a multi-page app in Flutter

Dev

Improve UX by creating multi-page applications using the Navigator widget from Flutter.

Shubham Soni
Feb 21, 2022 ⋅ 3 min read
Handling network connectivity in Flutter

Handling network connectivity in Flutter

Dev

In this post, learn how to monitor your user’s network connection status to improve communication and serve the ideal situational content.

David Adegoke
Feb 18, 2022 ⋅ 13 min read

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