From bc45de5061a8d6b3477c873c511cc48e2004ff39 Mon Sep 17 00:00:00 2001 From: wanbing01 Date: Mon, 21 Aug 2023 11:07:09 +0800 Subject: [PATCH] fair3.3.0 readme update --- compiler/README.md | 4 ++-- fair/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/README.md b/compiler/README.md index 84e4c6d7..b648ee0c 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -5,7 +5,7 @@ A complier which can generate Fair bundle for widget with annotation. ![](http://pic1.58cdn.com.cn/nowater/jltx/n_v26dd88a1afa1c4cc9b186524f96ff3f65.png)

- pub + pub github doc license @@ -53,7 +53,7 @@ dependencies: # add build_runner and compiler dependency dev_dependencies: build_runner: ^2.0.0 - fair_compiler: ^1.7.0 + fair_compiler: ^1.8.0 # switch "fair_version" according to the local Flutter SDK version # Flutter SDK 3.0.x(3.0.0、3.0.1、3.0.2、3.0.3、3.0.4、3.0.5) -> flutter_3_0_0 diff --git a/fair/README.md b/fair/README.md index 88ff51e8..af82a784 100644 --- a/fair/README.md +++ b/fair/README.md @@ -2,7 +2,7 @@

- pub + pub github doc license @@ -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.2.1 + fair: ^3.3.0 ``` Wrap your app with FairApp Widget.