status_based_state 1.0.0 copy "status_based_state: ^1.0.0" to clipboard
status_based_state: ^1.0.0 copied to clipboard

A lightweight Flutter package for managing UI states using a status-based approach.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add status_based_state

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

dependencies:
  status_based_state: ^1.0.0

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:status_based_state/status_based_state.dart';
1
likes
140
points
12
downloads

Documentation

API reference

Publisher

verified publisheraltaysakarya.dev

Weekly Downloads

A lightweight Flutter package for managing UI states using a status-based approach.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on status_based_state