chore(deps): update mt_carplay to ^1.5.0#5
Merged
Conversation
Bump mt_carplay from ^1.2.11 to ^1.5.0 (released 2026-06-10). Adapt to the 1.3.0 breaking change that renamed enums/classes to be 1:1 with Apple's API: CPListItemAccessoryTypes -> CPListItemAccessoryType. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Updates
mt_carplayfrom^1.2.11to^1.5.0(the latest release, published 2026-06-10), and adapts the module to the API changes introduced in the intervening releases.Changes
pubspec.yaml:mt_carplay: ^1.2.11→^1.5.0lib/src/carplay/mt_carplay_item.dart: adapt to the 1.3.0 breaking change that renamed enums/classes to be 1:1 with Apple's API —CPListItemAccessoryTypes→CPListItemAccessoryType(thedisclosureIndicatorvalue is unchanged).pubspec.lock/example/pubspec.lock: regenerated. Resolvesmt_carplayto 1.5.0, bumpsuuidto 4.5.3, and pulls influtter_svg/vector_graphics/xmltransitively (Flutter-asset SVG support added in 1.4.0).What's in mt_carplay 1.3.0 → 1.5.0
flutter_carplay1.5.0 merge.CPSearchTemplate, Flutter-asset SVG support, Android Auto message/long-message/pane templates, AA list item/section/template IDs.onPopcallbacks on pushed templates,CPListImageRowItem, iOS crash fixes, enum/class renames to match Apple's API (breaking).Verification
flutter pub get— resolves cleanly to 1.5.0dart analyze .(module) — No issues found!dart analyze .(example) — No issues found!🤖 Generated with Claude Code