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 74e656752c .
* Revert "update ref to url_launcher plugin in Flutter Gallery (#9833 )"
This reverts commit 30c49781c5 .
* Revert "Use url_launcher plugin in Flutter Gallery (#9751 )"
This reverts commit 02dfd6be53 .
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 9f5fa31ebd .
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
xster
2051669ac7
CocoaPods flow step 2 - don't pod install unless project has plugins ( #9741 )
...
* Revert "Revert "Don't try to resolve CocoaPods unless project has plugins" (#9719 )"
This reverts commit f739e9e022 .
* Remove channels integration test’s partial cocoapods artifacts
2017-05-03 11:19:59 -07:00
Ian Hickson
c8ad201484
Save scroll position when scrolling. ( #9740 )
2017-05-03 09:59:09 -07:00
Ian Hickson
89044a0e9e
Link to the widget catalog from the dartdocs ( #9743 )
...
Fixes https://github.com/flutter/flutter/issues/7988
2017-05-03 09:20:47 -07:00
Ian Hickson
30d4736900
Random dartdoc fixes ( #9745 )
2017-05-03 09:13:57 -07:00
xster
87d0010adb
Let printError be able to print bold also ( #9714 )
...
* Let printError print bold as well
* review notes
2017-05-02 22:20:14 -07:00
Todd Volkert
31000ef77e
Remove unused code in adb.dart ( #9732 )
2017-05-02 21:12:28 -07:00
Adam Barth
1faaf8ead6
Document Viewport and NestedScrollView ( #9735 )
2017-05-02 17:33:51 -07:00
Adam Barth
9fe68ef7b3
Document ScrollPosition ( #9731 )
2017-05-02 17:33:41 -07:00
Ian Hickson
f64bfba860
Tapping a ScrollView during overscroll got it stuck. ( #9721 )
...
Fixes https://github.com/flutter/flutter/issues/8476
More detailed list of changes in this patch:
* Replaced the didTouch special logic with more generic logic that
uses Activities instead. Now instead when you tap down the
Scrollable calls `hold()` which begins a HoldScrollActivity which is
a hybrid of DragStartDetails and IdleScrollActivity and can be
canceled. When you let go, it gets canceled and that goes ballistic.
* Make DragGestureRecognizer more aggressive about grabbing pointers,
otherwise a second pointer in a situation with competing horizontal
and vertical recognizers always gets taken by the other one.
* Fixed the _GestureSemantics widget to call the "down" callbacks so
that it follows the same pattern as "real" interactions.
* Added tests for the above.
* Added a hashCode to ScrollActivity.toString (and subclasses).
* Added a toString to ScrollDragController, and include it in
DragScrollActivity's toString.
* s/coorindator/coordinator/
* Add a comment in DragStartDetails to distinguish it from the
otherwise identical DragDownDetails, so we're not tempted to merge
them.
2017-05-02 16:31:11 -07:00
xster
85b2b86939
CocoaPods flow step 3 - don't automatically pod setup ( #9703 )
...
* Don’t automatically pod setup if the user never did it
* fix/add test
* rename getters
2017-05-02 16:11:37 -07:00
Devon Carew
7fb6646c96
fix an issue with reloading when paused at a breakpoint ( #9733 )
...
* fix an issues with reloading when paused at a breakpoint
* update docs
2017-05-02 16:09:57 -07:00
Chris Bracken
7f9d859e68
Pass package/activity in AndroidBackButtonMemoryTest ( #9738 )
...
Eliminates Gallery-specific hardcoding of app package and activity name
in the test.
Fixes breakage introduced with 1dc2d4eb43
due to main activity class now being MainActivity.
2017-05-02 15:44:03 -07:00