diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2ce96..950d235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +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 \ No newline at end of file +## 0.0.1 \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ba75c69..0000000 --- a/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/README.md b/README.md index ed9e17a..88c9250 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Flutter Image Picker Flutter Image Picker is a package you can use to implement an Image Picker in your Flutter app. +![Gif](example/gif/ImagePickerGif.gif) + ## 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. -![Gif](example/gif/ImagePickerGif.gif) - ## 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). @@ -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 | | 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 | + +## 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. \ No newline at end of file