File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : fastforge
2
2
description : A powerful and efficient tool for packaging and publishing your applications with ease.
3
- version : 0.0 .0
3
+ version : 0.1 .0
4
4
homepage : https://fastforge.dev
5
5
repository : https://github.com/leanflutter/flutter_distributor/tree/main/packages/fastforge
6
6
issue_tracker : https://github.com/leanflutter/flutter_distributor/issues
Original file line number Diff line number Diff line change 1
1
name : flutter_distributor
2
2
description : A powerful and efficient tool for packaging and publishing your applications with ease.
3
- version : 0.4.6
3
+ version : 0.5.0
4
4
homepage : https://distributor.leanflutter.dev
5
5
repository : https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_distributor
6
6
issue_tracker : https://github.com/leanflutter/flutter_distributor/issues
Original file line number Diff line number Diff line change
1
+ ## 0.2.0
2
+
3
+ * feat(shell_uikit): Add Spinner component
4
+
1
5
## 0.1.1
2
6
3
7
* Update dart sdk version to ">=2.16.0 <4.0.0"
Original file line number Diff line number Diff line change 1
1
name : shell_uikit
2
2
description : A simple shell ui kit.
3
- version : 0.1.1
3
+ version : 0.2.0
4
4
homepage : https://distributor.leanflutter.dev
5
5
repository : https://github.com/leanflutter/flutter_distributor/tree/main/packages/shell_uikit
6
6
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
path : ^1.8.1
26
26
pubspec_parse : ^1.1.0
27
27
shell_executor : ^0.1.6
28
- shell_uikit : ^0.1.1
28
+ shell_uikit : ^0.2.0
29
29
yaml : ^3.1.0
30
30
31
31
dev_dependencies :
You can’t perform that action at this time.
0 commit comments