declarate 0.0.3
declarate: ^0.0.3 copied to clipboard
Declarate is a lightweight, stateless, and declarative state management library for Flutter. It enables reactive UI updates without State or Bloc, inspired by SwiftUI and declarative architectures. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add declarateThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
declarate: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:declarate/declarate.dart';