Merged
Conversation
Broadcasting module (Echo facade, BroadcastManager, ReverbBroadcastDriver), router observers, network driver plugin hook, custom log drivers. Updates: facade count 16→17, test count 453→858, CHANGELOG PR refs, docs/skills/README synced with Echo facade and broadcasting docs.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
Release housekeeping for 1.0.0-alpha.7, aligning docs/reference material and package metadata with the new Broadcasting/Echo additions and updated test counts.
Changes:
- Bump package version to
1.0.0-alpha.7across main + example manifests/lockfile. - Finalize
CHANGELOG.mdfor the alpha.7 release with corrected PR references. - Update docs/skill references to reflect the new 17th facade (Echo), plus add Echo API/testing reference content and a Broadcasting doc link.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
pubspec.yaml |
Bumps package version to 1.0.0-alpha.7. |
example/pubspec.yaml |
Updates example app to reference 1.0.0-alpha.7. |
example/pubspec.lock |
Locks example’s path dependency version to 1.0.0-alpha.7. |
CHANGELOG.md |
Promotes “Unreleased” to 1.0.0-alpha.7 and fixes PR numbers. |
README.md |
Updates facade count to 17, adds Echo mentions, and adds Broadcasting docs link. |
CLAUDE.md |
Updates architecture tree (broadcasting), facade count, test count, and gotchas. |
.github/copilot-instructions.md |
Updates facade count + architecture tree + gotchas to include broadcasting. |
skills/magic-framework/SKILL.md |
Updates reference index to “All 17 facades…”. |
skills/magic-framework/references/facades-api.md |
Adds Echo facade API reference section. |
skills/magic-framework/references/testing-patterns.md |
Adds Echo fake/unfake usage and an Echo.fake() section. |
- Add missing `late FakeBroadcastManager echoFake` declaration - Fix Echo.fake() example: connect before assertConnected, disconnect before assertDisconnected - Fix Echo.listen callback type: `void Function(BroadcastEvent)` not `Function(BroadcastEvent)` - Reword "All facades" → "The following facades" for fake/unfake list
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.
Summary
1.0.0-alpha.7facades-api.mdreferenceEcho.fake()section totesting-patterns.mdreferencebroadcasting/to architecture treesBroadcastServiceProviderto not-auto-registered gotchasFeatures in this release
MagicRouter.instance.addObserver()for analytics/monitoring (feat(routing): add NavigatorObserver support to MagicRouter #34)DioNetworkDriver.configureDriver()for SDK integrations (feat(network): add configureDriver() plugin hook for Dio access #35)LogManager.extend()for custom driver registration (feat(logging): add LogManager.extend() for custom driver registration #36)Test plan
dart analyze— zero issuesdart format— zero changesdart pub publish --dry-run— passes