4
2
Fork 0

feat: add JSON serialization command to readme

fix/upgrade_deps
shihern 2019-08-31 16:08:31 +08:00
parent 9b09185d10
commit be87357ccf
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# frontend-flutter
Re-implementation of the Beep front-end in Dart & Flutter. Maintained by @sudharshan
Re-implementation of the Beep front-end in Dart & Flutter. Maintained by @sudharshan
## Development
### Init
```bash
# Generate JSON serialization code
flutter pub run build_runner build
```