You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,25 @@
1
+
## 1.0.0
2
+
3
+
**Feature**
4
+
5
+
- Update flutter_hooks to "^0.21.2"
6
+
7
+
**Development**
8
+
9
+
- Update to Melos 6.3.3
10
+
1
11
## 0.0.7+1
2
12
3
13
**Development**
4
-
- Update some documents
14
+
15
+
- Update some documents
5
16
6
17
## 0.0.6, 0.0.7
7
18
8
19
**Feature**
20
+
9
21
-[#40](https://github.com/wasabeef/flutter_hooks_test/pull/40) Add a parameter "wrapper" to allow adding providers to hooks. by [@KalSat](https://github.com/KalSat)
22
+
10
23
```dart
11
24
final result = await buildHook(
12
25
(_) {
@@ -23,16 +36,19 @@
23
36
## 0.0.5
24
37
25
38
**Feature**
39
+
26
40
-[#35](https://github.com/wasabeef/flutter_hooks_test/pull/35) Support Flutter 3.16.0.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
28
28
## The first thing
29
29
30
-
This package has great respect for[react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library). So the idea is based on it.
30
+
This package is heavily inspired by[react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library), and its core concepts are based on it.
31
31
32
32
## The problem
33
33
@@ -49,7 +49,7 @@ This library aims to provide a testing experience as close as possible to native
49
49
from within a real component.
50
50
51
51
Using this library, you do not have to concern yourself with how to construct, render or interact
52
-
with the flutter component in order to test your hook. You can just use the hook directly and assert
52
+
with the Flutter component in order to test your hook. You can just use the hook directly and assert
0 commit comments