flutter_bloc_devtools icon indicating copy to clipboard operation
flutter_bloc_devtools copied to clipboard

updated to v8.0.0 of Bloc, which includes Cubit support

Open chonghorizons opened this issue 3 years ago • 0 comments

I updated/migrated this nice package (Thanks @andrea689 ) to v8.0.0 of bloc.

The examples/counter should work. Just clone and run. -Building for web works, and if you build for web, you can keep the 127.0.0.1 host ip -If you build for android or ios, you'll need the ip on your laptop (or wherever you are running the RemoteDev)

I also did some miscellaneous tasks

  • [x] Ran flutter create . to get Dart Analysis and other support. Otherwise, no linting.

Later, I will add

  • [ ] a v8.0.0 bloc/examples/flutter_todo example

chonghorizons avatar Dec 08 '21 00:12 chonghorizons