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

outdated

Utilities for dealing with stream subscriptions and asynchronous tasks in flutter widgets.

flutter_async_utils #

A few utils to make working with Streams and Futures easier.

StreamSubscriberMixin #

Right now not much more than an extracted version of the StreamSubscriberMixin of https://github.com/flutter/plugins/blob/570932f/packages/firebase_database/lib/ui/utils/stream_subscriber_mixin.dart

FutureTaskStateMixin #

Useful for providing asynchronous callbacks to show progress and prevent double-taps.

Work In Progress #

Under heavy development. You might take a look at AuthPass which makes heavy use of those simple classes. For example _SelectFileWidgetState.

1
likes
0
pub points
51%
popularity

Publisher

verified publishercodeux.design

Utilities for dealing with stream subscriptions and asynchronous tasks in flutter widgets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, logging

More

Packages that depend on flutter_async_utils