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 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add the following line to `pubspec.yaml`:
2020
2121``` yaml
2222dependencies :
23- draggable_home : ^1.0.2
23+ draggable_home : ^1.0.5
2424` ` `
2525
2626### Basic setup
Original file line number Diff line number Diff line change 11name : draggable_home
22description : Draggable is a library for adding a beautiful draggable home page
3- version : 1.0.4
3+ version : 1.0.5
44repository : https://github.com/4-alok/draggable_home
55documentation : https://github.com/4-alok/draggable_home/blob/main/README.md
66
You can’t perform that action at this time.
0 commit comments