Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 532 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 532 Bytes

If you want to contribute it's now easier than ever. You can use mason to create template for a new widget binding.

  1. Install mason
# 🎯 Activate from https://pub.dev
dart pub global activate mason_cli
  1. Chose the package you want to add on https://pub.dev
  2. 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