0 purchases
simple picker
Simple Picker #
Simple Picker is fix issue of image_picker plugin on iOS
Features #
Flexible Picker Components: Choose between list and grid picker layouts to suit your app's needs.
Cross-Platform Compatibility: Works flawlessly only in iOS devices.
Handle to fix github issue : https://github.com/flutter/flutter/issues/14720
Installation #
To use Simple Picker in your Flutter project, follow these steps:
Add simple_picker as a dependency in your pubspec.yaml file:
dependencies:
simple_picker: ^0.0.6
copied to clipboard
Import when you want to pick up an image from the camera or photo library.
import 'package:simple_picker/simple_picker.dart';
copied to clipboard
Thanks to FDTake for giving me the idea.
https://github.com/fulldecent/FDTake
copied to clipboard
I will upgrade the plugin version to enable handling multiple issues simultaneously.
If you find this project useful, consider supporting it by buying me a coffee or contacting me for more details.
For further inquiries, please feel free to contact me via email at [email protected].
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.