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

 $ dart pub add declarate

With Flutter:

 $ flutter pub add declarate

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

dependencies:
  declarate: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on declarate