flira 0.2.0
flira: ^0.2.0 copied to clipboard
A tool to report Jira issues from any flutter-app. It can be activated by shaking the phone or taking a screenshot.
0.0.1 07 September 2022 #
- Initial release
0.0.2 07 September 2022 #
- Fixed typo
0.0.3 11 September 2022 #
- Added more description
- Jira API error handling
- Created public repo for flira package
0.1.0 17 September 2022 #
- Implemented a small floating button to display the dialog
- Created a wrapper to make it compatible with MaterialApp.router.
- Started using Bloc for the state management.
0.2.0 26 September 2022 #
- Added attachment field for issue creating
- Settings dialog to change api token, user name or url prefix
- Improved state management
- Bugfixing
- This release was made from feature/attach_image_to_issue branch