Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
32a6914
[animations] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
64064df
[camera] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
157a932
[camera] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
8109fb3
[camera_android_camerax] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
bc09c33
[camera_avfoundation] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
dfc6124
[google_sign_in_web] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
57f7be9
[two_dimensional_scrollables] Refactor `Radio` widgets in example
alexskobozev Oct 1, 2025
7b2db36
Fix lints in animations example
alexskobozev Oct 1, 2025
fe84be7
[two_dimensional_scrollables] Fix lints in examples
alexskobozev Oct 1, 2025
b813cf9
[camera_avfoundation] Format example `main.dart`
alexskobozev Oct 1, 2025
5bcf490
Adds miscellaneous formatting fixes
alexskobozev Oct 1, 2025
c6cdb22
Merge remote-tracking branch 'upstream/main' into handle_deprecated_r…
alexskobozev Oct 2, 2025
f6b2de3
Update changelogs
alexskobozev Oct 2, 2025
09df509
Revert "Update changelogs"
alexskobozev Oct 3, 2025
7b2347e
Merge remote-tracking branch 'upstream/main' into handle_deprecated_r…
alexskobozev Oct 3, 2025
6c5c615
[google_sign_in_web] Disable RadioListTile when onChanged is null
alexskobozev Oct 3, 2025
3234a2b
[camera_avfoundation] Disable camera selection during recording
alexskobozev Oct 3, 2025
aaba578
Update changelogs
alexskobozev Oct 3, 2025
5e347e4
[google_sign_in_web] Simplify `onChanged` callback in example
alexskobozev Oct 6, 2025
3ded134
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 6, 2025
2a923fe
[google_sign_in_web] Update onChanged callback in example: pass it as…
alexskobozev Oct 7, 2025
71f6c80
Merge remote-tracking branch 'origin/handle_deprecated_radio_examples…
alexskobozev Oct 7, 2025
0839417
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 8, 2025
eceac1f
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 12, 2025
39e0367
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 16, 2025
ddc19d5
Update versions
alexskobozev Oct 16, 2025
764aef8
fix version match
alexskobozev Oct 17, 2025
abda454
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 17, 2025
587bbde
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 20, 2025
5e92e4b
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 20, 2025
a0f6243
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 21, 2025
ed108d7
update version
alexskobozev Oct 21, 2025
7c0ca21
Merge branch 'main' into handle_deprecated_radio_examples
alexskobozev Oct 22, 2025
8eba7ed
Update versions
alexskobozev Oct 22, 2025
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
Next Next commit
Merge branch 'main' into handle_deprecated_radio_examples
  • Loading branch information
alexskobozev authored Oct 8, 2025
commit 0839417e6515ae27e04a7837a92ad9bf0560a043
6 changes: 5 additions & 1 deletion packages/camera/camera_avfoundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 0.9.22+1
## 0.9.22+2

* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.

## 0.9.22+1

* Fixes crash on iOS when `enableAudio` is false.

## 0.9.22

* Adds lensType in the PlatformCameraDescription
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.