all_widgets 0.0.1 all_widgets: ^0.0.1 copied to clipboard
This package is all in one package which contains mostly custom widget but letter on we will add more widget which you can directly use.
0.0.1 #
- This Release contain now only one custom widget that is CustomText.
Here is Widget tree.
all_widgets/ ├── lib/ │ ├── all_widgets.dart │ └── custom_text_field.dart ├── test/ │ └── custom_text_field_test.dart ├── pubspec.yaml ├── README.md ├── CHANGELOG.md └── LICENSE