Custom Flutter Widgets You Need
List of custom Flutter widgets that you need in your next project.
All blog posts tagged with Flutter
Here are all the blog posts that have been tagged with Flutter in the blog. Click on the title to read the post and see the full article on the website.
Custom Flutter Widgets You Need
List of custom Flutter widgets that you need in your next project.
Dart extensions
Until Dart 2.7 introduced Extension methods, it was often impractical or impossible to add some functionality to built-in classes or someone else's API.
Flutter Advanced Theming
Theming is an essential part of any application. It helps to create a consistent look and feel across the app. In Flutter, theming is done using ThemeData class. However, sometimes you need more control over the theming process. In this article, we will explore advanced theming techniques in Flutter.
Optimistic State Management in Flutter
Optimistic state management is a technique in Flutter that immediately updates the UI in response to user actions, assuming the operation will succeed. This approach contrasts with traditional methods where the UI waits for server confirmation before reflecting changes
SMS autofill in Flutter
SMS autofill is a feature that allows users to autofill OTP codes sent via SMS. This feature is available on both Android and iOS.
Is Flutter Safe for Building Secure Apps?
A Practical Guide to Implementing Security in Flutter Apps