widgetx icon indicating copy to clipboard operation
widgetx copied to clipboard

Superpowers for your flutter widgets.

Results 2 widgetx issues
Sort by recently updated
recently updated
newest added

Create easy extensions for padding in a flutter project. Example: ```dart Text('apple').paddingSmall() ``` Provide helpers to customise small, medium large as per the design guidelines for the app. ```dart ///...

enhancement
good first issue

- add comments to each extension with usage example - setup a github page docs for the project putting examples.

documentation