-
When I use this plug-in, even if I set it up
```
FilePickerResult result = await FilePicker.platform.pickFiles(
type: FileType.custom,
allowedExtensions: [ 'pdf'],
);
```
But…
-
**Describe the bug**
When trying to select an image on iOS the app crashes when you select an image. Something seems to be wrong with the 'didFinishPicking'.
I've also made sure to have added the …
-
I'm using Prerelease: 2.0.0-null-safety and getting local asset
I try to use exactly this code but can't find the property update on decodeBytes function that you use on your code, without this pro…
-
**Describe the bug**
Immediate crash when running this code on android Simulator (crashed too on smartphone):
```dart
FilePickerResult result = await FilePicker.platform.pickFiles(type: FileType.im…
-
### Description
Recently I started to use Xamarin.Essentials FilePicker for picking files from the file system. When using the FilePicker on Android (Android 10) I noticed that the permission prompt …
-
Using Version ^2.1.5+1 on Android (minSdkVersion 26 and targetSdkVersion 29) there is a note while building my app in debug or release mode:
Note: C:\Users\[...]\flutter\.pub-cache\hosted\pub.dartlan…
-
**Describe the bug**
Unexpectedly found nil while implicitly unwrapping an Optional value: file..../ios/Pods/AmplifyPlugins/AmplifyPlugins/Storage/AWSS3StoragePlugin/AWSS3StoragePlugin+ClientBehavior…
-
Launching lib\main.dart on Redmi Note 7 Pro in debug mode...
Running Gradle task 'assembleDebug'...
Parameter format not correct -
FAILURE: Build failed with an exception.
* What went wrong:
…
-
I am trying to retrieve the bytes of the images I am selecting but I always get null on android, the same code works well on flutter web.
Permission was accepted.
I added these two permissions:
…
-
I am using the latest version of flutter_file_pickere and whenever I choose an image I keep getting this error after I have chosen it >>>
flutter: Bad state: No element
I am using M1 processor wi…