custom_components 0.0.2
custom_components: ^0.0.2 copied to clipboard
All my flutter custom components that I build.
Custom Components #
My Flutter's custom component that i build.
Feature and components #
| Package name | Description | Example | IsDone |
|---|---|---|---|
| CText | Render new text-widget also with tranlations. | N/A | x |
| CImage | New Image-widget include lazy-loading also cache images. | N/A | YES |
| CChips | New Chips-widget built for selection usage. | N/A | x |
| CDropdown | New Dropdown-widge built for query usage. | N/A | x |
| CLoading | New Loading Widget built for Logo and CircularProgressIndicator. | N/A | x |
| CLazyLoadingListView | ListView Pagable infinite scrolling. | N/A | x |
| CLike | Render new favorite or like button. | N/A | x |
Todos #
- ✅ Publish to pub.
- ✅ Example, Tutorials, Guide and Preview each widget.
- ✅ CImage.
- Other still remain.
- ✅ Testing each widget.
- ✅ CImages.
- Other still remain.
- ✅ Add CI/CD.
- ✅ Automatic publish to pub via CI.
- ❌ CI to test widget to pull and push.