Update rx_bloc_generator dependency#159
Merged
DavidDWiser merged 2 commits intodevelopfrom Dec 24, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the rx_bloc_generator dependency from version ^8.0.0 to ^9.0.0 across multiple widget toolkit packages. The update includes regenerating affected files (mocks, bloc implementations, themes, and copyWith extensions) and bumping package versions accordingly.
Key changes:
- Updated
rx_bloc_generatorto version9.0.0in dev_dependencies across 5 packages - Updated
copy_with_extensionto10.0.0in the main widget_toolkit package - Regenerated all auto-generated code files including Mockito mocks, RxBloc implementations, theme files, and copyWith extensions
Reviewed changes
Copilot reviewed 53 out of 58 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/widget_toolkit_qr/pubspec.yaml | Updated rx_bloc_generator to 9.0.0 and bumped package version to 0.2.1 |
| packages/widget_toolkit_pin/pubspec.yaml | Updated rx_bloc_generator to 9.0.0 and bumped package version to 0.3.3 |
| packages/widget_toolkit_otp/pubspec.yaml | Updated rx_bloc_generator to 9.0.0 and bumped package version to 0.1.2 |
| packages/widget_toolkit_biometrics/pubspec.yaml | Updated rx_bloc_generator to 9.0.0 and bumped package version to 0.1.1 |
| packages/widget_toolkit/pubspec.yaml | Updated rx_bloc_generator to 9.0.0 and copy_with_extension to 10.0.0, bumped version to 0.2.3 |
| packages//test/**/.mocks.dart | Regenerated Mockito mocks with version 5.4.6 (from 5.4.4/5.4.2), adding new ignore directives |
| packages//lib/**/.rxb.g.dart | Regenerated RxBloc files with new generator version, adding formatting width comment |
| packages//lib/**/.tailor.dart | Regenerated theme tailor files with expanded ignore directives list |
| packages//lib/**/.g.dart | Regenerated copyWith extension files with updated documentation and nullability handling |
| packages/*/CHANGELOG.md | Added new version entries documenting the dependency upgrades |
| packages/*/example/pubspec.lock | Updated transitive dependencies reflecting the new generator versions |
| packages/widget_toolkit/pubspec_overrides.yaml | Added r_flutter git dependency override |
| packages/widget_toolkit/lib/assets.dart | Added trailing newline (code formatting) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JvnSlv
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.