File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Reactter by [ 2devs.io] ( https://2devs.io )
2
2
3
+ ## [ 2.3.2] - ` Official Release ` - ` 2022-06-11 `
4
+
5
+ ### Changed
6
+
7
+ - ** fix** : format reactter.dart and remove an unnecesary dart file
8
+
3
9
## [ 2.3.1] - ` Official Release ` - ` 2022-06-11 `
4
10
5
11
### Changed
6
12
7
13
- ** fix(example)** : Fix typo on counter example button.
8
14
- ** fix(example)** : Add implement tags on animation example.
9
15
10
-
11
16
## [ 2.3.0] - ` Official Release ` - ` 2022-06-11 `
12
17
13
18
### Changed
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ or add a line like this to your package's `pubspec.yaml`:
53
53
54
54
``` yaml
55
55
dependencies :
56
- reactter : ^2.3.1
56
+ reactter : ^2.3.2
57
57
` ` `
58
58
59
59
Now in your Dart code, you can use:
Original file line number Diff line number Diff line change 1
1
name : reactter
2
2
description : Reactter is a light, powerful and reactive state management.
3
- version : 2.3.1
3
+ version : 2.3.2
4
4
homepage : https://2devs.io
5
5
license : MIT License
6
6
repository : https://github.com/2devs-team/reactter
You can’t perform that action at this time.
0 commit comments