mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 22:02:38 +08:00
[image_picker] Add desktop support - implementations (#4172)
Platform implementation portion of https://github.com/flutter/packages/pull/3882 Updates the Windows implementation to use the new base class for camera delegation, and creates new macOS and Linux implementations that are near-duplicates. These are separate packages, rather than a single shared package, because it's likely that they will diverge over time (e.g., the TODO for macOS to use a system image picker control on newer versions of macOS), and the amount of code that could be shared is minimal anyway. Part of https://github.com/flutter/flutter/issues/102115 Part of https://github.com/flutter/flutter/issues/102320 Part of https://github.com/flutter/flutter/issues/85100
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# Can't use Flutter integration tests due to native modal UI.
|
||||
- file_selector
|
||||
- file_selector_linux
|
||||
- image_picker_linux
|
||||
|
@ -1,3 +1,4 @@
|
||||
# Can't use Flutter integration tests due to native modal UI.
|
||||
- file_selector
|
||||
- file_selector_macos
|
||||
- image_picker_macos
|
||||
|
Reference in New Issue
Block a user