Skip to content

Latest commit

 

History

History

README.md

Very Good Flutter Plugin

Very Good Ventures

Developed with 💙 by Very Good Ventures 🦄

License: MIT Powered by Mason

A Very Good federated Flutter plugin created by Very Good Ventures 🦄.

What's Included ✨

  • ✅ Federated Plugin Architecture
  • ✅ Configurable Platforms (Android, iOS, MacOS, Linux, Web, Windows)
  • ✅ GitHub Workflow powered by Very Good Workflows
  • ✅ Strict lint rules powered by Very Good Analysis
  • ✅ Pull Request Template
  • ✅ Issue Templates
  • ✅ Dependabot Integration
  • ✅ 100% Test Coverage
  • ✅ Fully Documented Public API
  • ✅ MIT License

Output 📦

├── .github
│   ├── ISSUE_TEMPLATE
│   └── workflows
├── my_plugin
│   ├── example
│   │   ├── android
│   │   ├── integration_test
│   │   ├── ios
│   │   ├── lib
│   │   ├── linux
│   │   ├── macos
│   │   ├── test_driver
│   │   ├── web
│   │   └── windows
│   ├── lib
│   └── test
├── my_plugin_android
│   ├── android
│   ├── lib
│   └── test
├── my_plugin_ios
│   ├── ios
│   ├── lib
│   └── test
├── my_plugin_linux
│   ├── lib
│   ├── linux
│   └── test
├── my_plugin_macos
│   ├── lib
│   ├── macos
│   └── test
├── my_plugin_platform_interface
│   ├── lib
│   └── test
├── my_plugin_web
│   ├── lib
│   └── test
├── my_plugin_windows
│   ├── lib
│   └── test
│   └── windows
└── LICENSE  

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_plugin -o ./output_folder