/riverable

An example Flutter project that integrates Riverpod with flutter_reactive_ble.

Primary LanguageDartMIT LicenseMIT

Riverable

An example Flutter project that integrates Riverpod with flutter_reactive_ble.

Setup

  1. Run flutter pub get to get dependencies.
  2. Run dart run build_runner build to generate required files. You can also run dart run build_runner watch to generate files and let build_runner watch for changes and rebuild if necessary.
  3. (Optional) Run dart run husky install to setup git hooks on your machine.