Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 606 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 606 Bytes

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.