tarka_ui 1.1.2 tarka_ui: ^1.1.2 copied to clipboard
Tarka UI Kit is a pre-built component library for building Flutter apps. It is based on our design system, utilizing Atomic Design principles.
Tarka UI Kit Flutter #
Tarka UI Kit is a pre-built component library for building Flutter apps. It is based on our design system, utilizing Atomic Design principles.
List of components #
- TUIAccordion
- TUIAnchor
- TUIAppTopBar
- TUIAttachmentUpload
- TUIAvatar
- TUIBadge
- TUIBreadCrumb
- TUIButton
- TUICheckBox
- TUICheckBoxRow
- TUIChip
- TUIDivider
- TUIDraggableCard
- TUIEmailField
- TUIEmailSubjectField
- TUIFloatingActionButton
- TUIIconButton
- TUIInputField
- TUIMediaThumbnail
- TUIMenuItem
- TUIMobileButtonBlock
- TUIMobileOverlayHeader
- TUIMobileOverlayFooter
- TUINavigationRow
- TUIRadioButton
- TUIRangeSlider
- TUISearchBar
- TUISelectionCard
- TUISlider
- TUISnackBar
- TUISuccessCheckMark
- TUIToggleSwitch
- TUITag
- TUIToggleRow
How to run the kitchen sink app? #
From Android Studio #
Open main.dart
file in example/
directory rest will be handled by Android Studio.
From Terminal #
Change directory to example/
and execute flutter run