Skip to content

Commit 3a59a70

Browse files
committed
fix demo
1 parent 2ae1b6c commit 3a59a70

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.1.1+1]
2+
* add demo to readme
3+
14
## [0.1.1]
25
* add readme to package
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Sidemenu is similar to bottom navigation bar but in the side of screen and usual
3030

3131
## Demo
3232

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

3535
## Usage
3636

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

3939
```yaml
4040
dependencies:
41-
easy_sidemenu: ^0.1.1
41+
easy_sidemenu: ^0.1.1+1
4242
```
4343
4444
Run `flutter packages get` in the root directory of your app.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "0.1.1"
59+
version: "0.1.1+1"
6060
fake_async:
6161
dependency: transitive
6262
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: easy_sidemenu
22
description: An easy to use side menu in flutter and can used for navigations
3-
version: 0.1.1
3+
version: 0.1.1+1
44
homepage: https://github.com/Jamalianpour/easy_sidemenu
55

66
environment:

0 commit comments

Comments
 (0)