Start to build app skeleton
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
# MoneyMgrMobile
|
||||
|
||||
Mobile application for MoneyMgr, built using Flutter
|
||||
Mobile application for MoneyMgr, built using Flutter
|
||||
|
||||
|
||||
## Build
|
||||
1. Run `flutter pub get` to get dependencies.
|
||||
2. Run `dart run build_runner build` to generate required files. You can also run `dart run build_runner watch` to generate files and let [build_runner] watch for changes and rebuild if necessary.
|
||||
|
Reference in New Issue
Block a user