Export the new stac action and widget parsers extension method#387
Export the new stac action and widget parsers extension method#387divyanshub024 merged 2 commits intodevfrom
Conversation
WalkthroughTwo new exports are added to the parsers barrel file, exposing Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/stac/lib/src/parsers/parsers.dart (1)
2-3: New core parser exports look consistent; remember API/documentation updatesThe added exports align with the existing barrel style and cleanly surface the core action/widget parser extensions. From this file’s perspective everything looks correct; the only follow‑ups I’d suggest are:
- Ensure
CHANGELOG/ release notes call out the newly public parser extensions.- Confirm any public docs or examples are updated to use the new
.parse/.parseListhelpers so consumers don’t keep reimplementing the old patterns.
Description
This PR exposes the new parser extension methods for widgets and actions. These extensions make it much simpler to render nested
StacWidgetwithout manually callingStac.fromJsonor dealing with map conversions.Example
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.