File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11os :
22 - linux
3- sudo : false
43before_script :
54 - git clone https://github.com/flutter/flutter.git -b stable --depth 1
65 - ./flutter/bin/flutter doctor
@@ -14,4 +13,3 @@ after_success:
1413cache :
1514 directories :
1615 - $HOME/.pub-cache
17-
Original file line number Diff line number Diff line change 1- # 0.1.0
1+ ## 0.1.0
22
33Initial Version of the library.
44
55* Includes the ability to pass a Redux ` Store ` down to descendant Widgets using a ` StoreProvider ` .
66* Includes the hooks ` useStore ` , ` useDispatch ` and ` useSelector ` .
7+
8+ ## 0.1.1
9+
10+ * Updated the ` flutter_hooks ` dependency to its latest version
Original file line number Diff line number Diff line change 11name : flutter_redux_hooks
22description : A hook-based alternative to flutter_redux
3- version : 0.1.0
3+ version : 0.1.1
44homepage : https://github.com/mrnkr/flutter_redux_hooks
55
66environment :
@@ -11,12 +11,11 @@ dependencies:
1111 sdk : flutter
1212
1313 redux : " >=4.0.0 <5.0.0"
14- flutter_hooks : ^0.12 .0
14+ flutter_hooks : ^0.13 .0
1515 meta : ^1.1.8
1616
1717dev_dependencies :
1818 flutter_test :
1919 sdk : flutter
2020
2121 pedantic : 1.8.0+1
22-
You can’t perform that action at this time.
0 commit comments