Skip to content

Commit 8af81d6

Browse files
authored
Merge pull request #4 from flutter/master
Updating flutter fork
2 parents 4f69089 + caebdaf commit 8af81d6

File tree

482 files changed

+18851
-6357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+18851
-6357
lines changed

.cirrus.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,20 @@ task:
4141
SHARD: deploy_gallery
4242
GOOGLE_DEVELOPER_SERVICE_ACCOUNT_ACTOR_FASTLANE: ENCRYPTED[d9ac1462c3c556fc2f8165c9d5566a16497d8ebc38a50357f7f3abf136b7f83e1d1d76dde36fee356cb0f9ebf7a89346]
4343
ANDROID_GALLERY_UPLOAD_KEY: ENCRYPTED[0f2aca35f05b26add5d9edea2a7449341269a2b7e22d5c667f876996e2e8bc44ff1369431ebf73b7c5581fd95d0e5902]
44-
test_script: ./dev/bots/deploy_gallery.sh
44+
test_script:
45+
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
46+
# might include non-ASCII characters which makes Gradle crash.
47+
# See: https://github.com/flutter/flutter/issues/24935
48+
# This is a temporary workaround until we figure how to properly configure
49+
# a UTF8 locale on Cirrus (or until the Gradle bug is fixed).
50+
# TODO(amirh): Set the locale to UTF8.
51+
- echo "$CIRRUS_CHANGE_MESSAGE" > /tmp/cirrus_change_message.txt
52+
- echo "$CIRRUS_COMMIT_MESSAGE" > /tmp/cirrus_commit_message.txt
53+
- export CIRRUS_CHANGE_MESSAGE=""
54+
- export CIRRUS_COMMIT_MESSAGE=""
55+
- ./dev/bots/deploy_gallery.sh
56+
- export CIRRUS_CHANGE_MESSAGE=`cat /tmp/cirrus_change_message.txt`
57+
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`
4558
- name: analyze
4659
test_script:
4760
- dart --enable-asserts ./dev/bots/analyze.dart
@@ -112,6 +125,7 @@ task:
112125
fingerprint_script: echo %OS% & type bin\internal\engine.version
113126
setup_script:
114127
- bin\flutter.bat config --no-analytics
128+
- bin\flutter.bat doctor -v
115129
- bin\flutter.bat update-packages
116130
- git fetch origin master
117131
test_all_script:
@@ -195,7 +209,9 @@ task:
195209
- name: $SHARD-macos
196210
env:
197211
matrix:
198-
- SHARD: integration_tests
212+
# The flakiness of this target has increased beyond tolerable levels. Until we can stabilize it,
213+
# keep the shard disabled.
214+
# - SHARD: integration_tests
199215
- SHARD: build_tests
200216
COCOAPODS_DISABLE_STATS: true
201217
FLUTTER_FRAMEWORK_DIR: "/tmp/flutter sdk/bin/cache/artifacts/engine/ios/"
@@ -226,6 +242,7 @@ task:
226242
fingerprint_script: echo $OS; cat bin/internal/engine.version
227243
setup_script:
228244
- bin/flutter config --no-analytics
245+
- bin/flutter doctor -v
229246
- bin/flutter update-packages
230247
test_all_script: |
231248
ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976

.github/ISSUE_TEMPLATE/ACTIVATION.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: I am having difficulty installing Flutter or getting it to work
33
about: You have run into problems while downloading or installing Flutter, or the
44
"flutter" tool is crashing, or you are running into some other issue before even
55
being able to use "flutter run".
6+
title: ''
7+
labels: ''
8+
assignees: ''
69

710
---
811

@@ -11,12 +14,12 @@ about: You have run into problems while downloading or installing Flutter, or th
1114
If you are looking for support, please check out our documentation
1215
or consider asking a question on Stack Overflow:
1316
* https://flutter.dev/
14-
* https://docs.flutter.io/
17+
* https://api.flutter.dev/
1518
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
1619
1720
If you have found a bug or if our documentation doesn't have an answer
1821
to what you're looking for, then fill our the template below. Please read
19-
our guide to filing a bug first: https://flutter.dev/bug-reports/
22+
our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports
2023
-->
2124

2225
## Steps to Reproduce

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: I have a problem with my Flutter application.
33
about: You are writing an application with Flutter but the application is crashing
44
or throws an exception, a widget is buggy, or something looks wrong.
5+
title: ''
6+
labels: ''
7+
assignees: ''
58

69
---
710

@@ -10,12 +13,12 @@ about: You are writing an application with Flutter but the application is crashi
1013
If you are looking for support, please check out our documentation
1114
or consider asking a question on Stack Overflow:
1215
* https://flutter.dev/
13-
* https://docs.flutter.io/
16+
* https://api.flutter.dev/
1417
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
1518
1619
If you have found a bug or if our documentation doesn't have an answer
1720
to what you're looking for, then fill our the template below. Please read
18-
our guide to filing a bug first: https://flutter.dev/bug-reports/
21+
our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports
1922
-->
2023

2124
## Steps to Reproduce

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
name: I want help writing my application
33
about: You have a question for how to achieve a particular effect, or you need help
44
with using a particular API.
5+
title: ''
6+
labels: ''
7+
assignees: ''
58

69
---
710

811
<!-- Thank you for using Flutter!
912
1013
Please check out our documentation first:
1114
* https://flutter.dev/
12-
* https://docs.flutter.io/
15+
* https://api.flutter.dev/
1316
1417
If you can't find the answer there, please consider asking a question on
1518
the Stack Overflow Web site:
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new idea for Flutter
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thank you for using Flutter!
11+
12+
If you are looking for support, please check out our documentation
13+
or consider asking a question on Stack Overflow:
14+
* https://flutter.dev/
15+
* https://api.flutter.dev/
16+
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
17+
18+
If you have found a bug or if our documentation doesn't have an answer
19+
to what you're looking for, then fill our the template below. Please read
20+
our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports
21+
-->
22+
23+
## Use case
24+
25+
<!--
26+
Please tell us the problem you are running into that led to you wanting
27+
a new feature.
28+
29+
Is your feature request related to a problem? Please give a clear and
30+
concise description of what the problem is.
31+
32+
Describe alternative solutions you've considered. Is there a package
33+
on pub.dartlang.org that already solves this?
34+
-->
35+
36+
## Proposal
37+
38+
<!--
39+
Briefly but precisely describe what you would like Flutter to be able to do.
40+
41+
Consider attaching images showing what you are imagining.
42+
43+
Does this have to be provided by Flutter directly, or can it be provided
44+
by a package on pub.dartlang.org? If so, maybe consider implementing and
45+
publishing such a package rather than filing a bug.
46+
-->

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ unlinked_spec.ds
8585
**/ios/ServiceDefinitions.json
8686
**/ios/Runner/GeneratedPluginRegistrant.*
8787

88+
# Coverage
89+
coverage/
90+
8891
# Exceptions to above rules.
8992
!**/ios/**/default.mode1v3
9093
!**/ios/**/default.mode2v3

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Marco Scannadinari <m@scannadinari.co.uk>
3939
Frederik Schweiger <mail@flschweiger.net>
4040
Martin Staadecker <machstg@gmail.com>
4141
Igor Katsuba <katsuba.igor@gmail.com>
42+
Diego Velásquez <diego.velasquez.lopez@gmail.com>

bin/internal/engine.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7d1da567434a820853ed6fae1f6ed65b9de5ba4f
1+
ef2bed65db22b1ce3d05947d5cfa3927eb6fa975

bin/internal/fuchsia.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mfXzGfxNWcf6BHsv083b56vQcj96yCo0exBFBdjE4gMC

bin/internal/goldens.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3048ed023e5cc1d8e201f7abbba346e73cf5fa2c
1+
5e0cf0b9b347526d299718a4755e2d65cffacaba

0 commit comments

Comments
 (0)