Hello FF Community!
I'm working on a social media-type app and attempting to build the MVP in Flutterflow/Supabase, but it's become apparent that certain features would require the use of BLoC pattern state management to function properly, which is not possible to achieve in FlutterFlow, as I understand it.
I'm wondering how difficult it would be to configure most of the app in FlutterFlow, then download the module and hire a freelance developer to implement it into a Flutter app with the CLI package (https://pub.dev/packages/flutterflow_cli), and employ BLoC where necessary. Is this a feasible strategy? My understanding of how BLoC can interact with FlutterFlow's code structure is fairly limited. Has anybody had success integrating BLoC into an app developed in FlutterFlow? Is there another workaround I'm unaware of?
Thanks so much for any input!