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

React-style transition boundary for async_zone. Keep previous content visible while a new async state is being prepared, instead of showing a fallback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_transition_boundary

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

dependencies:
  async_transition_boundary: ^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_transition_boundary/async_transition_boundary.dart';
0
likes
160
points
76
downloads

Documentation

API reference

Publisher

verified publisherkyoheig3.jp

Weekly Downloads

React-style transition boundary for async_zone. Keep previous content visible while a new async state is being prepared, instead of showing a fallback.

Repository (GitHub)
View/report issues

Topics

#suspense #transition #async #react #flutter

License

BSD-3-Clause (license)

Dependencies

async_zone, flutter

More

Packages that depend on async_transition_boundary