Latest Uncategorized News
How to use shared preferences to keep user logged in flutter?
Shared Preferences is a key-value store that is used to persist data…
Redux State Management in Flutter
Redux is a popular state management library that can be used in…
Flutter how to programmatically exit the app
In Flutter, you can programmatically exit the app using the exit function…
Dart set default value for parameter
In Dart, you can set a default value for a parameter in…
How to save to local storage using Flutter?
In Flutter, you can save data to local storage using the shared_preferences…
How to use Expanded in SingleChildScrollView?
The Expanded widget can be used inside a SingleChildScrollView to provide flexible…
Is there a way to load async data on InitState method?
Yes, you can load asynchronous data in the initState method. To do…
Programmatically scrolling to the end of a ListView
To programmatically scroll to the end of a ListView in Flutter, you…
How to call methods in Dart portion of the app, from the native platform using MethodChannel?
In Flutter, you can use the MethodChannel class from the flutter package…
Flutter – Wrap text on overflow, like insert ellipsis or fade
In Flutter, you can wrap text on overflow by using the Text…