-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from tarkalabs/rajiv/to-adhere-pub-dev-standards
To adhere pub dev standards
- Loading branch information
Showing
56 changed files
with
551 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,9 @@ | ||
## 1.1.2 - 2024-02-24 | ||
|
||
* Fixes: Adhere to pub.dev package standards and updated documentation. | ||
|
||
## 1.1.1 - 2024-02-24 | ||
|
||
* Added 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 | ||
* Initial release of the Tarka UI library with 33 components. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ and the Flutter guide for | |
--> | ||
|
||
# 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 | ||
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 | ||
|
@@ -50,17 +50,6 @@ Tarka UI Kit is a reusable component library for building Flutter apps, based on | |
- 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: [email protected]:tarkalabs/tarka-ui-kit-flutter.git | ||
ref: v1.1.0 | ||
``` | ||
|
||
## How to run the kitchen sink app? | ||
|
||
### From Android Studio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
# example | ||
|
||
Tarka Kit Flutter example project | ||
Tarka UI Kit Flutter example project | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.