Skip to content

Commit

Permalink
Update instructions on how to build the package
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Sep 17, 2021
1 parent efcd1a1 commit 9ce2125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin/
.github/
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Date format: DD/MM/YYYY
- Min Flutter version is now 2.5.0
- **EXAMPLE APP** Updated the url strategy on web.
- **EXAMPLE APP** Upgraded dependencies
- Format code according to flutter_lints

## [3.1.0] - Texts and Fixes - [25/08/2021]

Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,26 +102,15 @@ See also:

## Installation

You can use two versions of this package:

1. You can use the [github version](https://github.com/bdlukaa/fluent_ui):
Add the package to your dependencies:

```yaml
dependencies:
fluent_ui:
git: https://github.com/bdlukaa/fluent_ui.git
```
Note that this version is not stable. You can see the example app deplyed using the github version [here](https://bdlukaa.github.io/fluent_ui/#/)
2. You can use the [pub version](https://pub.dev/packages/fluent_ui/install):
```yaml
dependencies:
fluent_ui: ^3.1.0
```
Versions published to pub are stable and fully tested.
You can see the example app [here](https://bdlukaa.github.io/fluent_ui//)
Finally, run `dart pub get` to downlaod the package.

Expand Down

0 comments on commit 9ce2125

Please sign in to comment.