can I use flutter_bloc to manages state in flutter packages?

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)

Leave a Reply

Your email address will not be published. Required fields are marked *