feedback_github 1.2.1
feedback_github: ^1.2.1 copied to clipboard
A Flutter package that enables users to submit feedback as GitHub issues, storing images in Firebase Storage.
1.2.1 #
- update deps
1.2.0 #
- added missing mime type images
- inline display of images in GitHub issues instead of a link
- added
imageDisplayWidth
to control the width of the image in the GitHub issue
1.1.3 #
- added
allowProdEmulatorFeedback
to disable unwanted bot feedback in production emulator
1.1.2 #
showAndUploadToGitHub
now returns a Future<Issue>
uploadToGitHub's screenshot is now optional
1.0.0 #
initial release.