declare 0.0.1 copy "declare: ^0.0.1" to clipboard
declare: ^0.0.1 copied to clipboard

retracted

A lightweight, SwiftUI-inspired state management library for Flutter. Powered by State, ViewModel, and Published.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add declare

With Flutter:

 $ flutter pub add declare

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

dependencies:
  declare: ^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:declare/declare.dart';
3
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, SwiftUI-inspired state management library for Flutter. Powered by State, ViewModel, and Published.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on declare