- 29 Mar, 2019 2 commits
-
-
xster authored
Cupertino localization step 3: in-place move some material tools around to make room for cupertino (#29644)
-
Jonah Williams authored
-
- 28 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 26 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 16 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Mar, 2019 4 commits
-
-
Jonah Williams authored
-
Dan Field authored
-
Brian Wilkerson authored
-
Jonah Williams authored
-
- 14 Mar, 2019 1 commit
-
-
Dan Field authored
* guard new formatter behind env var
-
- 13 Mar, 2019 3 commits
-
-
Dan Field authored
* Avoid writing to stderr before process has finished streaming
-
Shi-Hao Hong authored
- 10 Mar, 2019 2 commits
- 09 Mar, 2019 1 commit
-
-
Dan Field authored
-
- 08 Mar, 2019 4 commits
-
-
Dan Field authored
* update readme for LUCI * Update README.md
-
Jonah Williams authored
This reverts commit 6a7f231d.
-
Jonah Williams authored
-
Dan Field authored
-
- 07 Mar, 2019 1 commit
-
-
Dan Field authored
* Fix coverage shard * clarify * Make sure we print test results * Actually report test results before exiting * revert unintended changes
-
- 06 Mar, 2019 3 commits
-
-
Dan Field authored
* Fix for post submit on cirrus
-
Dan Field authored
* Wrap test.main with a custom processor * Report test results to bigquery table
-
Phil Quitslund authored
-
- 02 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Mar, 2019 4 commits
-
-
Dan Field authored
@xster
-
Greg Spencer authored
When we package Flutter, we used to find the "current" tag (which is the version number) by starting at the revision we are building on and looking backwards in time to find the most recent tag. This causes problems on release builds when we failed to tag properly. This PR makes the packaging script be more strict by requiring the given revision to itself have a tag, but only when we're publishing the result. When we're not publishing the result, it's more lenient, since otherwise we couldn't test packaging on non-release commits. I also renamed ProcessRunnerException to PreparePackageException, since we were using that exception more generally than just for processes.
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
Jonah Williams authored
-
- 27 Feb, 2019 2 commits
-
-
Jonah Williams authored
-
liyuqian authored
## Description Also update the existing dart files with missing licenses. Without the fix, we'll emit the following error message ``` License headers cannot be found at the beginning of the following files. /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/lib/src/animation/tween_sequence.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/material/raw_material_button_test.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/widgets/async_lifecycle_test.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/widgets/sliver_constraints_test.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/widgets/app_test.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/widgets/test_border.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/widgets/physical_model_test.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter/test/widgets/inherited_model.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter_tools/lib/src/base/user_messages.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter_tools/test/src/pubspec_schema.dart /usr/local/google/home/liyuqian/flutter/flutter/packages/flutter_tools/test/ios/simulators_test.dart ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ``` ## Related Issues Fixes https://github.com/flutter/flutter/issues/28368 ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] My PR includes tests for *all* changed/updated/fixed behaviors (See [Test Coverage]). - [x] All existing and new tests are passing. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I am willing to follow-up on review comments in a timely manner. ## Breaking Change Does your PR require Flutter developers to manually update their apps to accommodate your change? - [ ] Yes, this is a breaking change (Please read [Handling breaking changes]). - [x] No, this is *not* a breaking change. <!-- Links --> [issue database]: https://github.com/flutter/flutter/issues [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Test Coverage]: https://github.com/flutter/flutter/wiki/Test-coverage-for-package%3Aflutter [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
-
- 26 Feb, 2019 2 commits
-
-
Greg Spencer authored
Adds SHA256 checksums to the released package database, in preparation for showing them on the download website. (I'll update the existing data by hand). Fixes #28465
-
Jonah Williams authored
-
- 23 Feb, 2019 2 commits
- 22 Feb, 2019 2 commits
-
-
Stanislav Baranov authored
-
Ray Rischpater, KF6GPE authored
* deploy to .dev firebase projects. * Updated secrets for .dev web sites. * Fixed missing docs.*.io references.
-
- 15 Feb, 2019 1 commit
-
-
Greg Spencer authored
This fixes the offline Dash/Zeal docs generation to use the newly added dartdoc markers for different entity types to make it more exact when finding entity names. Bumped Dartdoc to the next release.
-