mirror of
https://github.com/Iconica-Development/flutter_image_picker.git
synced 2025-05-18 19:53:45 +02:00
added license
This commit is contained in:
parent
d65495db94
commit
2222a16894
3 changed files with 13 additions and 20 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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
|
|
1
LICENSE
1
LICENSE
|
@ -1 +0,0 @@
|
||||||
TODO: Add your license here.
|
|
14
README.md
14
README.md
|
@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 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.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 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.
|
Loading…
Reference in a new issue