eazy_state 0.1.0+1 copy "eazy_state: ^0.1.0+1" to clipboard
eazy_state: ^0.1.0+1 copied to clipboard

A lightweight and straightforward state management solution for Flutter applications, designed to manage and update UI state efficiently without the overhead of more complex state management tools.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eazy_state

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

dependencies:
  eazy_state: ^0.1.0+1

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:eazy_state/eazy_state.dart';
3
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A lightweight and straightforward state management solution for Flutter applications, designed to manage and update UI state efficiently without the overhead of more complex state management tools.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on eazy_state