github_snitch 0.0.4 github_snitch: ^0.0.4 copied to clipboard
Package for capture & open github issue for crashes, issues & proposals
0.0.1-beta #
- Report bugs on github issues with specific labels,assignees, milestone
- Automaticlly when call
listenToExceptions
method inmain
as in example - Manually with
report
method
- Automaticlly when call
- Create labels
- GhSnitch-external for Errors not caught by Flutter Framework
- GhSnitch-internal for Errors caught by Flutter Framework
- Reported by GhSnitch Package for know which issues reported from this package
- GhSnitch-external for Errors not caught by Flutter Framework
- Support offline case (save locally & send later when connection exist)
0.0.4 #
- Added get issues & comments methods for discuss issue with user by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/3
- Added compare method for avoid duplicate report by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/2
- Solved compare condition wrong by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/4
- Convert isFromUser flag to parameter by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/5
- Update README.md by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/6
- Removed limit lines sended on 10 by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/7
- Fixed show all stack issue & limit lines on 20 line by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/9
- Added Fine-grained PAT explain by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/11
- Support include screenshots on report by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/10
- Bump package version & Added release notes by @M97Chahboun in https://github.com/M97Chahboun/github_snitch/pull/12