Jenn Magder
12229264e2
Show CocoaPods version in hint text ( #40117 )
2019-09-10 13:26:32 -07:00
Michael Goderbauer
3f98fb7949
Ensure frame is scheduled when root widget is attached ( #40105 )
2019-09-10 13:26:09 -07:00
Sam Rawlins
2bc8f999f7
Remove visibleForTesting annotation; this constructor is used outside of testing ( #39997 )
2019-09-10 13:12:53 -07:00
Greg Spencer
a7c06e113b
Fixed passing autofocus to MaterialButton, and when rebuilding Focus widget. ( #39903 )
...
Fixed passing autofocus to MaterialButton, and when rebuilding Focus widget, and added a test for Focus and MaterialButton to test that it works properly.
2019-09-10 10:29:58 -07:00
Jonah Williams
f877c97b3b
Use persisted build information to automatically clean old outputs in assemble ( #39654 )
2019-09-10 09:57:47 -07:00
Mouad Debbar
03e8100346
Disable the performance overlay for web ( #39999 )
2019-09-10 08:56:28 -07:00
Peter Lee
423a1914f6
fix typo ( #40048 )
2019-09-10 08:54:18 -07:00
Andrew Brogdon
691977755c
Adds DartPad option to the DartDoc snippet generator. ( #39924 )
2019-09-10 08:36:14 -07:00
Jonah Williams
79ec38f7f3
ensure we use pub from flutter sdk ( #40131 )
2019-09-10 07:41:59 -07:00
Shi-Hao Hong
2449928d7c
Add null check to _IndicatorPainter._tabOffsetsEqual() to prevent crash ( #40009 )
...
* Add tabOffsetEqual null check with TODO
2019-09-09 21:12:27 -07:00
Sarbagya Dhaubanjar
45d57e780f
Added properties in DropdownButtonFormField to match DropdownButton ( #36998 )
...
* Added properties in DropdownFormField to match DropdownButton
* Minor style guide related changes
2019-09-09 21:11:23 -07:00
Slade Capasso
4c254e5e8a
Updates to debugFillProperties to test all properties in slider.dart and slider_test.dart ( #39632 )
2019-09-09 18:31:40 -07:00
LongCatIsLooong
663d0b13bc
Fix double.infinity serialization ( #40099 )
2019-09-09 18:30:12 -07:00
Jonah Williams
477ae6b8ce
cleanup use of build runner internals ( #40045 )
2019-09-09 18:16:03 -07:00
Jonah Williams
eb7eb3ce3c
use build runners script gen ( #40049 )
2019-09-09 18:15:17 -07:00
Jonah Williams
0f365d3add
remove dart dir chrome profile ( #39934 )
2019-09-09 18:14:13 -07:00
Jonah Williams
f19e4ab4f7
roll dwds ( #40001 )
2019-09-07 15:35:14 -07:00
Christopher Fujino
f945079c65
remove fallback code for ios/usb artifacts ( #39585 )
2019-09-06 14:23:20 -07:00
Jonah Williams
b2da79ce98
roll build runner and remove delay ( #39988 )
2019-09-06 14:19:12 -07:00
Harry Terkelsen
83da35fbbc
If there are no web plugins, don't generate a plugin registrant ( #39910 )
2019-09-06 12:54:31 -07:00
Jonah Williams
b4c3671718
Register reload sources call and make 'r' restart for web ( #39950 )
2019-09-06 10:41:15 -07:00
lisa-liao
8b90d9d045
Allow independent theming of Persistent and Modal bottom sheets Background Color ( #39333 )
2019-09-06 13:06:01 -04:00
LongCatIsLooong
8661dc4022
Make CupertinoDynamicColor.resolve return null when given a null color ( #39927 )
2019-09-06 09:58:13 -07:00
chunhtai
57d714ebb8
fix widget built twice during warm up frame ( #39079 )
2019-09-06 09:46:18 -07:00
Jonah Williams
296e97f322
Revert "Correct libraries path and remove dart:io and dart:isolate for web dart platform ( #39364 )" ( #39985 )
...
This reverts commit 3f4d27c4bc .
2019-09-06 09:24:14 -07:00
Walid Elalaouy
8601bb7b38
Add showAboutDialog sample ( #39299 )
2019-09-06 09:06:53 -07:00
Jonah Williams
3f4d27c4bc
Correct libraries path and remove dart:io and dart:isolate for web dart platform ( #39364 )
2019-09-06 08:21:41 -07:00
Konstantin Scheglov
3118ae19ff
Fix new prefer_const_constructors after analyzer fix. ( #39917 )
2019-09-05 19:59:24 -07:00
Jonah Williams
0167f53101
update packages --force upgrade ( #39932 )
2019-09-05 19:35:59 -07:00
Michael Goderbauer
e2325600ea
Do not render any frames when just initializing Bindings ( #39535 )
2019-09-05 17:08:50 -07:00
Shi-Hao Hong
abfc560b9d
ToggleButtons test improvement ( #38898 )
...
* Improve finders throughout toggle_buttons_test.dart
* Improve Material finders
* Update toggle_buttons_theme_test.dart finders to be more precise
* Refactor out textStyle and iconTheme finders
* Refactor iconTheme and buttonTextTheme logic
2019-09-05 15:12:36 -07:00
Ian Hickson
a415c76b5b
Docs ( #39198 )
...
* Minor improvements to framework documentation.
* maybePop documentation fix
* Mark some flutter_test arguments required.
Without these set, we get a crash.
* Minor correction to ListView docs
2019-09-05 15:11:50 -07:00
stuartmorgan
4c2c7c417d
Switch to the Win32 Windows embedding ( #39836 )
...
Pulls the Win32 embedding artifacts instead of the GLFW versions for
Windows.
Fixes #38590
2019-09-05 10:09:12 -07:00
stuartmorgan
3948e8759e
Allow specifying a project for Xcode getInfo ( #39782 )
...
Avoids unnecessarily breaking projects that have another .xcodeproj in
their macos/ directory, which worked until the addition of the getInfo
call.
2019-09-05 10:07:03 -07:00
LongCatIsLooong
443892bd27
CupertinoButton & Bottom tab bar dark mode ( #39765 )
...
* CupertinoTabBar
* CupertinoButton
* update
* review
2019-09-05 10:06:45 -07:00
liyuqian
7c0dfd5362
Revert "Replace deprecated onReportTimings w/ frameTimings ( #38861 )" ( #39778 )
...
This reverts commit 6ef80b447f .
2019-09-05 09:58:08 -07:00
Jonah Williams
dd7694256e
remove input files argument to target ( #39769 )
2019-09-05 09:56:37 -07:00
Jonah Williams
4728ef5c16
handle browser refresh ( #39776 )
2019-09-05 09:56:05 -07:00
Jonah Williams
06348522c3
workaround for mangled web sdk source map packages ( #39774 )
2019-09-05 09:55:54 -07:00
Justin McCandless
64424a6ae4
Null TextWidthBasis docs ( #39761 )
...
Docs improvement after seeing "null" showing up for TextWidthBasis.
2019-09-05 09:54:56 -07:00
Mouad Debbar
2640bfeb10
Allow gaps in the initial route ( #39440 )
2019-09-05 09:51:35 -07:00
Zachary Anderson
0f2af976a2
[flutter_tools] Add a timeout to another showBuildSettings command ( #39579 )
2019-09-05 09:50:46 -07:00
Kenzie Schmoll
d50d9c5e60
Register flutterVersion service in flutter_tools. ( #39524 )
...
* Register getFlutterVersion service in flutter_tools.
* Add short revision ids to response.
* Rename method and remove obsolete comments.
* Fix broken test by adding sendPeerNotifications flag.
* Implement mockPeer.sendNotification.
2019-09-05 09:50:36 -07:00
Devon Carew
57e6042f68
update to the latest package:dwds ( #39834 )
2019-09-05 09:50:10 -07:00
Anthony
3932ffb1cd
Revert "Show search app bar theme ( #37962 )" ( #39786 )
...
This reverts commit e3f8d05540 .
2019-09-04 20:13:16 -07:00
Ian Hickson
2efbc11b7a
Revert "Keep Flutter.framework binaries writable so they can be code signed ( #39539 )" ( #39859 )
...
This reverts commit 72cacb4040 .
2019-09-04 17:47:39 -07:00
rami-a
af9f210443
Fix single action banner to ensure button alignment ( #39583 )
2019-09-04 09:41:46 -04:00
Jenn Magder
72cacb4040
Keep Flutter.framework binaries writable so they can be code signed ( #39539 )
2019-09-03 18:00:45 -07:00
Greg Spencer
f9bc89932c
Re-Land of HighlightMode change with benchmark improvements. ( #39589 )
...
* Automatic focus highlight mode for FocusManager
This re-lands the highlight mode change.
* Review Changes
2019-09-03 17:49:41 -07:00
Emmanuel Garcia
d230234d67
Revert Maven dependencies ( #39747 ) (39157) ( #39784 )
2019-09-03 17:49:10 -07:00