Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 1.58 KB

README.md

File metadata and controls

65 lines (56 loc) · 1.58 KB

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
  • TUIFilePicker
  • TUIFloatingActionButton
  • TUIIconButton
  • TUIInputField
  • TUIMediaThumbnail
  • TUIMenuItem
  • TUIMobileButtonBlock
  • TUIMobileOverlayHeader
  • TUIMobileOverlayFooter
  • TUIMobileOverlayMenu
  • TUINavigationRow
  • TUIRadioButton
  • TUIRadioRow
  • TUIRangeSlider
  • TUISearchBar
  • TUISelectionCard
  • TUISlider
  • TUISnackBar
  • TUISuccessCheckMark
  • TUITabBar
  • TUITag
  • TUIToggleRow
  • TUIToggleSwitch

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