Skip to content
Merged
Show file tree
Hide file tree
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
Update versions
  • Loading branch information
alexskobozev committed Oct 16, 2025
commit ddc19d54167b4c42f4eaf1b0a4c2e98781bc7ee1
2 changes: 1 addition & 1 deletion packages/camera/camera_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22

version: 0.10.10+10
version: 0.10.10+11

environment:
sdk: ^3.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_android_camerax/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camera_android_camerax
description: Android implementation of the camera plugin using the CameraX library.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.6.23+2
version: 0.6.23+3

environment:
sdk: ^3.9.0
Expand Down