Skip to content

Commit 4807f5f

Browse files
committed
publish fair 3.4.0
1 parent 44aa031 commit 4807f5f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

fair/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.4.0]
2+
* Publish Fair Provider;
3+
* Adaptation to Flutter 3.13;
4+
* Fixed some known issues.
5+
16
## [3.3.0]
27
* Runtime log optimization, covering Dart/JS logs;
38
* Compiler log optimization, removal of redundant/error logs, and enhanced log output;

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-3.3.0-orange" alt="pub"></a>
5+
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-3.4.0-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: ^3.3.0
22+
fair: ^3.4.0
2323
```
2424
2525
Wrap your app with FairApp Widget.

fair/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 3.3.0
3+
version: 3.4.0
44
homepage: https://fair.58.com/
55

66
environment:
@@ -16,7 +16,7 @@ dependencies:
1616
# fair_annotation:
1717
# path: ../annotation
1818

19-
fair_version: ^3.0.0
19+
fair_version: ^3.13.0
2020
# fair_version:
2121
# path: ../flutter_version/flutter_2_5_0
2222
flat_buffers: ^2.0.5

0 commit comments

Comments
 (0)