tarka_ui 1.1.1 copy "tarka_ui: ^1.1.1" to clipboard
tarka_ui: ^1.1.1 copied to clipboard

Flutter package for Tarka Kit Design System

Tarka UI Kit Flutter #

Tarka UI Kit is a reusable component library for building Flutter apps, based on a design system using 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 use this package in your project? #

# Add this below package in the dependencies section of the pubspec.yaml file
tarka_ui:
    git:
      url: git@github.com:tarkalabs/tarka-ui-kit-flutter.git
      ref: v1.1.0

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