screen shorts work progress
ARNHSS -> School project
Description here
Libraries used
Tools used
- flutter_lint for lint
- Google_fonts for typography
Preferred tools
- Code editor VS Code
Folder structure
utils
It will have all the basic utilites dimension,navigation etc…
common
It will have all the constants and common things like constants , themes , routes … etc
fetures
It will have all the basic fetuers of app like login , splash , home… etc.
assets
It will contains all the assets is used in this project.
Commands
# start dev
flutter run
# test app
flutter test [<DIRECTORY|DART_FILE>]
Comments are closed.