Skip to content

Commit 7042ba7

Browse files
committed
Fixed some bugs.
1 parent c353156 commit 7042ba7

File tree

10 files changed

+20
-9
lines changed

10 files changed

+20
-9
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies:
6363
# add build_runner and compiler dependency
6464
dev_dependencies:
6565
build_runner: ^2.0.0
66-
fair_compiler: ^1.2.0
66+
fair_compiler: ^1.4.0
6767

6868
# switch "fair_version" according to the local Flutter SDK version
6969
# 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies:
5555
# add build_runner and compiler dependency
5656
dev_dependencies:
5757
build_runner: ^2.0.0
58-
fair_compiler: ^1.3.0
58+
fair_compiler: ^1.4.0
5959

6060
# switch "fair_version" according to the local Flutter SDK version
6161
# 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

compiler/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.4.0]
2+
* bugfix.
3+
14
## [1.3.0]
25
* Module split.
36

compiler/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A complier which can generate Fair bundle for widget with annotation.
55
![](http://pic1.58cdn.com.cn/nowater/jltx/n_v26dd88a1afa1c4cc9b186524f96ff3f65.png)
66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
77
<p align="center">
8-
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-1.3.0-orange" alt="pub"></a>
8+
<a href="https://pub.dev/packages/fair"><img src="https://img.shields.io/badge/pub-1.4.0-orange" alt="pub"></a>
99
<a href="https://github.com/wuba/fair"><img src="https://img.shields.io/badge/platform-flutter-blue.svg" alt="github"></a>
1010
<a href="https://fair.58.com/"><img src="https://img.shields.io/badge/doc-fair.58.com-green.svg" alt="doc"></a>
1111
<a href="https://github.com/wuba/fair/LICENSE"><img src="https://img.shields.io/badge/license-BSD-green.svg" alt="license"></a>
@@ -53,7 +53,7 @@ dependencies:
5353
# add build_runner and compiler dependency
5454
dev_dependencies:
5555
build_runner: ^2.0.0
56-
fair_compiler: ^1.3.0
56+
fair_compiler: ^1.4.0
5757

5858
# switch "fair_version" according to the local Flutter SDK version
5959
# 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

compiler/pubspec.yaml

+2-2
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.3.0
3+
version: 1.4.0
44
homepage: https://fair.58.com/
55

66
environment:
@@ -25,7 +25,7 @@ dependencies:
2525
# fair_annotation:
2626
# path: ../annotation
2727
http: ^0.13.3
28-
fair_dart2dsl: ^1.0.1
28+
fair_dart2dsl: ^1.0.2
2929
fair_dart2js: ^1.3.0
3030

3131
dev_dependencies:

dart2dsl/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
- bugfix.
4+
15
## 1.0.1
26

37
- bugfix.

dart2dsl/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fair_dart2dsl
22
description: Companion compiler for fair_compiler for converting Dart to DSL.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://fair.58.com/
55

66
environment:

flutter_version/flutter_3_0_0/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0+1
2+
* Generated from flutter 3.0.0
3+
* Add the InkWell to the mapping table
4+
15
## 3.0.0
26
* Generated from flutter 3.0.0
37

flutter_version/flutter_3_0_0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependency_overrides:
3434
3535
```yaml
3636
dependency_overrides:
37-
fair_version: 3.0.0
37+
fair_version: 3.0.0+1
3838
```
3939
4040
- v1.22.4 generated from Flutter SDK 1.22.4

flutter_version/flutter_3_0_0/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fair_version
22
description: Fair binding for Flutter v3.0.0
3-
version: 3.0.0
3+
version: 3.0.0+1
44
homepage: https://fair.58.com/
55

66
environment:

0 commit comments

Comments
 (0)