Skip to content

Commit

Permalink
Add riverpod
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Apr 5, 2024
1 parent e39f0aa commit e621983
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bluevsred_flutter/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ linter:

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
analyzer:
plugins:
- custom_lint
7 changes: 6 additions & 1 deletion bluevsred_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dependencies:
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
uuid: ^4.3.3
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5

dev_dependencies:
flame_test: ^1.15.3
Expand All @@ -50,9 +52,12 @@ dev_dependencies:
sdk: flutter
flutter_launcher_icons: ^0.13.1
test: ^1.24.3
build_runner: ^2.4.8
build_runner: ^2.4.9
freezed: ^2.4.7
json_serializable: ^6.7.1
riverpod_generator: ^2.4.0
custom_lint: ^0.6.4
riverpod_lint: ^2.3.10

flutter:
uses-material-design: true
Expand Down

0 comments on commit e621983

Please sign in to comment.