Chris Bracken
d1e895224e
Assert that required params are non-null (TextInput) ( #9860 )
2017-05-05 21:44:46 -07:00
Chris Bracken
274205c1b5
Minor improvements to TextInput docs ( #9859 )
2017-05-05 21:44:29 -07:00
Brian Slesinsky
60c6ecc79f
add Dart_SDK project library to examples that don't have them ( #9847 )
...
This ensures that when someone opens the project using IDEA,
the Flutter plugin will find the location of the Flutter SDK
and run "flutter packages get".
2017-05-05 19:14:58 -07:00
Seth Ladd
582ee409f5
link more explicitly from route to navigator ( #9843 )
...
* link more explicitly from route to navigator
* fix from review
2017-05-05 19:02:50 -07:00
Chris Bracken
9846385b32
Roll engine to 1b01211ee68fffae3c2acb33ce03b5a3c0d6c774 ( #9861 )
2017-05-05 18:11:33 -07:00
P.Y. Laligand
8cef5232d5
Use the correct set of options to analyze Flutter packages. ( #9758 )
...
This affects the Fuchsia build which will soon run analysis by default.
2017-05-05 17:18:58 -07:00
Ian Hickson
2a2b760689
Unbreak the benchmarks API ( #9852 )
2017-05-05 16:07:03 -07:00
Hans Muller
3681aee5a4
Selectively enable page scrolling in the gallery animation demo ( #9845 )
2017-05-05 16:02:25 -07:00
Michael Goderbauer
6337a0553c
Don't crash on flutter create .
on Windows ( #9850 )
...
* Don't crash on `flutter create .`
Fixes #9828
* review comments
2017-05-05 15:47:13 -07:00
Chris Bracken
5a9b525146
Fix a typo: unknown action type ( #9844 )
2017-05-05 11:27:15 -07:00
Todd Volkert
2841497344
Support IPv6 in coverage collection ( #9841 )
...
Builds on engine fixes to #9813
Also fixes #7366
2017-05-05 11:09:55 -07:00
Eason Pai
0652737f3b
They “are are” created, as needed ( #9831 )
2017-05-05 07:34:55 -07:00
Ian Hickson
031c4360af
Roll engine ( #9830 )
2017-05-05 07:34:24 -07:00
Jakob Andersen
6b54137a15
Improve Android builds. ( #9801 )
...
Eagerly generate local.properties, and always update the flutter.sdk
setting in it, in case FLUTTER_ROOT has changed.
Fixes #8365 .
Fixes #9716 - at least the specific issue reported. My Android Studio
still complains about Gradle versions - it ships with v3.2, but requires
v3.3...
Add a 'generate dependencies' task to the Gradle build, which checks if
the snapshot dependencies file exists, and runs an extra build before
the actual FlutterTask if it doesn't. This makes the first build slower,
but sub-sequent builds (without source changes) much faster.
Fixes #9717 .
2017-05-05 14:53:51 +02:00
Sarah Zakarias
4bbf158b6a
Revert plugin use in gallery ( #9838 )
...
* Revert "add Podfile (#9835 )"
This reverts commit 74e656752ca76987163653548ec8844c005a3d75.
* Revert "update ref to url_launcher plugin in Flutter Gallery (#9833 )"
This reverts commit 30c49781c5a87a864763783a4fa2950d8ff4687c.
* Revert "Use url_launcher plugin in Flutter Gallery (#9751 )"
This reverts commit 02dfd6be53291e106d10fabc6f50d48da0b78ba7.
2017-05-05 14:14:33 +02:00
Jakob Andersen
7818ea43dc
Workaround for intermittent pub crash on macOS. ( #9832 )
...
Eagerly initialize libnotify by accessing the current date. See dart-lang/sdk#29539 for details.
Fixes #9727 .
2017-05-05 13:30:48 +02:00
Sarah Zakarias
74e656752c
add Podfile ( #9835 )
2017-05-05 12:59:01 +02:00
Sarah Zakarias
30c49781c5
update ref to url_launcher plugin in Flutter Gallery ( #9833 )
2017-05-05 11:37:27 +02:00
Sarah Zakarias
02dfd6be53
Use url_launcher plugin in Flutter Gallery ( #9751 )
2017-05-05 10:48:46 +02:00
Todd Volkert
20da5c1beb
Rev engine ( #9829 )
2017-05-04 22:10:42 -07:00
Ian Hickson
c7469e005d
Fix many dartdoc typos ( #9822 )
2017-05-04 19:54:06 -07:00
Chris Bracken
07b1f7f744
Update Hello World plugin integration ( #9825 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:24:41 -07:00
Chris Bracken
8feda573cb
Update Stocks plugin integration ( #9824 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:14:04 -07:00
Chris Bracken
28feba043f
Update Gallery plugin integration ( #9823 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:02:00 -07:00
Yegor
7d6e5632d7
remove unused FlutterDriver methods ( #9821 )
2017-05-04 18:11:05 -07:00
Chris Bracken
3d72406263
Migrate Catalog example to latest template ( #9793 )
2017-05-04 15:10:54 -07:00
Jason Simmons
b7ceed6b9d
Handle missing directories in the flutter doctor IntelliJ check ( #9812 )
2017-05-04 14:48:41 -07:00
Phil Quitslund
83a1054c2c
Minor grammar fixes. ( #9808 )
...
* Minor grammar fixes.
* Update README.md
2017-05-04 13:44:01 -07:00
postmasters
1a571b5c90
OverlayState.add* should have been OverlayState.insert* ( #9773 )
...
Trivial doc typo.
2017-05-04 13:32:35 -07:00
jcollins-g
f101ad4e5a
Upgrade dartdoc to 0.11.0 ( #9805 )
2017-05-04 13:28:07 -07:00
xster
837f101056
Let (almost) all flutter create CocoaPods references be dynamically generated later ( #9791 )
...
* Remove all initial cocoapod traces from flutter create except Podfile
* Make updateXcodeGeneratedProperties parameters named
* review notes
2017-05-04 12:26:58 -07:00
Hans Muller
6d8930e4d6
Animation demo scrolling ( #9804 )
2017-05-04 11:13:36 -07:00
Ian Hickson
e504dabdd2
Minor style tweaks ( #9766 )
2017-05-04 10:28:17 -07:00
Todd Volkert
ba4bba7498
Support IPv6 in test platform ( #9795 )
2017-05-03 22:50:24 -07:00
Ian Hickson
2b04e300af
Fix microbenchmarks tests. ( #9782 )
2017-05-03 17:33:29 -07:00
Chris Bracken
961da5a3bc
Move platform_channel_swift example to latest template ( #9786 )
2017-05-03 17:02:43 -07:00
Hans Muller
cddf06cf26
Added scroll snapping to the gallery animation demo ( #9710 )
2017-05-03 16:35:28 -07:00
Todd Volkert
6a4b08bec6
Make DeviceDomain echo a msg if doctor says it can't list anything ( #9749 )
...
This message will be picked up by IntelliJ and shown to the user in a toast.
2017-05-03 16:12:08 -07:00
xster
b8b6a14d8b
Make a few error messages bold ( #9774 )
2017-05-03 16:01:04 -07:00
Hans Muller
4ca447b61e
Refactored the iOS Scrolling Simulation ( #9754 )
2017-05-03 15:54:17 -07:00
Chris Bracken
461054687e
Move platform_channel example to latest template ( #9777 )
2017-05-03 15:27:26 -07:00
Todd Volkert
3b5b46b07c
Revert "Switch test platform to use IPv6 ( #9775 )" ( #9779 )
...
This reverts commit 9f5fa31ebd11132cecb1e8489aa2b96fc36d676e.
2017-05-03 14:46:28 -07:00
Todd Volkert
9f5fa31ebd
Switch test platform to use IPv6 ( #9775 )
2017-05-03 14:33:38 -07:00
Chris Bracken
eacf793b35
Use default FlutterActivity in non-plugin examples ( #9770 )
...
Brings hello_world and flutter_gallery Android code in line with the
corresponding iOS code.
2017-05-03 14:20:17 -07:00
Chris Bracken
126cf49d26
Migrate Stocks example to latest template ( #9762 )
2017-05-03 13:00:38 -07:00
Ian Hickson
cbfde9650d
Appbar should update when you add a drawer. ( #9755 )
...
Also, I had a question about flutter_test matchers and our style guide
says that when I have a question I should update the docs so I did
that and then got a bit carried away.
2017-05-03 12:56:18 -07:00
Ian Hickson
d604791a1c
Try indenting the lists more in case that fixes the problem. ( #9752 )
...
See https://github.com/flutter/flutter/issues/9726 ; for some reason
the markdown in this file is getting misinterpreted.
2017-05-03 12:56:07 -07:00
Ian Hickson
8d7733fdb1
Add more breadcrumbs around material buttons and ink wells. ( #9760 )
2017-05-03 12:55:57 -07:00
Kyle Bradshaw
b5671f1b22
Gallery Cupertino Dialog demo snackbar fix ( #9764 )
...
Fixes #9757
2017-05-03 12:29:45 -07:00
Jason Simmons
b586a97ad2
Enable physical model shadows (with animation) and change elevation to a double ( #9756 )
...
Fixes https://github.com/flutter/flutter/issues/9342
2017-05-03 12:11:01 -07:00