Skip to content
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

Merged
merged 12 commits into from
Feb 19, 2025
Merged

Conversation

robtorx
Copy link
Contributor

@robtorx robtorx commented Feb 8, 2025

Description & Motivation

Refactor Rohd Devtools Extension from Riverpod to Bloc state management.

Related Issue(s)

#466

Testing

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

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

@robtorx
Copy link
Contributor Author

robtorx commented Feb 8, 2025

@desmonddak @mkorbel1

@robtorx robtorx marked this pull request as ready for review February 11, 2025 18:49
Copy link
Contributor

@mkorbel1 mkorbel1 left a 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

@mkorbel1 mkorbel1 linked an issue Feb 14, 2025 that may be closed by this pull request
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mkorbel1 mkorbel1 merged commit 3a6280e into intel:main Feb 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refractor Riverpod state management to Bloc state management
2 participants