felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.76k stars 3.39k forks source link

Implementation of bloc for jaspr #4057

Closed DanielCardona closed 7 months ago

DanielCardona commented 7 months ago

Can I expect a Implementation of bloc for jaspr: https://github.com/schultek/jaspr.

Thank you very much for your time and work.

felangel commented 7 months ago

Hi @DanielCardona 👋 Thanks for opening an issue!

I haven't used jaspr much and I'm not familiar with what it would entail to support jaspr. I assume only a port of package:flutter_bloc would be needed as all other packages are pure dart and should be compatible. Is that correct?

DanielCardona commented 7 months ago

Hello @felangel , from what I understand it is as you describe.

Anyway, I was researching the best way to share code between a Flutter project and its web version (SEO is important).

I was investigating AngularDart, I loved the structure of your github_search project!!, but unfortunately AngularDart's SSR support is non-existent and Google has distanced itself from it.

Yesterday, almost by chance since there is not much information available I discovered https://dartfrog.vgv.dev/ and the tutorial https://verygood.ventures/blog/dart-frog-full-stack-tutorial.

So I think that in my case, the need for that port is not necessary as I'm considering to use the last.

From your knowledge and according to my needs, do you think that the dartfrog route is a good option?

Thank you very much once again for your time, the knowledge you share and the inspiration you provide.

felangel commented 7 months ago

Hello @felangel , from what I understand it is as you describe.

Anyway, I was researching the best way to share code between a Flutter project and its web version (SEO is important).

I was investigating AngularDart, I loved the structure of your github_search project!!, but unfortunately AngularDart's SSR support is non-existent and Google has distanced itself from it.

Yesterday, almost by chance since there is not much information available I discovered https://dartfrog.vgv.dev/ and the tutorial https://verygood.ventures/blog/dart-frog-full-stack-tutorial.

So I think that in my case, the need for that port is not necessary as I'm considering to use the last.

From your knowledge and according to my needs, do you think that the dartfrog route is a good option?

Thank you very much once again for your time, the knowledge you share and the inspiration you provide.

Thanks! I think dart_frog is a great solution for writing your backend in dart and sharing code 👍

Closing this for now since it sounds like there's nothing else to do, thanks!