added license

This commit is contained in:
commitimpush 2022-09-01 12:04:18 +02:00
parent d65495db94
commit 2222a16894
3 changed files with 13 additions and 20 deletions

View file

@ -1,17 +1 @@
## 0.0.1 ## 0.0.1
* Initial commit of the package
## 0.0.2
* Added more folders
## 0.0.5
* Added image picker package which shows a dialog to choose an image from gallery or to make a picture with the camera
* Added example app to test/show off the image picker package functionality
## 0.0.6
* Code improvements
* Removed the calculator test application

View file

@ -1 +0,0 @@
TODO: Add your license here.

View file

@ -1,12 +1,12 @@
# Flutter Image Picker # Flutter Image Picker
Flutter Image Picker is a package you can use to implement an Image Picker in your Flutter app. Flutter Image Picker is a package you can use to implement an Image Picker in your Flutter app.
![Gif](example/gif/ImagePickerGif.gif)
## Features ## Features
With the Flutter Image Picker you can select an existing picture from the gallery or make a picture with the camera to use in your app. With the Flutter Image Picker you can select an existing picture from the gallery or make a picture with the camera to use in your app.
![Gif](example/gif/ImagePickerGif.gif)
## Usage ## Usage
To use this package, add `flutter_image_picker` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/platform-integration/platform-channels). To use this package, add `flutter_image_picker` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/platform-integration/platform-channels).
@ -28,3 +28,13 @@ You can add optional parameters to the `showImagePickerDialog(context)` function
| selectImageIcon | The icon that is shown as the Select Image button | | selectImageIcon | The icon that is shown as the Select Image button |
| selectImageText | The text that is shown underneath the Select Image icon in the Image Picker Dialog | | selectImageText | The text that is shown underneath the Select Image icon in the Image Picker Dialog |
| closeButtonText | The text that is visible on the button that is shown at the bottom of the Image Picker Dialog that closes the dialog | | closeButtonText | The text that is visible on the button that is shown at the bottom of the Image Picker Dialog that closes the dialog |
## Issues & Feedback
Please file an [issue](https://github.com/Iconica-Development/flutter_image_picker/issues) to send feedback or report a bug,
If you want to ask a question or suggest an idea then you can [open an discussion](https://github.com/Iconica-Development/flutter_image_picker/discussions).
Thank you!
## Contributing
Every pull request is welcome.