Issue
I’m traying to create a packages to use it in a flutter application, the packages has some pages where I need to manage state, I want to use flutter_bloc but I don’t know if that possible ?
Solution
Yes you can. Just add flutter_bloc in your package pubspec.yml and use it.
Answered By – YoBo
Answer Checked By – Timothy Miller (FlutterFixes Admin)