Sometimes it happens to store data in the device storage and not in a db. In this post we will see how to do it in Flutter with Shared Preferences.
The difference between StatelessWidget and StatefulWidget in Flutter
In this post we will see the difference between StatelessWidget and StefulWidget and when to use them.