Error caused by Null Safety in Flutter
When programming an App in Flutter, you often come across “Null Safety”, which was introduced by default…
When programming an App in Flutter, you often come across “Null Safety”, which was introduced by default…
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.
In this post we will see the difference between StatelessWidget and StefulWidget and when to use them.
In this post we will see how-to create a Compass App with Flutter. At the end of this post there is a video that shows all the steps.