If you want to contribute it's now easier than ever.
You can use mason
to create template for a new widget binding.
- Install mason
# 🎯 Activate from https://pub.dev
dart pub global activate mason_cli
- Chose the package you want to add on https://pub.dev
- Generate a template project in
packages
folder
- move to
packages
folder
cd packages
- to get all bricks registered in mason.yaml run:
mason get
- generate template
mason make reactive_forms_widget_package