Commit graph

19192 commits

Author SHA1 Message Date
Michael Goderbauer 584fd5f913
Word substitutions (#59484)
* Word substitutions

* ++
2020-06-16 09:15:43 -07:00
Michael Goderbauer 1bb40aee1b
Replace collection's SetEquals with flutter's own (#59514) 2020-06-16 09:15:14 -07:00
Gary Qian 6c12db3795
Docs 'a a' fix (#50232) 2020-06-16 09:15:03 -07:00
Zachary Anderson f8a4008e41
Revert "Modernize selection menu appearance (#59115)" (#59561)
This reverts commit b3c237ce54.
2020-06-16 08:41:22 -07:00
godofredoc 248d746575
Update recipes location. (#59500)
The flutter infra recipes got moved to a new location and we need to
update docs with links to the new locations.

Bug:
  https://github.com/flutter/flutter/issues/45630
2020-06-15 14:46:09 -07:00
Dan Field 3dad0a2930
Revert "Roll Engine from 965fbbed1776 to 801559ac4ed3 (50 revisions) (#59384)" (#59490)
This reverts commit e02265dd68.
2020-06-15 12:00:36 -07:00
Jenn Magder e114ab99bb
Remove flutter_goldens_client package dependency from tool (#59365) 2020-06-15 09:55:02 -07:00
Justin McCandless 77859c682e
Characters package (#59267) 2020-06-15 09:50:02 -07:00
Justin McCandless b2a2cb7e03
Add instructions for updating a localized string (#59273)
* Add instructions for updating a localized string

* gem_missing_localizations does nothing when I test this out, seems to not be required

* Explain generation of new locale strings
2020-06-15 09:45:25 -07:00
Jason Simmons 959f5dca83
Revert "Prevent WhitelistingTextInputFormatter to return a empty string if the current value does not satisfy the formatter (#57264)" (#59221) 2020-06-15 09:45:04 -07:00
Jonah Williams 8f59fdd20b
[flutter_tools] move mingit path addition back to flutter.bat (#59369)
fixes #57802

For users without git installed, flutter on windows bundles mingit. This needs to be added to the PATH in the main script, not the executed script, so that it is available to the tool
2020-06-15 09:43:10 -07:00
Ian Hickson f7f019aa94
More useful error messages when you use Stack without a textDirection. (#59360) 2020-06-15 09:40:10 -07:00
Justin McCandless b3c237ce54
Modernize selection menu appearance (#59115) 2020-06-15 09:40:04 -07:00
duzenko c79de78237
LG debugging/logcat fixed (#58670) 2020-06-15 09:35:07 -07:00
James D. Lin c21b3233e4
[flutter tools] Don't return success if we trigger runZoned's error callback (#58474) 2020-06-15 09:35:04 -07:00
Anis Alibegić d9bf8794c2
Add shadowColor to AppBar and AppBarTheme (#58708) 2020-06-15 09:30:08 -07:00
Ian Hickson 6202476691
Remove license statements in template files. (#57268) 2020-06-15 09:30:05 -07:00
engine-flutter-autoroll e02265dd68
Roll Engine from 965fbbed1776 to 801559ac4ed3 (50 revisions) (#59384)
* 141ee78b8 Roll Dart SDK from 2b917f5b6a0e to 0fab083e1c2b (15 revisions) (flutter/engine#18974)

* f5ab179e7 Call Shell::NotifyLowMemoryWarning on Android Trim and LowMemory events (flutter/engine#18979)

* 4dabac999 Roll Fuchsia Linux SDK from 8AiUM... to ThzHh... (flutter/engine#18976)

* 50cae024a Reland: Add RAII wrapper for EGLSurface (flutter/engine#18977)

* db7f226c5 Include the memory header as unique_ptr is used in ASCII Trie. (flutter/engine#18978)

* b19a17d5d Implement an EGL resource context for the Linux shell. (flutter/engine#18918)

* ca26b7558 Make Linux shell plugin constructor descriptions consistent (flutter/engine#18940)

* efd1452a4 Roll Skia from 9c401e7e1ace to f69e40841eb9 (11 revisions) (flutter/engine#18983)

* e5845af42 Put JNI functions under an interface (flutter/engine#18903)

* 1ddc6e1d3 Call destructor and fix check (flutter/engine#18985)

* 7f71f1d90 Roll Fuchsia Mac SDK from oWhyp... to gAD3P... (flutter/engine#18982)

* 74291b73b Roll Dart SDK from 0fab083e1c2b to e62b89c56d01 (10 revisions) (flutter/engine#18987)

* 2739bbfcf [web] Provide a hook to disable location strategy (flutter/engine#18969)

* 336d000b4 Roll Skia from f69e40841eb9 to 553496b66f12 (2 revisions) (flutter/engine#18992)

* b82769bdf Roll Skia from 553496b66f12 to 0ad37b87549b (2 revisions) (flutter/engine#18993)

* f5ca58b18 Roll Dart SDK from e62b89c56d01 to b0d2b97d2cd7 (4 revisions) (flutter/engine#18994)

* 2a82a0832 [dart] Account for compiler api change (flutter/engine#19002)

* 369e0a9b9 Add ui_benchmarks (flutter/engine#18945)

* a0a92d6c6 Roll Skia from 0ad37b87549b to de175abede4d (1 revision) (flutter/engine#18995)

* cea5a9c7a Roll Dart SDK from b0d2b97d2cd7 to f043f9e5f6ea (6 revisions) (flutter/engine#18997)

* d417772d7 Roll Fuchsia Mac SDK from gAD3P... to Wj0yo... (flutter/engine#19001)

* 45386229e Roll Skia from de175abede4d to 32d5cfa1f35e (15 revisions) (flutter/engine#19005)

* 71fce02dd Fix shift-tab not working by adding more GTK->GLFW key mappings. (flutter/engine#18988)

* 5ddc122f0 Fix inverted check in creating resource surface (flutter/engine#18989)

* 87d888804 Show warning if method response errors occur and error not handled. (flutter/engine#18946)

* 5171fbdc7 Roll Skia from 32d5cfa1f35e to 21bbfc6c2dfe (5 revisions) (flutter/engine#19006)

* 4bd6aea07 Always send key events, even if they're used for text input. (flutter/engine#18991)

* 9f898e98c Don't process key events when the text input is not requested (flutter/engine#18990)

* 48d709164 Roll buildroot for Windows warning update (flutter/engine#19000)

* 5f37029a2 Roll Dart SDK from f043f9e5f6ea to f0ea02bc51f8 (22 revisions) (flutter/engine#19010)

* ac809b48c onBeginFrame JNI (flutter/engine#18866)

* e1c622b4a Make SKSL caching test work on Fuchsia on arm64 (flutter/engine#18572)

* 2651beba0 Exit before pushing a trace event when layer tree holder is empty (flutter/engine#19008)

* acf048bd0 Remove log added for local testing (flutter/engine#19012)

* 1f3aa23e2 Roll Dart SDK from f0ea02bc51f8 to 0b64f5488965 (9 revisions) (flutter/engine#19013)

* 8dcc95dbd Roll Fuchsia Mac SDK from Wj0yo... to gR0Zc... (flutter/engine#19015)

* f6455fa6f Roll Dart SDK from 0b64f5488965 to 50836c171e91 (4 revisions) (flutter/engine#19017)

* b2fea9dcf Roll Skia from 21bbfc6c2dfe to 30212b7941d6 (6 revisions) (flutter/engine#19009)

* 006564625 Roll Skia from 30212b7941d6 to 3d6bf04366f6 (17 revisions) (flutter/engine#19020)

* 0a852d8ad Revert "Call Shell::NotifyLowMemoryWarning on Android Trim and LowMemory events (#18979)" (flutter/engine#19023)

* 194acdfae apply null safety syntax to mobile dart:ui (flutter/engine#18933)

* b0a0e0e32 Roll Skia from 3d6bf04366f6 to 637838d20abd (2 revisions) (flutter/engine#19021)

* be499ab46 Roll Fuchsia Mac SDK from gR0Zc... to H-uAk... (flutter/engine#19022)

* 8c24c41a0 Roll Skia from 637838d20abd to ac16760df463 (1 revision) (flutter/engine#19025)

* 7cb7003a1 onEndFrame JNI (flutter/engine#18867)

* e3fdb2330 [fuchsia] Add ability to configure separate data and asset dirs (flutter/engine#18858)

* 983b6e198 Call Shell::NotifyLowMemory when backgrounded/memory pressure occurs on Android (flutter/engine#19026)

* f7d241fd8 Wire up channel for restoration data (flutter/engine#18042)

* e84d497b9 Fix hit testing logic in fuchsia a11y (flutter/engine#19029)

* 801559ac4 Revert to last-known-good-rev of Dart SDK (flutter/engine#19031)
2020-06-15 09:28:42 -07:00
stuartmorgan 401690a64f
CMake fix for projects without plugins (#59343)
This install step fails if the list is empty, which is the case for projects without plugins (or Dart-only plugins, so flutter/plugins presubmits are currently broken).
2020-06-12 19:45:48 -07:00
Chase Latta d64884dedf
Remove Fuchsia BUILD.gn files (#59285) 2020-06-12 12:50:03 -07:00
Darren Austin 913e21e4f0
First pass at keyboard navigation for the Material Date Picker (#59279) 2020-06-12 12:45:03 -07:00
Jenn Magder 0093c6a4c6
Add Podfile migration warning to support federated plugins (#59201) 2020-06-12 12:44:14 -07:00
Kate Lovett 97dc7eee57
Step 3 of 3: Remove opt-in for debugCheckHasMaterialLocalizations assertion on TextField (#58831) 2020-06-12 12:40:03 -07:00
Todd Volkert ff7538f7b5
Add support for horizontal and vertical double-arrow system cursors (#59342) 2020-06-12 12:35:08 -07:00
Juyeong Lee d350f4194e
fix typo in bottom navigation bar docs (#58780) 2020-06-12 12:35:03 -07:00
Ian Hickson 38c33d9c48
Build routes even less. (#58202) 2020-06-12 12:30:03 -07:00
Jenn Magder eee3912f04
Revert "[Widgets] Add DefaultTextHeightBehavior inherited widget. (#59196)" (#59347)
This reverts commit 3efc517ab5.
2020-06-12 10:33:24 -07:00
Danny Tuppeny 96711b00ce
Don't crash on requests for invalid package URLs (#59250) 2020-06-12 09:25:04 -07:00
MH Johnson 3efc517ab5
[Widgets] Add DefaultTextHeightBehavior inherited widget. (#59196) 2020-06-12 09:20:04 -07:00
Kate Lovett 64f42c0ea8
Support floating the header slivers of a NestedScrollView (#59187) 2020-06-12 09:15:02 -07:00
Zachary Anderson e96b13c72f
Revert "Roll Engine from 965fbbed1776 to d417772d7acd (21 revisions) (#59282)" (#59334)
This reverts commit 1d407de925.
2020-06-12 09:02:19 -07:00
engine-flutter-autoroll 1d407de925
Roll Engine from 965fbbed1776 to d417772d7acd (21 revisions) (#59282) 2020-06-11 16:45:02 -07:00
Jonah Williams bf94520644
[versions] Update all the versions (#59283) 2020-06-11 16:40:22 -07:00
Alexandre Ardhuin 65ef1f94bb
test flutter framework with null-safety (#59280) 2020-06-11 16:40:02 -07:00
Marcus Tomlinson 1fe0f22645
Remove use of BundleUtilities in Linux build (#59080)
* Explicitly install the Flutter library

* Publish ${FLUTTER_LIBRARY} to parent scope

* Bundle plugin libraries

* Bundle <plugin_name>_bundled_libraries too

* BUNDLED_LIBRARIES -> PLUGIN_BUNDLED_LIBRARIES

* Update Linux plugin test

* Address review comments
2020-06-11 22:00:28 +01:00
Jenn Magder 3744b82d8c
Support .flutter-plugins-dependencies (#59209) 2020-06-11 13:25:01 -07:00
Ayush Bherwani 802ba9ac90
adds interactive example (#59251) 2020-06-11 11:40:03 -07:00
Jenn Magder 222c2cb0cc
Deprecate make-host-app-editable (#59217) 2020-06-11 11:37:15 -07:00
zmtzawqlp 3fc364cfbb
add missing arguments for all constructors of ListView and GridView (#58746) 2020-06-11 11:35:02 -07:00
Gary Roumanis d25b9c80a4
Do not depend on embedded (#59210) 2020-06-11 09:31:05 -07:00
Wyte Krongapiradee 3be48f34f2
[Flutter Driver] Update the comments regarding the default timeout of WaitFor and WaitForAbsent commands (#58771) 2020-06-11 09:30:02 -07:00
Alexandre Ardhuin 49dc9b1227
fix tree (#59257) 2020-06-11 16:05:18 +02:00
engine-flutter-autoroll 413702bcd5
Roll Engine from e8c13aa012c9 to 965fbbed1776 (42 revisions) (#59222) 2020-06-11 05:15:02 -07:00
Alexandre Ardhuin 4d7525f05c
Opt out nnbd in packages/flutter (#59186)
* add language version 2.8 in packages/flutter

* enable non-nullable analyzer flag
2020-06-11 14:11:30 +02:00
Darren Austin 012cee2731
Typo fixing sweep through packages/flutter. (#59219) 2020-06-11 05:10:01 -07:00
Gabriel Terwesten daddc914c7
Fix docs for Focus.onKey event propagation (#59096) 2020-06-10 16:35:01 -07:00
Ming Lyu (CareF) b5d0b9122f
Cleanup devicelab framework duplicate (#59046)
* combine forwardStandardStreams

* combine exec and eval
2020-06-10 19:30:12 -04:00
Hansol Lee e13b44d978
Add sample code to PositionedTransition (#59156) 2020-06-10 14:20:35 -07:00
Per Classon 8cf15ee2aa
Rebuild SliverAppBar when forceElevated changes (#59162) 2020-06-10 14:15:02 -07:00
Jenn Magder 319a61fd81
Move iOS Podfile logic into tool (#59044) 2020-06-10 14:12:48 -07:00