declarate 0.0.3 copy "declarate: ^0.0.3" to clipboard
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 declarate

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  declarate: ^0.0.3

Alternatively, 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';
0
likes
135
points
16
downloads

Publisher

verified publisherupdown-interactive.in

Weekly Downloads

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. Includes Declarate (logic holder), Declarion (multi-provider), and Declarator (builder).

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on declarate