Todd Volkert
|
ff7d9432b8
|
Allow for different adb server version messages in device detection (#9974)
|
2017-05-10 15:51:08 -07:00 |
|
P.Y. Laligand
|
d562e1aa63
|
Fixed some analysis errors. (#9967)
|
2017-05-10 15:30:28 -07:00 |
|
Yegor
|
f7d62aaa9e
|
fix driver connection flakiness (#9968)
|
2017-05-10 15:16:45 -07:00 |
|
Ian Hickson
|
abaf290119
|
Further improve the docs for box_painter. (#9936)
|
2017-05-10 15:09:15 -07:00 |
|
Jason Simmons
|
d9165f96d4
|
Roll engine (#9970)
|
2017-05-10 15:08:23 -07:00 |
|
Jason Simmons
|
d1fa21166b
|
Use runCommand to start sdkmanager and adjust the executable name for Windows (#9962)
Fixes https://github.com/flutter/flutter/issues/9954
|
2017-05-10 12:42:42 -07:00 |
|
jcollins-g
|
fc1b5c9ba9
|
Upgrade dartdoc to 0.11.1. (#9921)
|
2017-05-10 07:45:16 -07:00 |
|
Hans Muller
|
3f0aa820e3
|
Added enableAssertInitializer: true to analysis_options_user.yaml (#9943)
|
2017-05-10 07:14:51 -07:00 |
|
Mikkel Nygaard Ravn
|
bc390ef4d0
|
Add sample code to FutureBuilder (#9952)
|
2017-05-10 13:42:26 +02:00 |
|
Alexandre Ardhuin
|
9b56c1c58c
|
enable always_put_control_body_on_new_line lint (#9950)
|
2017-05-10 09:41:55 +02:00 |
|
Alexandre Ardhuin
|
e4546584d1
|
enable always_require_non_null_named_parameters lint (#9948)
* enable always_require_non_null_named_parameters lint
* Update home.dart
|
2017-05-10 08:45:36 +02:00 |
|
Alexandre Ardhuin
|
1f0b2d8a68
|
bump to linter-0.1.31 (#9947)
|
2017-05-10 08:20:13 +02:00 |
|
Chris Bracken
|
60f5ae8e77
|
Add const non-null asserts where required (#9945)
Also includes minor doc fixes.
|
2017-05-09 21:15:42 -07:00 |
|
Chris Bracken
|
0b2fb13269
|
Add const non-null asserts where required (#9939)
Also fixes a small typo.
|
2017-05-09 17:56:49 -07:00 |
|
Ian Hickson
|
4109e28224
|
Use an enum instead of a bool for tracking the release level. (#9942)
|
2017-05-09 17:55:16 -07:00 |
|
Ian Hickson
|
1af253e313
|
Update versions post-alpha roll. (#9941)
|
2017-05-09 17:53:41 -07:00 |
|
Ian Hickson
|
9f1d5ba50e
|
Rev versions for alpha cut (#9940)
And add a script to rev the versions.
|
2017-05-09 17:06:52 -07:00 |
|
Hans Muller
|
1157812bb9
|
Added ExpansionTile and deprecated TwoLevelList et al (#9938)
|
2017-05-09 16:32:01 -07:00 |
|
Chris Bracken
|
5b18fca053
|
Add const non-null asserts where required (#9937)
|
2017-05-09 15:41:06 -07:00 |
|
Ian Hickson
|
58a11f0117
|
Fix a few more dartdoc errors (#9907)
Turns out that `[]:` means something in markdown, so you have to
escape the `:` with a backslash.
|
2017-05-09 15:33:01 -07:00 |
|
Ian Hickson
|
f4f68dff1b
|
Make the page-view remembering logic actually work. (#9905)
It wasn't tested, which is why it didn't work before.
|
2017-05-09 15:32:54 -07:00 |
|
Adam Barth
|
3bd2ecb2c4
|
Move flutter_markdown to https://github.com/flutter/flutter_markdown (#9807)
Now that we can host packages on pub that depend on Flutter, we can host
flutter_markdown in its own git repository.
|
2017-05-09 15:32:38 -07:00 |
|
Ian Hickson
|
9cb12086bb
|
Samples for BoxDecoration and some related classes (#9902)
|
2017-05-09 14:03:16 -07:00 |
|
Chris Bracken
|
9935b3075c
|
Use boolean json representation for obscureText (#9927)
Corrects type from string introduced in
21712a49a76af0fab63246a9acbe61f3e1928070.
|
2017-05-09 13:48:11 -07:00 |
|
Jason Simmons
|
d780c4b205
|
Revert "Gracefully handle !isValid in AndroidStudio.gradleExecutable (#9893)" (#9934)
Fixes https://github.com/flutter/flutter/issues/9929
|
2017-05-09 13:11:29 -07:00 |
|
Michael Thomsen
|
fb8214849e
|
Small update to readme (#9930)
|
2017-05-09 21:29:28 +02:00 |
|
Todd Volkert
|
a667bf935e
|
Gracefully handle !isValid in AndroidStudio.gradleExecutable (#9893)
Fixes #9866
|
2017-05-09 10:54:54 -07:00 |
|
Jason Simmons
|
f44ba8b9c9
|
Add a flutter doctor --android-licenses command that locates and runs the Android SDK license manager (#9892)
See https://github.com/flutter/flutter/issues/8438
|
2017-05-09 10:18:45 -07:00 |
|
Michael Thomsen
|
5cec108023
|
Roll android build tools to 25.0.3 (#9922)
* Roll android build tools to 25.0.3
* Roll android build tools to 25.0.3 in templates
|
2017-05-09 18:58:46 +02:00 |
|
Michael Thomsen
|
ebd79100c0
|
Update Chromium recipe instructions to reflect new flow (#9919)
|
2017-05-09 17:30:05 +02:00 |
|
Sarah Zakarias
|
d6b1ad5456
|
Remove url_lancher and path_provider from services (#9916)
|
2017-05-09 15:13:05 +02:00 |
|
Sarah Zakarias
|
ee6cd679c8
|
More use of url_launcher plugin in Flutter Gallery (#9836)
|
2017-05-09 15:05:23 +02:00 |
|
Mikkel Nygaard Ravn
|
76dbfe9a38
|
Fixed android template (#9917)
|
2017-05-09 14:41:39 +02:00 |
|
Mikkel Nygaard Ravn
|
200952bc65
|
Fix of android template (#9915)
|
2017-05-09 14:24:32 +02:00 |
|
Sarah Zakarias
|
4e3a4ce830
|
Update Flutter Gallery to new plugin registry (#9914)
|
2017-05-09 14:00:06 +02:00 |
|
Mikkel Nygaard Ravn
|
c1feee93d3
|
iOS plugin registry (#9818)
|
2017-05-09 12:00:07 +02:00 |
|
Sarah Zakarias
|
2dd26a93a5
|
Revert "Revert plugin use in gallery (#9838)" (#9913)
This reverts commit 4bbf158b6a6e3606d888cd36619446237ed61a9a.
|
2017-05-09 11:49:03 +02:00 |
|
Mikkel Nygaard Ravn
|
24a3e58cd0
|
Android plugin registry (#9715)
|
2017-05-09 11:43:19 +02:00 |
|
Yegor
|
aba6095444
|
make zero-device test hermetic (#9891)
|
2017-05-08 17:57:20 -07:00 |
|
Chris Bracken
|
21712a49a7
|
Add obscureText field to TextInputConfiguration (#9908)
Provides a cue to the engine to disable auto-correct/suggest.
|
2017-05-08 17:38:22 -07:00 |
|
Michael Goderbauer
|
ca4d7211b0
|
Enforce valid package names on flutter create (#9854)
* Enforce valid package names on flutter create
Fixes #9564
* refactor
* fix other tests
|
2017-05-08 14:08:59 -07:00 |
|
Yegor
|
fa47c34f76
|
fix version stamp Map check (#9890)
|
2017-05-08 12:59:33 -07:00 |
|
Todd Volkert
|
a29585298e
|
Add level field to the "showMessage" daemon event. (#9889)
Spawned from a discussion in https://github.com/flutter/flutter-intellij/pull/1003
|
2017-05-08 11:49:47 -07:00 |
|
Michael Thomsen
|
a625d3e140
|
Revert "Upgrade to most recent android build tools version (#9878)" (#9888)
This reverts commit 5ed2984e75d9c71ac68ee87158d529094aed54e0.
|
2017-05-08 20:33:12 +02:00 |
|
Michael Thomsen
|
5ed2984e75
|
Upgrade to most recent android build tools version (#9878)
|
2017-05-08 20:12:32 +02:00 |
|
xster
|
31b958378a
|
Report flutter doctor success/failure (#9664)
* record doctor failures
* fully mock out analytics dependencies
|
2017-05-08 11:10:36 -07:00 |
|
xster
|
c74225e00d
|
Report timing on failed executions too (#9661)
* handle errors
* review notes
|
2017-05-08 11:10:21 -07:00 |
|
Ian Hickson
|
3012cce146
|
Clean up Tween and friends. (#9858)
|
2017-05-08 10:42:06 -07:00 |
|
Hans Muller
|
a6eb0a3e38
|
Gallery animation demo back button update (#9853)
|
2017-05-08 10:13:13 -07:00 |
|
Andrew Wilson
|
f752cd3844
|
Add url_launcher dependency to BUILD.gn. (#9886)
|
2017-05-08 09:53:41 -07:00 |
|