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 ?
Asked
Active
Viewed 22 times
1 Answers
1
Yes you can. Just add flutter_bloc in your package pubspec.yml and use it.

YoBo
- 2,292
- 3
- 9
- 25
-
I did it but when I try to run the application get error [link](https://stackoverflow.com/questions/66349603/flutter-can-i-implemment-blocprovider-in-the-app-tree-instead-of-implemmented-i) – Adil Sakout Feb 24 '21 at 13:14