An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


Bloc


License: MIT
Pub

---

Isolate Bloc's infrastructure repository.

| Package | Pub |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [isolate_bloc](https://github.com/Maksimka101/isolate-bloc/tree/master/packages/isolate_bloc) | [![pub package](https://img.shields.io/pub/v/isolate_bloc.svg)](https://pub.dev/packages/isolate_bloc) |
| [isolate_bloc_test](https://github.com/Maksimka101/isolate-bloc/tree/master/packages/isolate_bloc_test) | [![pub package](https://img.shields.io/pub/v/isolate_bloc_test.svg)](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