schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.23k stars 76 forks source link

feat: add jaspr_bloc #144

Closed evstegneych closed 9 months ago

evstegneych commented 10 months ago

Description

https://pub.dev/packages/flutter_bloc

This is the best part in the world of dart/flutter! Billions of developers use it, so we need to implement it

Additional Context

schultek commented 10 months ago

There is already https://github.com/f-person/jaspr_bloc by @f-person

Maybe you can join forces and make it ready for publishing.

schultek commented 9 months ago

Closing this as not planned.

For some additional context: My intention behind doing jaspr_riverpod are mostly about showcasing how such a package can be ported to jaspr. I don't plan on adding any more of these because I can't maintain a growing number of these (the next guy would ask for another package and so on). They are better done by the community anyways.