Skip to content

Commit

Permalink
Updated README.md to use "flutter pub" commands; added dependency on …
Browse files Browse the repository at this point in the history
…built_value_generator to restore incremental generation
  • Loading branch information
eernstg committed Jan 6, 2020
1 parent e83e97f commit 20b57da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ git clone https://github.com/eernstg/reflectable-flutter
mv reflectable-flutter reflectable_flutter
cd reflectable_flutter
flutter doctor # just checking
flutter packages get
flutter packages pub run build_runner build
flutter pub get
flutter pub run build_runner build
flutter create .
flutter run
```
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
cupertino_icons: any
reflectable: any
build_runner: any
built_value_generator: any

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 20b57da

Please sign in to comment.