Developed with 💙 by Very Good Ventures 🦄
A Very Good Flutter package created by Very Good Ventures 🦄.
- ✅ GitHub Workflow powered by Very Good Workflows
- ✅ Pull Request Template
- ✅ Issue Templates
- ✅ Dependabot Integration
- ✅ Strict lint rules powered by Very Good Analysis
- ✅ 100% Test Coverage
- ✅ Fully Documented Public API
- ✅ MIT License
- ✅ Changelog
├── .github
│ ├── ISSUE_TEMPLATE
│ │ ├── bug_report.md
│ │ ├── build.md
│ │ ├── chore.md
│ │ ├── ci.md
│ │ ├── config.yml
│ │ ├── documentation.md
│ │ ├── feature_request.md
│ │ ├── performance.md
│ │ ├── refactor.md
│ │ ├── revert.md
│ │ ├── style.md
│ │ └── test.md
│ ├── PULL_REQUEST_TEMPLATE.md
│ ├── dependabot.yaml
│ └── workflows
│ └── main.yaml
├── .gitignore
├── CHANGELOG.md
├── LICENSE
├── README.md
├── analysis_options.yaml
├── coverage_badge.svg
├── lib
│ ├── src
│ │ └── my_package.dart
│ └── my_package.dart
├── pubspec.yaml
└── test
└── src
└── my_package_test.dartBy default mason make will generate the output in the current working directory but a custom output directory can be specified via the -o option:
mason make very_good_flutter_package -o ./output_folder