Skip to content

Commit

Permalink
publish version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanbing committed Jun 26, 2024
1 parent 20e2e55 commit 1d5894f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions fair/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.0.0]
* Extended FunctionDomain, support FairFunction;
* Extended syntactic sugar;
* Fixed some known issues.

## [3.4.0]
* Publish Fair Provider;
* Adaptation to Flutter 3.13;
Expand Down
4 changes: 2 additions & 2 deletions fair/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://fair.58.com/logo.png">
</p>
<p align="center">
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-3.4.0-orange" alt="pub"></a>
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-4.0.0-orange" alt="pub"></a>
<a href="https://github.com/wuba/fair"><img src="https://img.shields.io/badge/platform-flutter-blue.svg" alt="github"></a>
<a href="https://fair.58.com/"><img src="https://img.shields.io/badge/doc-fair.58.com-green.svg" alt="doc"></a>
<a href="https://github.com/wuba/fair/LICENSE"><img src="https://img.shields.io/badge/license-BSD-green.svg" alt="license"></a>
Expand All @@ -19,7 +19,7 @@ We create Fair so we can dispatch UI changes to users as bundle(s), the way simi
Use Flutter Fair require few steps. Add dependency inside `pubspec.yaml`.
```yaml
dependencies:
fair: ^3.4.0
fair: ^4.0.0
```
Wrap your app with FairApp Widget.
Expand Down
Binary file removed fair/android/src/main/jniLibs/x86/libfairflutter.so
Binary file not shown.
Binary file removed fair/android/src/main/jniLibs/x86/libj2v8.so
Binary file not shown.
Binary file not shown.
Binary file removed fair/android/src/main/jniLibs/x86_64/libj2v8.so
Binary file not shown.
2 changes: 1 addition & 1 deletion fair/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair
description: Flutter Fair is a package used to update widget dynamically.
version: 3.4.0
version: 4.0.0
homepage: https://fair.58.com/

environment:
Expand Down

0 comments on commit 1d5894f

Please sign in to comment.