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
@@ -17,7 +17,7 @@ Fair is a lightweight package for Flutter, which can be used to update widget tr
17
17
18
18
We create Fair so we can dispatch any pages changes to users as bundle(s), the way similar to React Native. With Flutter Fair integrated, you can publish your pages without waiting for the next release date of your App. Fair provides standard widget and some logic plugins, it can be used as a new dynamic page or as part of existing Flutter page.
19
19
20
-

20
+

21
21
22
22
Fair's UI rendering is lossless and can be restored at the pixel level. Take a look at the effect of escaping some pages of Best Flutter UI Templates:
23
23
@@ -50,7 +50,7 @@ Assuming that the fair project and your own project are in the same folder:
50
50
```yaml
51
51
# add Fair dependency
52
52
dependencies:
53
-
fair: 2.8.0
53
+
fair: 2.8.1
54
54
55
55
# add build_runner and compiler dependency
56
56
dev_dependencies:
@@ -153,6 +153,11 @@ For more details, please refer to [fair_tools](fair_tools.md)
153
153
154
154
## versions
155
155
156
+
### 2.8.1
157
+
updateDate:2022.11.01
158
+
159
+
- Fixed:CustomScrollView reference external function builder bug.
0 commit comments