Skip to content

Commit e3254a6

Browse files
committed
make parent final
1 parent c6f6ee5 commit e3254a6

File tree

10 files changed

+31
-27
lines changed

10 files changed

+31
-27
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v.0.8.8-stable:
2+
make parent final.
3+
14
v.0.8.7-stable:
25
just update readme.
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ dependencies:
7979
flutter_constraintlayout:
8080
git:
8181
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
82-
ref: 'v0.8.7-stable'
82+
ref: 'v0.8.8-stable'
8383
```
8484
8585
```yaml
8686
dependencies:
87-
flutter_constraintlayout: ^0.8.7-stable
87+
flutter_constraintlayout: ^0.8.8-stable
8888
```
8989
9090
```dart
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/src/main.dart renamed to examples/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter_constraintlayout/src/examples/sumary.dart';
2+
3+
import 'sumary.dart';
34

45
void main() {
56
runApp(const Example());
File renamed without changes.

lib/src/constraint_layout.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ bool _debugEnsureNegativePercent(String name, double? percent) {
266266
return true;
267267
}
268268

269-
ConstraintId parent = ConstraintId('parent');
269+
final ConstraintId parent = ConstraintId('parent');
270270
const double matchConstraint = -3.1415926;
271271
const double matchParent = -2.7182818;
272272
const double wrapContent = -0.6180339;

pubspec.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,49 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
url: "https://pub.flutter-io.cn"
8+
url: "https://pub.dartlang.org"
99
source: hosted
1010
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
15-
url: "https://pub.flutter-io.cn"
15+
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "2.1.0"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
22-
url: "https://pub.flutter-io.cn"
22+
url: "https://pub.dartlang.org"
2323
source: hosted
2424
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
29-
url: "https://pub.flutter-io.cn"
29+
url: "https://pub.dartlang.org"
3030
source: hosted
3131
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
36-
url: "https://pub.flutter-io.cn"
36+
url: "https://pub.dartlang.org"
3737
source: hosted
3838
version: "1.1.0"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
43-
url: "https://pub.flutter-io.cn"
43+
url: "https://pub.dartlang.org"
4444
source: hosted
4545
version: "1.15.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
50-
url: "https://pub.flutter-io.cn"
50+
url: "https://pub.dartlang.org"
5151
source: hosted
5252
version: "1.2.0"
5353
flutter:
@@ -59,7 +59,7 @@ packages:
5959
dependency: "direct dev"
6060
description:
6161
name: flutter_lints
62-
url: "https://pub.flutter-io.cn"
62+
url: "https://pub.dartlang.org"
6363
source: hosted
6464
version: "1.0.4"
6565
flutter_test:
@@ -71,35 +71,35 @@ packages:
7171
dependency: transitive
7272
description:
7373
name: lints
74-
url: "https://pub.flutter-io.cn"
74+
url: "https://pub.dartlang.org"
7575
source: hosted
7676
version: "1.0.1"
7777
matcher:
7878
dependency: transitive
7979
description:
8080
name: matcher
81-
url: "https://pub.flutter-io.cn"
81+
url: "https://pub.dartlang.org"
8282
source: hosted
8383
version: "0.12.11"
8484
material_color_utilities:
8585
dependency: transitive
8686
description:
8787
name: material_color_utilities
88-
url: "https://pub.flutter-io.cn"
88+
url: "https://pub.dartlang.org"
8989
source: hosted
9090
version: "0.1.3"
9191
meta:
9292
dependency: transitive
9393
description:
9494
name: meta
95-
url: "https://pub.flutter-io.cn"
95+
url: "https://pub.dartlang.org"
9696
source: hosted
9797
version: "1.7.0"
9898
path:
9999
dependency: transitive
100100
description:
101101
name: path
102-
url: "https://pub.flutter-io.cn"
102+
url: "https://pub.dartlang.org"
103103
source: hosted
104104
version: "1.8.0"
105105
sky_engine:
@@ -111,57 +111,57 @@ packages:
111111
dependency: transitive
112112
description:
113113
name: source_span
114-
url: "https://pub.flutter-io.cn"
114+
url: "https://pub.dartlang.org"
115115
source: hosted
116116
version: "1.8.1"
117117
stack_trace:
118118
dependency: transitive
119119
description:
120120
name: stack_trace
121-
url: "https://pub.flutter-io.cn"
121+
url: "https://pub.dartlang.org"
122122
source: hosted
123123
version: "1.10.0"
124124
stream_channel:
125125
dependency: transitive
126126
description:
127127
name: stream_channel
128-
url: "https://pub.flutter-io.cn"
128+
url: "https://pub.dartlang.org"
129129
source: hosted
130130
version: "2.1.0"
131131
string_scanner:
132132
dependency: transitive
133133
description:
134134
name: string_scanner
135-
url: "https://pub.flutter-io.cn"
135+
url: "https://pub.dartlang.org"
136136
source: hosted
137137
version: "1.1.0"
138138
term_glyph:
139139
dependency: transitive
140140
description:
141141
name: term_glyph
142-
url: "https://pub.flutter-io.cn"
142+
url: "https://pub.dartlang.org"
143143
source: hosted
144144
version: "1.2.0"
145145
test_api:
146146
dependency: transitive
147147
description:
148148
name: test_api
149-
url: "https://pub.flutter-io.cn"
149+
url: "https://pub.dartlang.org"
150150
source: hosted
151151
version: "0.4.8"
152152
typed_data:
153153
dependency: transitive
154154
description:
155155
name: typed_data
156-
url: "https://pub.flutter-io.cn"
156+
url: "https://pub.dartlang.org"
157157
source: hosted
158158
version: "1.3.0"
159159
vector_math:
160160
dependency: transitive
161161
description:
162162
name: vector_math
163-
url: "https://pub.flutter-io.cn"
163+
url: "https://pub.dartlang.org"
164164
source: hosted
165165
version: "2.1.1"
166166
sdks:
167-
dart: ">=2.12.0 <3.0.0"
167+
dart: ">=2.14.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_constraintlayout
22
description: Build flexible layouts with constraints, Similar to Android ConstraintLayout.
3-
version: 0.8.7-stable
3+
version: 0.8.8-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)