An example Flutter project that integrates Riverpod with flutter_reactive_ble.
- Run
flutter pub getto get dependencies. - Run
dart run build_runner buildto generate required files. You can also rundart run build_runner watchto generate files and let build_runner watch for changes and rebuild if necessary. - (Optional) Run
dart run husky installto setup git hooks on your machine.