perlatus
0cef0aaf35
Check for initialRoute before Navigator.defaultRouteName ( #10216 )
...
* Check for initialRoute before Navigator.defaultRouteName
* Default initialRoute to Navigator.defaultRouteName
* Take suggestions from code review
* Add test for old and new routes behavior
* Revert "Add test for old and new routes behavior"
This reverts commit 282fb64b165ed532583e9a5d2e4debe29469fba4.
* Retry: without dartfmt, with dartanalyzer
* Rename tests, check the routes are taken
* Fix flutter analyze --flutter-repo warnings
* Add test for initial vs default route
* Update test and fix analyzer warnings
* Add test for initial route only being used initially
2017-06-07 18:32:29 -07:00
Ian Hickson
46b316c490
Change RawGestureDetector API to be better for strong mode Dart. ( #10553 )
2017-06-07 18:04:46 -07:00
Chris Bracken
b5365d9352
Roll engine to 1f765cdba7aee9d0a953043209b05d2c59270391 ( #10572 )
...
This picks up the latest engine build, built with ios_deployment_target
set to iOS 8 (changed from iOS 7).
2017-06-07 16:10:29 -07:00
xster
c2b0a30c57
Add more instructions and handling for first time iOS run ( #10521 )
...
* Before tests
* Add the part to trust the cert on the device
* flip the error checks since some are more specific and are more actionable
* add tests
* review
2017-06-07 15:56:13 -07:00
Michael Goderbauer
96b9d6473e
Center all strings in SemanticDebugger ( #10570 )
...
Fixes https://github.com/flutter/flutter/issues/4647
2017-06-07 15:46:18 -07:00
Hans Muller
c445c0880c
Don't visit element children of the childless ( #10558 )
2017-06-07 15:25:39 -07:00
Chris Bracken
a0ca48c35c
Revert use of const asserts in flutter_driver ( #10568 )
...
Fixes bot breakage resulting from commit
7d7132636369914402507c7b15d635039193ee46 (#10540 ).
2017-06-07 14:31:52 -07:00
Todd Volkert
b83ddcd192
Rev engine to pick up FlutterActivity change ( #10560 )
...
https://github.com/flutter/flutter/issues/10072
2017-06-07 13:41:42 -07:00
Todd Volkert
e9c7f604e9
Make generated Java folder names match package names. ( #10537 )
2017-06-07 13:16:16 -07:00
Alexandre Ardhuin
7d71326363
apply prefer_asserts_in_initializer_list lint ( #10540 )
2017-06-07 21:39:47 +02:00
Michael Thomsen
3e645ee2db
Add changelog and required fields to template ( #10548 )
2017-06-07 15:54:29 +02:00
Kevin Moore
1b56cb790c
Add --version-json to flutter CLI ( #10538 )
...
closes https://github.com/flutter/flutter/issues/10534
2017-06-06 18:40:32 -07:00
Michael Goderbauer
3a23419d84
Hide the Scaffold's scroll-to-top button from accessibility ( #10539 )
...
It's redundant as iOS accessibility automatically includes this action on the clock in the status bar.
2017-06-06 14:07:53 -07:00
Kevin Moore
a5aaaa8422
bin/flutter: don’t warn about running as root within Docker container ( #10535 )
...
Closes https://github.com/flutter/flutter/issues/10529
Via https://stackoverflow.com/a/25518345/39827
2017-06-06 12:22:34 -07:00
Hans Muller
c8e4cbf27d
Improved support for saving and restoring the scroll offset, etc ( #10517 )
2017-06-06 12:11:21 -07:00
Michael Thomsen
0f277fcc8a
Idea enable the plugin template ( #10429 )
2017-06-06 17:19:27 +02:00
Ian Hickson
4a92f631be
Rename Picture example to MyImage ( #10522 )
2017-06-05 23:32:51 -07:00
Ian Hickson
6f824bcec9
More documentation ( #10519 )
2017-06-05 22:44:49 -07:00
Ian Hickson
18d1be4a22
Make implicit animations work with hot reload ( #10514 )
2017-06-05 22:15:41 -07:00
Michael Goderbauer
cee36e306a
Roll engine to 8686a458104628c4cd5e142e59cac53458724e31 ( #10518 )
2017-06-05 18:06:55 -07:00
P.Y. Laligand
4b7e3494dd
Add drag completion callback to Draggable. ( #10455 )
...
Fixes #10350
2017-06-05 16:38:33 -07:00
Chris Bracken
03e7ebe67d
Roll engine to c3721a589b50e3d2c2e56befbfd6f860d0de12a1 ( #10512 )
2017-06-05 15:44:54 -07:00
Ian Hickson
ca4f4fc8d1
Make the Brightness estimator public ( #10508 )
2017-06-05 13:15:43 -07:00
Ian Hickson
2ff2274cd3
Make ColorSwatch more general, and test it ( #10505 )
2017-06-05 13:14:11 -07:00
Hans Muller
1b29312ad2
Upload sample catalog screenshots to cloud storage ( #10462 )
2017-06-05 12:53:27 -07:00
Alexandre Ardhuin
d98d09d478
remove unnecessary @required ( #10501 )
2017-06-05 21:18:43 +02:00
Todd Volkert
078b380d51
Remove underscores from Android identifier during flutter create
( #10506 )
...
Fixes #10077
2017-06-05 11:25:46 -07:00
Ian Hickson
dd6aab2e07
Add a Column to the template to address some of what we learnt from usability studies. ( #10473 )
2017-06-05 09:50:37 -07:00
Chris Bracken
d65b9fb6dc
Update tracking bug for SDK spaces in doctor ( #10504 )
2017-06-05 09:42:45 -07:00
Alexandre Ardhuin
c63be2af8b
apply prefer_asserts_in_initializer_list lint ( #10483 )
2017-06-05 09:33:38 +02:00
Alexandre Ardhuin
69e235389d
apply prefer_asserts_in_initializer_list lint ( #10482 )
2017-06-05 09:28:51 +02:00
Alexandre Ardhuin
abb7669704
apply prefer_asserts_in_initializer_list lint ( #10489 )
2017-06-05 09:28:25 +02:00
Alexandre Ardhuin
c55097da7d
apply prefer_asserts_in_initializer_list lint ( #10463 )
2017-06-03 06:05:09 +02:00
Chris Bracken
fe520201b8
Emit doctor error if Flutter SDK path contains spaces ( #10477 )
...
Should be reverted when https://github.com/flutter/flutter/issues/6577
is fixed.
2017-06-02 18:49:32 -07:00
Michael Goderbauer
104725f384
Adds a widgets that blocks all semantics of widgets below it in paint order within the same container ( #10425 )
2017-06-02 18:14:27 -07:00
Chris Bracken
417df36b45
Add more detail to TextInputType documentation ( #10474 )
2017-06-02 17:48:07 -07:00
Chris Bracken
2cd2a74e5d
Add emailAddress, url TextInputTypes ( #10471 )
...
Adds support for requesting keyboards optimised for email address and URL entry.
2017-06-02 16:36:15 -07:00
Chris Bracken
7c68cf50bc
Roll the engine to bd09286e4aec422a1f77eac9de84274f22484846 ( #10467 )
2017-06-02 16:15:21 -07:00
Jason Simmons
07275405f8
Apply the paint offset to the bounds rectangle for shader masks ( #10458 )
...
Fixes https://github.com/flutter/flutter/issues/10424
2017-06-02 16:09:51 -07:00
xster
cb959724cb
Small setup doc for the app store option ( #10418 )
...
* Small setup doc for the app store option
* review notes
2017-06-02 16:01:20 -07:00
Ian Hickson
9eae8b83ff
Sprinkle some mixin magic incantations ( #10442 )
...
This prevents some of our mixins from being subclassed.
Also, move mixins to using 'extends' instead of 'implements' for
future compatibility with Dart changes.
Also, rename a class that had Mixin in the name but was not a mixin.
2017-06-02 15:54:22 -07:00
Devon Carew
38891a2f72
IntelliJ and Flutter plugin version checks ( #10454 )
...
* add min version checks for IntelliJ
* validate the installed versions of IntelliJ and the flutter plugin
* review comments
2017-06-02 15:23:36 -07:00
Devon Carew
15928fbdf7
have app loggers log to their parent logger ( #10402 )
...
* have app loggers log to their parent logger
* rename field to parent
* add todo
* revert flutter_tools.iml change
* ping the bots
2017-06-02 15:22:46 -07:00
Chris Bracken
a8fe276c55
Roll engine to 9af413ca8b44ede5dd961dca099149ead4ac8358 ( #10457 )
2017-06-02 12:36:50 -07:00
Collin Jackson
2bb5cc9f3c
Start 0.0.8-dev ( #10459 )
2017-06-02 12:36:09 -07:00
Collin Jackson
e2f54df5ab
Release SDK version 0.0.7 ( #10456 )
2017-06-02 10:43:54 -07:00
Michael Goderbauer
a6069aee30
Roll engine to 1f2aa075717169d6058ad97b3b5c2794a97a43d7 ( #10447 )
...
Picks up accessibility fixes.
2017-06-02 10:10:36 -07:00
Gary Qian
a367dcb02c
Add flags to pass '--enable-software-rendering' flag to engine in run command ( #10449 )
2017-06-02 09:44:36 -07:00
Alexandre Ardhuin
e3bab988ce
preview of prefer_asserts_in_initializer_list lint ( #10441 )
...
* preview of prefer_asserts_in_initializer_list lint
* fix issue
2017-06-02 13:15:49 +02:00
xster
2aaa7f88b3
CupertinoNavigationBar part 2 - create a bare bone CupertinoNavigationBar ( #10423 )
...
Create a CupertinoNavigationBar without automatic adding of the lead button
2017-06-01 17:17:21 -07:00