File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 0.0.1-alpha.1
2
2
3
3
- Initial alpha release.
4
+
5
+ ## 0.0.1-alpha.2
6
+
7
+ - Remove provider dependency from package.
8
+ - Update example to manage light and dark theme.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add the package to your dependencies:
30
30
31
31
``` yaml
32
32
dependencies :
33
- gluestack_ui : 0.0.1-alpha.1
33
+ gluestack_ui : 0.0.1-alpha.2
34
34
` ` `
35
35
36
36
OR
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ packages:
120
120
path: ".."
121
121
relative: true
122
122
source: path
123
- version: "0.0.1-alpha.1 "
123
+ version: "0.0.1-alpha.2 "
124
124
integration_test:
125
125
dependency: "direct dev"
126
126
description: flutter
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ repository: https://github.com/gluestack/gluestack-flutter
6
6
issue_tracker : https://github.com/gluestack/gluestack-flutter/issues
7
7
documentation : https://github.com/gluestack/gluestack-flutter
8
8
9
- version : 0.0.1-alpha.1
9
+ version : 0.0.1-alpha.2
10
10
11
11
environment :
12
12
sdk : " >=3.2.1 <4.0.0"
You can’t perform that action at this time.
0 commit comments