File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
run : flutter packages get
18
18
19
19
- name : Format
20
- run : flutter format --set-exit-if-changed lib
20
+ run : dart format --set-exit-if-changed lib
21
21
22
22
- name : Analyze
23
23
run : flutter analyze --no-pub
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add the following line to `pubspec.yaml`:
20
20
21
21
``` yaml
22
22
dependencies :
23
- draggable_home : ^1.0.2
23
+ draggable_home : ^1.0.5
24
24
` ` `
25
25
26
26
### Basic setup
Original file line number Diff line number Diff line change 1
1
name : draggable_home
2
2
description : Draggable is a library for adding a beautiful draggable home page
3
- version : 1.0.4
3
+ version : 1.0.5
4
4
repository : https://github.com/4-alok/draggable_home
5
5
documentation : https://github.com/4-alok/draggable_home/blob/main/README.md
6
6
You can’t perform that action at this time.
0 commit comments