-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
leonardo.gabriel
committed
Jul 7, 2022
1 parent
2f8f251
commit b9de0fe
Showing
3 changed files
with
15 additions
and
31 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,3 +1,7 @@ | ||
## 0.0.4 | ||
|
||
* Updated README | ||
|
||
## 0.0.3 | ||
|
||
* Changed pub credentials location | ||
|
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,39 +1,19 @@ | ||
<!-- | ||
This README describes the package. If you publish this package to pub.dev, | ||
this README's contents appear on the landing page for your package. | ||
[![pub version](https://img.shields.io/pub/v/blip_ds.svg)](https://pub.dev/packages/blip_ds) | ||
[![Test Status](https://github.com/takenet/blip-ds-flutter/actions/workflows/tests.yml/badge.svg)](https://github.com/takenet/blip-ds-flutter/actions) | ||
|
||
For information about how to write a good package README, see the guide for | ||
[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). | ||
# BliP DS for Flutter | ||
|
||
For general information about developing packages, see the Dart guide for | ||
[creating packages](https://dart.dev/guides/libraries/create-library-packages) | ||
and the Flutter guide for | ||
[developing packages and plugins](https://flutter.dev/developing-packages). | ||
--> | ||
This project was born based on the need to create a Design System to be used within Take. The components are written using the Flutter Framework. | ||
|
||
TODO: Put a short description of the package here that helps potential users | ||
know whether this package might be useful for them. | ||
Components. Guides. Brands. It's all here, no riddles. The Blip-DS is all yours. [Blip-DS](https://design.take.net/240287753/p/9953dc-take-blip-ds-elementar). | ||
|
||
## Features | ||
![thumbnail-components](./src/assets/svg/thumbnail-github.svg). | ||
|
||
TODO: List what your package can do. Maybe include images, gifs, or videos. | ||
## Installation | ||
|
||
## Getting started | ||
Blip-DS installation is available in [Blip-DS](https://design.take.net/240287753/p/216ef2-instalao/b/8176c4). | ||
|
||
TODO: List prerequisites and provide or point to information on how to | ||
start using the package. | ||
|
||
## Usage | ||
## License | ||
|
||
TODO: Include short and useful examples for package users. Add longer examples | ||
to `/example` folder. | ||
|
||
```dart | ||
const like = 'sample'; | ||
``` | ||
|
||
## Additional information | ||
|
||
TODO: Tell users more about the package: where to find more information, how to | ||
contribute to the package, how to file issues, what response they can expect | ||
from the package authors, and more. | ||
`blip-ds` is under the [ISC license](https://opensource.org/licenses/ISC). |
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