This is a flutter app for showing the user management using the shared_preference.
Here is a screenshot of the app:
To run this app, you will need the Flutter SDK.
- Install Flutter
- Clone this repository
- Download Fonts in (copy the
.ttfof variable weight):
fonts:
- family: Baloo Tammudu 2
fonts:
- asset: assets/fonts/BalooTammudu2.ttf
- family: Quicksand
fonts:
- asset: assets/fonts/Quicksand-Regular.ttf
- asset: assets/fonts/Quicksand-Light.ttf
weight: 200
- asset: assets/fonts/Quicksand-Medium.ttf
weight: 600
- asset: assets/fonts/Quicksand-Bold.ttf
weight: 900
- asset: assets/fonts/Quicksand-SemiBold.ttf
weight: 800- Navigate to the project directory in your terminal
- Run
flutter runto start the app
dependencies:
flutter:
sdk: flutter
cupertino_icons:
shared_preferences:
http:
path:
sqflite:
flutter_svg:
cached_network_image:




