issue 0.0.4 issue: ^0.0.4 copied to clipboard
A CLI tool to help cli package authors make raising issues like bug reports more interactive for their users.
0.0.4 #
- Removed
IssueTemplate.requiresFlutterApp
. - Added
IssueSection.requiresFlutterProject
. - Replaced template used in example/issue.dart and README.md to
FlutterBugReportIssueTemplate
.
0.0.3 #
- Refactor
IssueTemplate.titlePlaceholder
toIssueTemplate.titleTemplate
. - Document a few public APIs.
- Add few lints.
0.0.2 #
- Handle inter-IssueSection spacing in IssueBuilder.
- Add example, demo video and CreditsIssueSection.
- Improve README.
0.0.1+1 #
- Bug fix: GitHubIssueTracker threw exception with template.
0.0.1 #
- Initial version.