Image Picker that can be used to pick an image from storage or make a picture with your camera.
Find a file
2022-08-31 10:09:36 +02:00
.vscode Made first version of image picker 2022-08-31 10:09:36 +02:00
example Made first version of image picker 2022-08-31 10:09:36 +02:00
lib Made first version of image picker 2022-08-31 10:09:36 +02:00
test Made first version of image picker 2022-08-31 10:09:36 +02:00
.flutter-plugins Added more folders 2022-08-29 15:10:34 +02:00
.flutter-plugins-dependencies Made first version of image picker 2022-08-31 10:09:36 +02:00
.gitignore Initial Commit 2022-08-29 14:52:48 +02:00
.metadata Initial Commit 2022-08-29 14:52:48 +02:00
analysis_options.yaml Initial Commit 2022-08-29 14:52:48 +02:00
CHANGELOG.md Made first version of image picker 2022-08-31 10:09:36 +02:00
LICENSE Initial Commit 2022-08-29 14:52:48 +02:00
pubspec.yaml Made first version of image picker 2022-08-31 10:09:36 +02:00
README.md Initial Commit 2022-08-29 14:52:48 +02:00

Flutter Image Picker

Flutter Image Picker is a package you can use to implement an Image Picker in your Flutter app.

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.