Flutter integration of Oref
Oref is a lightweight, high-performance reactive programming library for Flutter.
Note
Oref is a lightweight, high-performance reactive programming library for Dart. It provides a concise yet powerful way to manage application state and side effects.
Installation
Run the following command to install Oref:
dart pub add oref_flutter
Or add the following line to your pubspec.yaml
file:
dependencies:
oref_flutter: latest