bloc_storage 1.0.3 copy "bloc_storage: ^1.0.3" to clipboard
bloc_storage: ^1.0.3 copied to clipboard

A package for storing and retrieving BLoC instances globally.

Changelog #

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.


1.0.0 - 2025-11-16 #

🎉 Added #

  • Initial release of the BlocStorage Flutter Package
  • BlocStorage class implementation with methods (store, retrieve, clear, clearAll)
  • Example Flutter app for integration testing
  • Full documentation (README, LICENSE, CHANGELOG)

1.0.1 - 2025-11-19 #

🖼 Fixed #

  • Fix flutter_bloc dependency version constraint

1.0.2 - 2025-11-19 #

🖼 Fixed #

  • Fix flutter_bloc dependency version constraint

1.0.3 - 2025-11-19 #

🖼 Fixed #

  • Allow support for older dart versions
1
likes
160
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package for storing and retrieving BLoC instances globally.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_bloc

More

Packages that depend on bloc_storage