Skip to content

Latest commit

 

History

History

README.md

Very Good Flutter Package

Very Good Ventures

Developed with 💙 by Very Good Ventures 🦄

License: MIT Powered by Mason

A Very Good Flutter package created by Very Good Ventures 🦄.

What's Included ✨

  • ✅ 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

Output 📦

├── .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.dart

By 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