Skip to content

Commit 821de9c

Browse files
committed
发布2.8.1版本
1 parent 2852025 commit 821de9c

File tree

11 files changed

+27
-11
lines changed

11 files changed

+27
-11
lines changed

README-zh.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![social preview](social-dark.png)
22

33
<p align="center">
4-
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-2.8.0-orange" alt="pub"></a>
4+
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-2.8.1-orange" alt="pub"></a>
55
<a href="https://github.com/wuba/fair"><img src="https://img.shields.io/badge/platform-flutter-blue.svg" alt="github"></a>
66
<a href="https://fair.58.com/"><img src="https://img.shields.io/badge/doc-fair.58.com-green.svg" alt="doc"></a>
77
<a href="https://github.com/wuba/fair/LICENSE"><img src="https://img.shields.io/badge/license-BSD-green.svg" alt="license"></a>
@@ -22,7 +22,7 @@ Fair是为Flutter设计的动态化框架,通过Fair Compiler工具对原生Da
2222
**如果您需要热更新平台,可关注Fair Pushy**
2323
> 热更新平台:[FAIR PUSHY](https://github.com/wuba/FairPushy)
2424
25-
![](fair/what-is-fair.png)
25+
![](what-is-fair.png)
2626

2727
Fair的UI渲染是无损的,可以做到像素级别的还原,看一张转义Best Flutter UI Templates部分页面后的效果:
2828

@@ -58,7 +58,7 @@ git clone https://github.com/wuba/fair.git
5858
```yaml
5959
# add Fair dependency
6060
dependencies:
61-
fair: 2.8.0
61+
fair: 2.8.1
6262

6363
# add build_runner and compiler dependency
6464
dev_dependencies:
@@ -115,6 +115,11 @@ data: {"fairProps": json.encode({})}),
115115

116116
## 🔨最近版本
117117

118+
### 2.8.1
119+
更新时间:2022.11.01
120+
121+
- 修复 bug:CustomScrollView 引用外部函数构建 builder 报错。
122+
118123
### 2.8.0
119124
更新时间:2022.10.21
120125

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![social preview](social-dark.png)
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
33
<p align="center">
4-
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-2.8.0-orange" alt="pub"></a>
4+
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-2.8.1-orange" alt="pub"></a>
55
<a href="https://github.com/wuba/fair"><img src="https://img.shields.io/badge/platform-flutter-blue.svg" alt="github"></a>
66
<a href="https://fair.58.com/"><img src="https://img.shields.io/badge/doc-fair.58.com-green.svg" alt="doc"></a>
77
<a href="https://github.com/wuba/fair/LICENSE"><img src="https://img.shields.io/badge/license-BSD-green.svg" alt="license"></a>
@@ -17,7 +17,7 @@ Fair is a lightweight package for Flutter, which can be used to update widget tr
1717

1818
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.
1919

20-
![](fair/what-is-fair-en.png)
20+
![](what-is-fair-en.png)
2121

2222
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:
2323

@@ -50,7 +50,7 @@ Assuming that the fair project and your own project are in the same folder:
5050
```yaml
5151
# add Fair dependency
5252
dependencies:
53-
fair: 2.8.0
53+
fair: 2.8.1
5454

5555
# add build_runner and compiler dependency
5656
dev_dependencies:
@@ -111,6 +111,11 @@ If you need the hot update platform, please follow [FAIR PUSHY](https://github.c
111111

112112
## versions
113113

114+
### 2.8.1
115+
updateDate:2022.11.01
116+
117+
- Fixed:CustomScrollView reference external function builder bug.
118+
114119
### 2.8.0
115120
updateDate:2022.10.21
116121

compiler/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.4.1-dev.1]
2+
* bugfix.
3+
14
## [1.4.0]
25
* bugfix.
36

compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fair_compiler
22
description: A complier which can generate Fair bundle for widget with annotation.
3-
version: 1.4.0
3+
version: 1.4.1-dev.1
44
homepage: https://fair.58.com/
55

66
environment:

fair/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.8.1]
2+
* Fixed:CustomScrollView reference external function builder bug.
3+
14
## [2.8.0]
25
* Add support of Flutter SDK 3.3.0+.
36
* Add Sugar:Sugar.isNestedScrollViewHeaderSliversBuilder、Sugar.isButtonStyle、Sugar.isDuration、Sugar.popMenuButton、Sugar.sliverChildBuilderDelegate、Sugar.sliverGridDelegateWithFixedCrossAxisCount.

fair/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://fair.58.com/logo.png">
33
</p>
44
<p align="center">
5-
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-2.8.0-orange" alt="pub"></a>
5+
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-2.8.1-orange" alt="pub"></a>
66
<a href="https://github.com/wuba/fair"><img src="https://img.shields.io/badge/platform-flutter-blue.svg" alt="github"></a>
77
<a href="https://fair.58.com/"><img src="https://img.shields.io/badge/doc-fair.58.com-green.svg" alt="doc"></a>
88
<a href="https://github.com/wuba/fair/LICENSE"><img src="https://img.shields.io/badge/license-BSD-green.svg" alt="license"></a>
@@ -19,7 +19,7 @@ We create Fair so we can dispatch UI changes to users as bundle(s), the way simi
1919
Use Flutter Fair require few steps. Add dependency inside `pubspec.yaml`.
2020
```yaml
2121
dependencies:
22-
fair: ^2.8.0
22+
fair: ^2.8.1
2323
```
2424
2525
Wrap your app with FairApp Widget.

fair/assets/images/error.jpg

-18.5 KB
Binary file not shown.

fair/lib/src/internal/error_tips.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class WarningWidget extends StatelessWidget {
3737
mainAxisSize: MainAxisSize.min,
3838
children: [
3939
Image(
40-
image: AssetImage('packages/fair/assets/images/error.jpg'),
40+
image: NetworkImage('http://pic1.58cdn.com.cn/nowater/jltx/n_v2e7bc132cc46043d89dd927d9c184d599.png'),
4141
width: 80,
4242
height: 80,
4343
),

fair/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fair
22
description: Flutter Fair is a package used to update widget dynamically.
3-
version: 2.8.0
3+
version: 2.8.1
44
homepage: https://fair.58.com/
55

66
environment:

0 commit comments

Comments
 (0)