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 yourpubspec.yaml
file:
dependencies:
simple_picker: ^0.0.6
- Import when you want to pick up an image from the camera or photo library.
import 'package:simple_picker/simple_picker.dart';
- Thanks to FDTake for giving me the idea.
https://github.com/fulldecent/FDTake
- 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 nguyenhoangnam31082000@gmail.com.