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

A lightweight Flutter package with a simple Cubit for managing loading states using show() and hide() methods.

Changelog for loading_state #

All notable changes to this package will be documented in this file.

0.0.1 #

Sep 07, 2025 #

  • Initial release of loading_state package.
  • Added LoadingCubit extending Cubit<bool>.
  • Provides show() and hide() methods to toggle loading state.
  • Lightweight and reusable solution for managing loading indicators in Flutter apps.
0
likes
160
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package with a simple Cubit for managing loading states using show() and hide() methods.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, flutter

More

Packages that depend on loading_state