File tree 10 files changed +20
-9
lines changed
flutter_version/flutter_3_0_0
10 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies:
63
63
# add build_runner and compiler dependency
64
64
dev_dependencies :
65
65
build_runner : ^2.0.0
66
- fair_compiler : ^1.2 .0
66
+ fair_compiler : ^1.4 .0
67
67
68
68
# switch "fair_version" according to the local Flutter SDK version
69
69
# 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
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies:
55
55
# add build_runner and compiler dependency
56
56
dev_dependencies :
57
57
build_runner : ^2.0.0
58
- fair_compiler : ^1.3 .0
58
+ fair_compiler : ^1.4 .0
59
59
60
60
# switch "fair_version" according to the local Flutter SDK version
61
61
# 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
Original file line number Diff line number Diff line change
1
+ ## [ 1.4.0]
2
+ * bugfix.
3
+
1
4
## [ 1.3.0]
2
5
* Module split.
3
6
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A complier which can generate Fair bundle for widget with annotation.
5
5
![ ] ( http://pic1.58cdn.com.cn/nowater/jltx/n_v26dd88a1afa1c4cc9b186524f96ff3f65.png )
6
6
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7
7
<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 >
9
9
<a href =" https://github.com/wuba/fair " ><img src =" https://img.shields.io/badge/platform-flutter-blue.svg " alt =" github " ></a >
10
10
<a href =" https://fair.58.com/ " ><img src =" https://img.shields.io/badge/doc-fair.58.com-green.svg " alt =" doc " ></a >
11
11
<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:
53
53
# add build_runner and compiler dependency
54
54
dev_dependencies :
55
55
build_runner : ^2.0.0
56
- fair_compiler : ^1.3 .0
56
+ fair_compiler : ^1.4 .0
57
57
58
58
# switch "fair_version" according to the local Flutter SDK version
59
59
# 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
Original file line number Diff line number Diff line change 1
1
name : fair_compiler
2
2
description : A complier which can generate Fair bundle for widget with annotation.
3
- version : 1.3 .0
3
+ version : 1.4 .0
4
4
homepage : https://fair.58.com/
5
5
6
6
environment :
@@ -25,7 +25,7 @@ dependencies:
25
25
# fair_annotation:
26
26
# path: ../annotation
27
27
http : ^0.13.3
28
- fair_dart2dsl : ^1.0.1
28
+ fair_dart2dsl : ^1.0.2
29
29
fair_dart2js : ^1.3.0
30
30
31
31
dev_dependencies :
Original file line number Diff line number Diff line change
1
+ ## 1.0.2
2
+
3
+ - bugfix.
4
+
1
5
## 1.0.1
2
6
3
7
- bugfix.
Original file line number Diff line number Diff line change 1
1
name : fair_dart2dsl
2
2
description : Companion compiler for fair_compiler for converting Dart to DSL.
3
- version : 1.0.1
3
+ version : 1.0.2
4
4
homepage : https://fair.58.com/
5
5
6
6
environment :
Original file line number Diff line number Diff line change
1
+ ## 3.0.0+1
2
+ * Generated from flutter 3.0.0
3
+ * Add the InkWell to the mapping table
4
+
1
5
## 3.0.0
2
6
* Generated from flutter 3.0.0
3
7
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependency_overrides:
34
34
35
35
` ` ` yaml
36
36
dependency_overrides :
37
- fair_version : 3.0.0
37
+ fair_version : 3.0.0+1
38
38
` ` `
39
39
40
40
- v1.22.4 generated from Flutter SDK 1.22.4
Original file line number Diff line number Diff line change 1
1
name : fair_version
2
2
description : Fair binding for Flutter v3.0.0
3
- version : 3.0.0
3
+ version : 3.0.0+1
4
4
homepage : https://fair.58.com/
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments