async_state_view 0.1.0 copy "async_state_view: ^0.1.0" to clipboard
async_state_view: ^0.1.0 copied to clipboard

Render retained asynchronous state without owning or restarting the work.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_state_view

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

dependencies:
  async_state_view: ^0.1.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:async_state_view/async_state_view.dart';
1
likes
160
points
76
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Render retained asynchronous state without owning or restarting the work.

Repository (GitHub)
View/report issues

Topics

#async-state #flutter-widget #state-management

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on async_state_view