Skip to content

Commit 0aa5989

Browse files
authored
Merge pull request #22 from dungngminh/main
Pub package version should be consistent and fix ci setup command
2 parents fe6e341 + 059702f commit 0aa5989

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: flutter packages get
1818

1919
- name: Format
20-
run: flutter format --set-exit-if-changed lib
20+
run: dart format --set-exit-if-changed lib
2121

2222
- name: Analyze
2323
run: flutter analyze --no-pub

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following line to `pubspec.yaml`:
2020

2121
```yaml
2222
dependencies:
23-
draggable_home: ^1.0.2
23+
draggable_home: ^1.0.5
2424
```
2525
2626
### Basic setup

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: draggable_home
22
description: Draggable is a library for adding a beautiful draggable home page
3-
version: 1.0.4
3+
version: 1.0.5
44
repository: https://github.com/4-alok/draggable_home
55
documentation: https://github.com/4-alok/draggable_home/blob/main/README.md
66

0 commit comments

Comments
 (0)