Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.gabriel committed Jul 7, 2022
1 parent 2f8f251 commit b9de0fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
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
Expand Down
40 changes: 10 additions & 30 deletions README.md
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).
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blip_ds
description: Blip Design System for Flutter.
version: 0.0.3
version: 0.0.4
homepage: https://github.com/takenet/blip-ds-flutter#readme
repository: https://github.com/takenet/blip-ds-flutter

Expand Down

0 comments on commit b9de0fe

Please sign in to comment.