Replies: 1 comment 2 replies
-
I think this question is opinion based. It really depends on the project that what's considered business logic and what's UI logic. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if anyone here is using BLoC pattern and this plugin. I'm using
flutter_bloc
plugin and I was hoping to move all my logic inside a map BLoC and have all the logic inside the BLoC.It's a type of architecture that I'm trying to achieve where widgets are really just UI most of the time and rest of the logic is extracted.
I think I could create a BLoC and register
controller
that can be passed toMapOptions
and achieve lot of the stuff there. If anyone has advice or examples of how they implement this, it 'd be great to hear about them.Beta Was this translation helpful? Give feedback.
All reactions