Commit Graph

18842 Commits

Author SHA1 Message Date
Jonah Williams
6fe800abd5 [null-safety] remove enable experiment flags (#69930) 2020-11-05 23:58:11 -08:00
Darren Austin
4c1d015e9e Reland "Updated SearchDelegate to follow custom InputDecorationTheme" (#69653) 2020-11-05 23:54:01 -08:00
Tong Mu
e1712ccefc Reland: Fix a multiple pointers bug
This relands #68587
2020-11-05 18:38:15 -08:00
Dan Field
76784651d4 Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00
Jonah Williams
a3f6ea6f38 [flutter_tools] split web integration tests into new shard (#69914) 2020-11-05 17:21:44 -08:00
Shi-Hao Hong
a1a096e35a [gen-l10n] Fix untranslated messages (#68553) 2020-11-05 16:24:02 -08:00
Jonah Williams
dd8820bcc1 [flutter_tool] initialize flutter root in executable (#69549)
initialize the flutter root as early as possible. This allows all interfaces to be normally injected into commands, even if those objects might read from the flutter root.
2020-11-05 15:21:05 -08:00
Jenn Magder
bc2a4a6498 Update CocoaPods recommended version to 1.9 (#69809) 2020-11-05 15:13:22 -08:00
Jonah Williams
ed1189259e [flutter_tools] forward all args to pub (#69784)
Change forwarding command to pass through all args, even -h - this allows flutter to support all of the pub flags without needing to declare them.
2020-11-05 14:23:24 -08:00
Jenn Magder
1be922c353 Build either iphoneos or iphonesimulator App.framework, not both (#69840) 2020-11-05 14:22:24 -08:00
Jonah Williams
0823d625bc [null-safety] update version constraint (#69900) 2020-11-05 11:39:26 -08:00
LongCatIsLooong
24c6266230 Adaptive constructor / TextInputAction docs (#69346) 2020-11-05 10:49:03 -08:00
Dan Field
cfcb9887c9 Do not use --first-parent when determining version on master (#69726) 2020-11-05 10:11:32 -08:00
Yegor
496efca12f choose higher-res images on low-DPR screens (#69799) 2020-11-05 10:10:53 -08:00
Jonah Williams
e8efde6a54 [versions] update more null safe versions (#69892) 2020-11-05 09:09:03 -08:00
Chinmoy
0afea99b26 added enableFeedback property to ListTile (#69088) 2020-11-05 08:43:02 -08:00
Vyacheslav Egorov
4c24eb10b8 Revert "Fix: fix android studio 4.1 plugin path for macOS" (#69870)
This reverts commit 422a97d1e5 due to https://github.com/flutter/flutter/issues/69863
2020-11-05 11:18:00 +01:00
Jenn Magder
58ba70a6e7 Remove add-to-app Xcode build phase input files (#69846) 2020-11-04 23:26:59 -08:00
Jason Simmons
9470a7e864 Revert "[null-safety] update Dart SDK constraints (#69831)" (#69854)
This reverts commit e375651cc5.
2020-11-04 21:49:59 -08:00
Lazy Llama
300e1df737 Reduce refresh indicator pull-down distance and update related tests (#69783)
Co-authored-by: altherat <contact@altherat.com>
2020-11-05 12:34:10 +08:00
Jenn Magder
2f3cccc4f5 Run more xcodebuild commands in native arm on Apple Silicon (#69837) 2020-11-04 19:54:02 -08:00
Jenn Magder
3145c835ed Deprecate build ios-framework --universal (#69720) 2020-11-04 19:44:04 -08:00
Mokusesei
422a97d1e5 Fix: fix android studio 4.1 plugin path for macOS (#69364) 2020-11-04 17:25:53 -08:00
Jonah Williams
e375651cc5 [null-safety] update Dart SDK constraints (#69831) 2020-11-04 16:50:24 -08:00
Arpan Patel
52b4f725f7 AdoptAWidget: Shortcut (#69568)
* Added Interactive Sample
2020-11-05 08:21:02 +08:00
LongCatIsLooong
319722997c fix typo in computeMaxIntrinsicWidth implementation (#69812) 2020-11-04 16:19:04 -08:00
LongCatIsLooong
b26970b143 Cancel drag or hold when scrolling is disabled. (#69732) 2020-11-04 16:14:04 -08:00
Shi-Hao Hong
0963d72582 Make resource attributes optional for simple cases (#68774) 2020-11-05 08:11:53 +08:00
chunhtai
6688e63f68 Improve backbuttondispatcher (#68735)
* Improve backbuttondispatcher

* update

* update

* fix analyzer

* addressing comments

* make takeprioirty recursive by default

* fix comment

* addressing comment
2020-11-04 16:00:28 -08:00
Yehuda Ringler
972fb0c85c router.dart: fix grammer mistake (#68751) 2020-11-04 15:50:10 -08:00
Michael Goderbauer
cee6d46b3d Do not crash if RichText has recognizers without handlers (#69793) 2020-11-04 15:49:05 -08:00
Jenn Magder
cb5263e191 Methods in build_ios_framework for universal and XCFrameworks (#69736) 2020-11-04 15:44:03 -08:00
Jonah Williams
580cacf4bd [versions] roll versions (#69810) 2020-11-04 15:38:58 -08:00
Jonah Williams
7ceb20417c disable hot reload web tests on CI due to flakes (#69802) 2020-11-04 12:36:33 -08:00
Jonah Williams
0ddb1ae713 fix hot reload benchmark data (#69798) 2020-11-04 11:43:24 -08:00
Madhur Maurya
595df47f2b Tab bar improvements (#63683)
* indicatorPadding now does not get ignored

* Removing unnecessary comments

* Throw FlutterError on indicatorPadding

* Tests for indicatorPadding

* Migrate test to NNBD

* Tests Renamed
2020-11-04 11:20:27 -08:00
Jonah Williams
6cec03c7c1 [flutter_tools] do not reload sources if no sources changed (#69450)
If no source files were changed by a hot reload, do not send the reload sources RPC. This slightly speeds up the no-op reloads and gives users a faster way to force a re-render.
2020-11-04 11:15:30 -08:00
Hans Muller
b73cae17a4 ButtonStyle style side should default to shape.side (#69713) 2020-11-04 11:14:05 -08:00
Shi-Hao Hong
ad9b30b38d Center the AnimatedPositioned code sample (#69644) 2020-11-04 10:44:05 -08:00
Per Classon
2f611f1477 Make header optional in PaginatedDataTable (#69610) 2020-11-04 10:39:06 -08:00
Aneesh Rao
96a78c0883 Enable customization of TabBar's InkWell (#69457) 2020-11-04 10:34:05 -08:00
Jenn Magder
53410c4bb9 Compile snapshot_assembly with sdk root set in Xcode (#69731) 2020-11-04 10:32:01 -08:00
xubaolin
9b564e9a8a Make TabBar indicator color automatic adjustment optional (#68171) 2020-11-04 10:29:05 -08:00
Anna Gringauze
5034d57546 Disable web expression evaluation tests (#69728)
Temporarily disable web expression evaluation tests,
until we figure out how to disable the only on non-web bot.
2020-11-03 23:36:54 -08:00
Jenn Magder
91b82347af Build App.framework directly to build directory (#69699) 2020-11-03 12:48:25 -08:00
Hans Muller
23198d4eef Revert TextField.adaptive (#69631) 2020-11-03 12:28:41 -08:00
Emmanuel Garcia
212967449b Update plugins dependencies for the Gallery test (#69630) 2020-11-03 12:03:18 -08:00
Jonah Williams
d0202131fd [flutter_tools] support --extra-gen-snapshot-options everywhere --extra-front-end-options is specified (#69592)
support --extra-gen-snapshot-options everywhere --extra-front-end-options is specified
2020-11-03 10:11:14 -08:00
Jonah Williams
9ec5d7131b Remove usage of --enable-experiment to analysis server (#69614) 2020-11-03 08:02:19 -08:00
Abhishek Ghaskata
c4bd14cc79 removed an (#69654) 2020-11-03 06:48:03 -08:00