Skip to content

Instantly share code, notes, and snippets.

@nonsocchi
Last active May 14, 2023 18:46
Show Gist options
  • Save nonsocchi/bae88b91b6f6021924000a0db787bfbb to your computer and use it in GitHub Desktop.
Save nonsocchi/bae88b91b6f6021924000a0db787bfbb to your computer and use it in GitHub Desktop.
create new flutter app using skeleton template
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter_riverpod: ^2.3.6
riverpod_annotation: ^2.1.1
shared_preferences: ^2.1.1
# other dependencies ...
dev_dependencies:
flutter_lints: ^2.0.0
riverpod_generator: ^2.2.3
riverpod_lint: ^1.3.2
# other dependencies ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment