Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/content/release/breaking-changes/radio-api-redesign.md
  • Loading branch information
sfshaza2 authored May 28, 2025
commit 672dd2183d3eee5cde5a4fb67038b58ec81c6274
9 changes: 7 additions & 2 deletions src/content/release/breaking-changes/radio-api-redesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ This change also presented an opportunity to simplify the API for individual `Ra

## Description of change

Deprecated `Radio.onChanged`, `Radio.groupValue`, `CupertinoRadio.onChanged`,
`CupertinoRadio.groupValue`, `RadioListTile.groupValue`, and `RadioListTile.onChanged`.
The following API is deprecated:
* `Radio.onChanged`
* `Radio.groupValue`
* `CupertinoRadio.onChanged`
* `CupertinoRadio.groupValue`
* `RadioListTile.groupValue`
* `RadioListTile.onChanged`.

## Migration guide

Expand Down