-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rohd Devtools Extension Refactor to BLoC #562
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also want to pull from main
to get some fixes to pass CI, since Dart 3.7.0 just came out and has a bug in dart doc causing CI failures
rohd_devtools_extension/lib/rohd_devtools/view/tree_structure_page.dart
Outdated
Show resolved
Hide resolved
rohd_devtools_extension/lib/rohd_devtools/cubit/rohd_service_cubit.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Description & Motivation
Refactor Rohd Devtools Extension from Riverpod to Bloc state management.
Related Issue(s)
#466
Testing
Backwards-compatibility
No.
Documentation
See this example for Devtools Extension.
https://medium.com/flutter/dart-flutter-devtools-extensions-c8bc1aaf8e5f
Run in simulated environment using this command:
flutter run -d chrome --dart-define=use_simulated_environment=true