flutter carbon
unofficial implementation of carbon design system using flutter framework.
finished widgets
- [x] cbuttons (primary, secondary, danger, tertiary, ghost)
- [x] ctextfield (primary, success , warning, danger) based on validation
- [x] cform (form , form group)
- [x] ccheckbox
- [x] csvgicon
- [x] clink
screenshots
form
button
setup project
download the repo:
noureldinshobier/carbon-flutter
change directory to lab:
cd lab
get flutter dependencies
flutter pub get
Comments are closed.