You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using FilePickerResult result = await FilePicker.platform.pickFiles(type: FileType.image); works fine when running as a straight forward Flutter project in the iOS simulator, showing both gallery picker and file picker.
Neither picker is appearing when using it as a flutter module in an iOS project.
Issue details
iOS
iOS 14.2
Error Log
n/a
Screenshots and/or video
If applicable, add screenshots or video to help explain your problem.
Flutter Version details
[✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.6 19G2021 darwin-x64, locale en-GB)
• Flutter version 1.22.4 at /Users/jamesbirtwell/development/flutter
• Framework revision 1aafb3a8b9 (3 weeks ago), 2020-11-13 09:59:28 -0800
• Engine revision 2c956a31c0
• Dart version 2.10.4
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at /Users/jamesbirtwell/Library/Android/sdk
• Platform android-30, build-tools 30.0.1
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 12.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.2, Build version 12B45b
• CocoaPods version 1.9.3
[!] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
@Jimmybee this should be fixed with 2.1.4 thanks to #539. Let me know if it fixed for you and feel free to reopen this is you still experience any issue.
Describe the bug
Using
FilePickerResult result = await FilePicker.platform.pickFiles(type: FileType.image);
works fine when running as a straight forward Flutter project in the iOS simulator, showing both gallery picker and file picker.Neither picker is appearing when using it as a flutter module in an iOS project.
Issue details
Error Log
n/a
Screenshots and/or video
If applicable, add screenshots or video to help explain your problem.
Flutter Version details
[✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.6 19G2021 darwin-x64, locale en-GB)
• Flutter version 1.22.4 at /Users/jamesbirtwell/development/flutter
• Framework revision 1aafb3a8b9 (3 weeks ago), 2020-11-13 09:59:28 -0800
• Engine revision 2c956a31c0
• Dart version 2.10.4
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at /Users/jamesbirtwell/Library/Android/sdk
• Platform android-30, build-tools 30.0.1
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 12.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.2, Build version 12B45b
• CocoaPods version 1.9.3
[!] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
[✓] Connected device (2 available)
• iPhone 11 (mobile) • 89279B96-8B42-48F5-886C-34DF224C9B11 • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-2
(simulator)
Additional context
Setup flutter engine:
Set FlutterViewController by:
The text was updated successfully, but these errors were encountered: