Arokip / flutter_diagram_editor

Fllutter diagram editor library
MIT License
116 stars 38 forks source link

Improve the code with @required and asserts #5

Closed Arokip closed 3 years ago

Arokip commented 3 years ago

Use @required annotation in the code where it is necessary. Add asserts (not null, etc.) to constructors.