Skip to content

Instantly share code, notes, and snippets.

@Sameerkash
Last active November 12, 2020 16:53
Show Gist options
  • Save Sameerkash/645aa454a17048e0215c729e889cf5e4 to your computer and use it in GitHub Desktop.
Save Sameerkash/645aa454a17048e0215c729e889cf5e4 to your computer and use it in GitHub Desktop.
dependencies:
  ...
  state_notifier: ^0.5.0
  flutter_state_notifier: ^0.4.2
  provider: ^4.1.3
  freezed_annotation: ^0.11.0
  ...
  
dev_dependencies:
  freezed: ^0.11.2
  build_runner: ^1.10.0
  ...

scripts:
  build: flutter pub run build_runner build --delete-conflicting-outputs
  watch: flutter pub run build_runner watch --delete-conflicting-outputs
@NatoBoram
Copy link

It would be better if you changed the extension of the file to .yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment