Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalianpour committed Aug 19, 2021
1 parent 2ae1b6c commit 3a59a70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.1.1+1]
* add demo to readme

## [0.1.1]
* add readme to package

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Sidemenu is similar to bottom navigation bar but in the side of screen and usual

## Demo

You can see web demo here: [https://jamalianpour.github.io/easy_sidemenu_demo](https://jamalianpour.github.io/easy_sidemenu_demo)
You can see web demo here: [https://jamalianpour.github.io/easy_sidemenu](https://jamalianpour.github.io/easy_sidemenu)

## Usage

##### 1. add dependencies into you project pubspec.yaml file

```yaml
dependencies:
easy_sidemenu: ^0.1.1
easy_sidemenu: ^0.1.1+1
```
Run `flutter packages get` in the root directory of your app.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.1+1"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: easy_sidemenu
description: An easy to use side menu in flutter and can used for navigations
version: 0.1.1
version: 0.1.1+1
homepage: https://github.com/Jamalianpour/easy_sidemenu

environment:
Expand Down

0 comments on commit 3a59a70

Please sign in to comment.