https://github.com/maksimka101/isolate-bloc
A Flutter package that helps implement the BLoC pattern when blocs run in their own Isolate.
https://github.com/maksimka101/isolate-bloc
Last synced: about 2 months ago
JSON representation
A Flutter package that helps implement the BLoC pattern when blocs run in their own Isolate.
- Host: GitHub
- URL: https://github.com/maksimka101/isolate-bloc
- Owner: Maksimka101
- License: mit
- Created: 2020-08-12T19:06:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T17:25:06.000Z (about 3 years ago)
- Last Synced: 2025-04-23T01:51:52.213Z (about 2 months ago)
- Language: Dart
- Homepage:
- Size: 817 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
---
Isolate Bloc's infrastructure repository.
| Package | Pub |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [isolate_bloc](https://github.com/Maksimka101/isolate-bloc/tree/master/packages/isolate_bloc) | [](https://pub.dev/packages/isolate_bloc) |
| [isolate_bloc_test](https://github.com/Maksimka101/isolate-bloc/tree/master/packages/isolate_bloc_test) | [](https://pub.dev/packages/isolate_bloc_test) |# Examples
- [Counter](https://github.com/Maksimka101/isolate-bloc/tree/master/packages/isolate_bloc/example)
- [Weather](https://github.com/Maksimka101/isolate-bloc/tree/master/examples/weather_app)# Articles
- [Flutter. Как прокачать ваш BLoC](https://habr.com/ru/post/516764/) (ru)
# Helpers
- [Live templates](https://github.com/Maksimka101/isolate-bloc/tree/master/docs/intellij_idea_live_template.md)
# Gratitude
Special thanks to [Felix Angelov](https://github.com/felangel) for the reference in the form of [bloc](https://github.com/felangel/bloc) package