Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 785 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 785 Bytes

Read to start contributing

Current TODOs

  1. Add more widgets to app
  2. Add app on-boarding
  3. Improve UI
  4. Add get-layout-code functionality ✔️
  5. Add save code functionality
  6. Add tests

Longer term TODOs

  1. Optimise for Flutter Web

To add a new widget

All widgets extend ModelWidget. Check out other widget models like CenterModel to get started. Make sure you fill all required parameters and document anything extra needed.

Found a bug?

Feel free to file an issue if you find a bug. Please mention any relevant details and outputs required.