Jason Simmons
339e65d839
Remove an error that is caught at compile time in Dart 2 ( #15797 )
2018-03-21 12:58:13 -07:00
Alexandre Ardhuin
217b2bdaa1
add new lints of linter-0.1.44 and enable unnecessary_parenthesis ( #15585 )
2018-03-21 07:10:14 +01:00
Jonah Williams
d518bd2dc8
Pass shadowColor param to SceneBuilder ( #15714 )
...
* pass shadowColor param to SceneBuilder
* add doc comment and diagnostic node for shadowColor
* Add missing shadowColor param
2018-03-20 21:05:28 -07:00
Jonah Williams
ad9506d25a
Traverse dependencies and dev dependencies separately ( #15581 )
...
* traverse dependencies and dev dependencies separately
* separate dev and reg deps
* update pubspecs
* add checksum string and update transitive dep string. Add additional verify command to check checksum
* cleanup comments
* add missing space, quote, run verify-onlu from bot script
* rerun tool with fixed string
* ensure correct working directory and bump versions
* flutter not flutterRoot
2018-03-20 20:03:32 -07:00
Mikkel Nygaard Ravn
8b25d4eadb
Add missing awaits ( #15595 )
2018-03-21 00:44:19 +01:00
Hans Muller
537e67262d
Fixed a typo in translations_test.dart: Norwegian LC is "no" ( #15746 )
2018-03-20 16:40:14 -07:00
Jacob Richman
4e5acef664
Make the inspector handle widgets with non-invertible transforms gracefully. ( #15761 )
2018-03-20 16:38:19 -07:00
Kevin Moore
19ef85bf6c
Update LICENSE file so it can be detected ( #15353 )
...
See https://help.github.com/articles/licensing-a-repository/#detecting-a-license
2018-03-20 14:20:00 -07:00
Sturov Fedor
1e40349017
Fixed flutter create's "package" template's error in pubspec.yaml. ( #14977 )
2018-03-20 13:37:24 -07:00
Vyacheslav Egorov
3352a3fb48
Report an error if compilation during testing times out. ( #15745 )
...
* Report an error if compilation times out instead of waiting forever.
* Remove braces
2018-03-20 11:30:06 -07:00
Siva
821c9b35a1
Roll engine to version 6280adbfb1f9f63cdc6179b9b78634add1e4f2e3 ( #15729 )
...
* roll engine version to 6280adbfb1f9f63cdc6179b9b78634add1e4f2e3
* Correctly handle previewDart : false setting in AnalysisServer and
AnalyzeOnce classes.
2018-03-20 11:15:05 -07:00
Greg Spencer
d9e3715620
Fix package preparation on Windows ( #15720 )
2018-03-20 08:14:08 -07:00
Alexandre Ardhuin
cc1cf9e12a
apply upcomming lint avoid_renaming_method_parameters ( #15526 )
2018-03-20 12:53:41 +01:00
Michael Goderbauer
619ebd67a9
Support password fields for a11y ( #15497 )
...
* Support password fields for a11y
* rename to obscured
* Roll engine to c3ab0c9143029f0267a05b99effbfbd280a4901b
2018-03-20 00:26:10 -07:00
Vilk
568ce697b4
add Samsung SM-J730F to isLocalEmulator ( #15517 )
...
Add another rel device to isLocalEmulator to make working flutter run --release
2018-03-19 21:40:34 -07:00
xster
3890af64d0
Add debug disable flags for various performance affecting layers ( #15548 )
2018-03-19 17:51:17 -07:00
Jonah Williams
27ac523ea0
Provide an initial rotation of the ExpansionIcon if isExpanded = true on initState ( #15657 )
...
* rotate expansion icon fully if initial state expanded = true
* add test case for initially expanded
* remove unused import
* Update expand_icon_test.dart
add linebreak
* import dart:math as math
2018-03-19 17:27:34 -07:00
xster
33fea5c19a
Remove the 'demo' wording from gallery ( #15640 )
2018-03-19 17:03:56 -07:00
xster
d8f360717f
Add a way to generically go back on both Material and Cupertino scaffold pages ( #15602 )
...
* Add a way to generically go back on both Material and Cupertino scaffold pages
* review
* lint
* review
* Fix text assert text
2018-03-19 16:57:05 -07:00
Ian Hickson
4a2217b3d2
Improve documentation regarding padding for dialogs. ( #15399 )
2018-03-19 16:42:50 -07:00
Ian Hickson
28352c3f5f
Document the sample API doc analyzer ( #14740 )
2018-03-19 16:42:30 -07:00
Ian Hickson
b24a3a118c
Update some READMEs under dev/. ( #15712 )
2018-03-19 16:41:36 -07:00
Ian Hickson
da27d674a4
Move dialogs when keyboard pops up ( #15426 )
...
Fixes #7032
2018-03-19 15:52:25 -07:00
Hans Muller
076594b3fd
Added Indonesian (id) and Norwegian (no) locales ( #15708 )
2018-03-19 15:07:13 -07:00
Victor Choueiri
7edd5c8d6c
Allow null flutter schema in pubspec ( #15690 )
2018-03-19 14:55:54 -07:00
Greg Spencer
10fe2056f3
Add a slider demo, and a text theme for SliderThemeData ( #15620 )
...
This adds a slider demo with a custom theme to the gallery.
In the process of adding this, I decided to add a text theme to the SliderThemeData, since it's a pain to change the text style on the value indicator otherwise.
2018-03-19 14:50:29 -07:00
xster
7a2853012f
Revert "Add a simple convenience test task runner for VSCode ( #15417 )" ( #15705 )
...
This reverts commit c8fd99fb3313c73eb03210a3af037cd2d150ef51.
2018-03-19 13:43:34 -07:00
Alexander Aprelev
21ad09fe57
With dart2 being default, move preview_dart_2 tests to dart1. ( #15667 )
...
* With dart being default, move preview_dart_2 tests to dart1.
* Swap out defaults for preview-dart-2 option in tests. Make dart1 explicit
* Move suffix around
* Rename files
2018-03-19 12:11:18 -07:00
Matan Lurey
81070893be
Fix Dart2 compatibility with flutter_tools' tests. ( #15699 )
2018-03-19 11:45:44 -07:00
Jason Simmons
1c04f951c8
Warn about missing host build binaries when compiling with a local engine ( #15626 )
...
Fixes https://github.com/flutter/flutter/issues/15361
2018-03-19 11:29:20 -07:00
Alexander Aprelev
6acf76f7be
Use uris for hot reload invalidation. ( #15698 )
...
* Use uris for hot reload invalidation.
* Clean up unneccessary conversions
* add final.
* Revert sample change
2018-03-19 11:17:16 -07:00
Jonah Williams
91dcfc5dd2
stderr can be null or empty string ( #15701 )
2018-03-19 10:53:04 -07:00
Alexander Aprelev
d6bac5fd4a
Add const to list literal. ( #15693 )
...
This is follow-up to https://github.com/flutter/flutter/pull/15537 to make dart1 coverage test happy.
2018-03-19 08:29:56 -07:00
Yegor
9c49255f3e
a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check ( #15537 )
...
* a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check
* update accessibility test framework
- default nextNodeId/previousNodeId to -1
- stop treating null as opt-out from value testing
- add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message
- fix a small bug with raw string escaping
- update all tests accordingly
* fix sortKey doc
* prefer const over final
2018-03-18 22:18:52 -07:00
Ian Hickson
b494e71e36
Improve async builder docs ( #15373 )
2018-03-18 22:00:47 -07:00
Ian Hickson
42e4e16b47
Fix clipping in FittedBox ( #15418 )
...
Fixes https://github.com/flutter/flutter/issues/15410
2018-03-18 22:00:14 -07:00
Ian Hickson
6758b55c8d
Fix weird bug when switching text from errorText to helperText ( #15390 )
2018-03-18 21:54:03 -07:00
xster
0e8b187728
Turn on Material page transition fade effect for Gallery ( #15583 )
2018-03-17 16:52:13 -07:00
Alexander Aprelev
43284d70d9
Reland filesystem options support with fix for Windows test. ( #15655 )
...
* Revert "Revert "Reland pass filesystem options (#15622 )" (#15651 )"
This reverts commit 0f3eada0664e208bb8c65a5aa02daec38997e8b9.
* Fix for windows failing test
* !isEmpty -> isNotEmpty
2018-03-17 12:47:40 -07:00
Jonah Williams
298f4efc54
Fail ios workflow when simctl does not work ( #15628 )
...
* fail ios workflow when simctl does not work
* missed rename commit
* address comments
2018-03-17 10:57:51 -07:00
Chris Bracken
60c99ef67d
Roll engine to 1348ab5b63adc18148f161876a4b1cacd5ec0779 ( #15645 )
...
Includes:
* Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091. (#4805 )
2018-03-17 10:08:43 -07:00
Alexander Aprelev
0f3eada066
Revert "Reland pass filesystem options ( #15622 )" ( #15651 )
...
This reverts commit bbcf55a5b086559dc992c0657bcde0d95c1bc26e as it breaks hot reload on Windows.
2018-03-17 08:11:52 -07:00
Alexander Aprelev
bbcf55a5b0
Reland pass filesystem options ( #15622 )
...
* Revert "Revert "Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592 )" (#15621 )"
This reverts commit c663e3367da7c6b8b6571e7fcbf3b1050c805c78.
* Check whether filesystem-root is emtpy.
* Restore broken merge
* Fix windows test
* Adjust regex in test. Invalidate files by file path.
2018-03-17 06:49:15 -07:00
Chris Bracken
992875c21e
Roll engine to 464af48eb202ac7c6c43e2af64aadec9a72d9bb6 ( #15637 )
...
Includes:
* [fuchsia] Updated scenic fidl prefix (flutter/engine#4798 )
* Cache render buffer extents when no depth/stencil buffer (flutter/engine#4801 )
* Eliminate iOS depth/stencil buffer code (flutter/engine#4802 )
* [fuchsia] Adapt to FIDL1 VectorPtr API (flutter/engine#4804 )
2018-03-17 00:33:18 -07:00
Chris Bracken
059aea95e4
Roll engine to 3e9912698955ed5a2ebc5c9433197c42c8c068f3 ( #15633 )
...
Includes:
* Provide lookup key to access Flutter assets in the APK (flutter/engine#4785 )
* Roll skia and update licenses (flutter/engine#4797 )
* libtxt: retain hard line breaks when calculating maxIntrinsicWidth (flutter/engine#4796 )
2018-03-16 22:30:28 -07:00
Alexander Aprelev
cbbf4d4b1b
Run test coverage in dart1 mode. ( #15635 )
...
Running test coverage in dart2 mode runs over allocated timeslot on bots.
2018-03-16 17:44:47 -07:00
Jason Simmons
2cbe01df4b
Fix a Dart 2 type error in the Stocks example ( #15634 )
2018-03-16 17:39:50 -07:00
Siva
8379927985
Fix strong mode error in platform_channel/main.dart ( #15624 )
...
* Fix strong mode error in platform_channel/main.dart
* Addres code review comments.
2018-03-16 16:21:33 -07:00
Jason Simmons
6d5810eced
Fix an analyzer warning ( #15627 )
2018-03-16 15:54:44 -07:00
Vyacheslav Egorov
71b2cfb2a0
Turn Dart 2 mode by default. ( #15565 )
2018-03-16 20:29:38 +01:00