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

BLoC and Cubit adapters for perception-aware async UX with steady_async.

steady_async_bloc #

BLoC and Cubit integration for steady_async. It requires only a typed selector; no special state classes or base BLoC are imposed.

dependencies:
  steady_async_bloc: ^0.1.0
SteadyBlocView<UsersCubit, UsersState, List<User>>(
  selector: (state) => state.users,
  onRetry: () => context.read<UsersCubit>().reload(),
  dataBuilder: (context, users) => UsersList(users),
)

Use SteadyBlocView.withBuildWhen when application-specific rebuild filtering is required. Both Cubit and Bloc are supported without package base classes.

1
likes
0
points
14
downloads

Publisher

verified publishernexdark.com

Weekly Downloads

BLoC and Cubit adapters for perception-aware async UX with steady_async.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloc #cubit #async #state-management

License

unknown (license)

Dependencies

flutter, flutter_bloc, steady_async

More

Packages that depend on steady_async_bloc