Jonah Williams
2e8f173f7d
Add flutter_build package for codegen and version sync with tool ( #26978 )
2019-01-25 16:06:25 -08:00
Dan Field
8fcddbbd92
remove flutter upgrade from stocks and gallery ( #27093 )
2019-01-25 10:37:28 -08:00
Dan Field
496c57386b
Update packages ( #27046 )
...
* Update packages
* Change test for isFile
2019-01-24 16:02:45 -08:00
Jason Simmons
7bfbc28505
Revert "Upgrade the Gradle script to Android plugin version 3.3.0 ( #26913 )" ( #27045 )
...
This reverts commit 30f33d6c7d
.
2019-01-24 14:29:08 -08:00
Jason Simmons
30f33d6c7d
Upgrade the Gradle script to Android plugin version 3.3.0 ( #26913 )
...
Fixes https://github.com/flutter/flutter/issues/26544
2019-01-24 12:21:11 -08:00
Michael Goderbauer
7eb11aac5a
Add WorkspaceSettings.xcsettings for stocks app ( #26993 )
...
This file gets generated whenever you `flutter run` the stocks app and dirties the tree. Looks like we are checking those files in for the other example apps as well, e.g. https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
2019-01-23 18:22:25 -08:00
Chris Bracken
65a70bc7d3
Re-enable use of ParagraphConstrains const ctor ( #26990 )
...
All embedders of Flutter within Google have all been updated to an
engine version that includes the const constructor added in
flutter/engine#7346 and rolled into the framework in
flutter/flutter#26252 .
This reverts commit 88b77a7d0f
.
This fixes https://github.com/flutter/flutter/issues/26390 .
2019-01-23 16:32:23 -08:00
Hans Muller
c37b7c535c
Dismissible not dismissable ( #26911 )
2019-01-22 15:06:56 -08:00
Jonah Williams
f777db2b78
add uiMode to android:configChanges ( #26896 )
2019-01-22 10:37:22 -08:00
Dan Field
386f3466b5
Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 ( #26713 )
...
* move flutter_assets to App.framework
* Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46
05fee4eee Update default flutter_assets path for iOS embedding (flutter/engine#7518 )
02205db01 Roll src/third_party/skia 5d052dac3ac1..02738a86e5fd (4 commits) (flutter/engine#7541 )
af907c074 Roll src/third_party/skia 5c7a3ac0e214..5d052dac3ac1 (7 commits) (flutter/engine#7540 )
dde286673 IWYU to get SkFontMetrics (flutter/engine#7539 )
2019-01-21 21:23:04 -08:00
Dan Field
d8d36bc7e8
targetSdkVersion 28 ( #26798 )
2019-01-19 11:59:42 -08:00
Dan Field
f02f4fbed3
Rev Android Platform to 28 for bots ( #26790 )
...
* Rev Android Platform to 28 for bots
* push all to 28
* include platform tools update
2019-01-18 20:39:10 -08:00
xster
b531b8f507
Use Cirrus image's fastlane instead of freezing our own set of gem dependencies ( #26737 )
2019-01-18 10:37:35 -08:00
Jonah Williams
8c5a41113e
Add support for reverse to ReorderableListView ( #26203 )
2019-01-18 10:10:44 -08:00
Dan Field
4c99958df6
Revert "Move flutter_assets to App.framework ( #26630 )" ( #26675 )
...
This reverts commit d8db70af1a
.
2019-01-16 16:46:37 -08:00
Dan Field
d8db70af1a
Move flutter_assets to App.framework ( #26630 )
...
* move flutter_assets to App.framework
* remove flutter_assets references from all pbxproj files checked in
2019-01-16 14:02:54 -08:00
xster
181d357c95
Add back lost gallery theme code ( #26333 )
2019-01-11 14:36:14 -08:00
Chris Bracken
88b77a7d0f
Avoid use of ParagraphConstrains const ctor ( #26392 )
...
Usages of ParagraphConstraints (from dart:ui) whose constructor could be
const as of flutter/engine#7346 are currently marked //
ignore:prefer_const_constructors in the framework until all
Google-internal embedders have been updated to an engine version that
includes the above change. These were initially updated in engine roll
flutter/flutter#26252 , but broke internal embedders.
We should re-enable use of the const constructor in those cases once
internal embedders are updated.
See: https://github.com/flutter/flutter/issues/26390
2019-01-10 17:25:24 -08:00
Jonah Williams
83af6f48d6
Adds a type parameter to invokeMethod (and additional utility methods) ( #26303 )
2019-01-10 13:21:03 -08:00
jslavitz
cea4aa9b7b
Teach drag start behaviors to DragGestureRecognizer ( #26246 )
...
* the onStart callback will report the location of the pointer where it wins the gesture arena by default instead of the pointer down location. Fixes all tests related to changing this default value.
2019-01-09 10:53:47 -08:00
Ben Konyi
6412f35c5e
Manual engine roll with fixes: ( #26252 )
...
7112b72cc2...e5ec3cf3ea
git log
7112b72cc229e05d36716c3d7739885d3ffa72e6..e5ec3cf3ea5ce78c6c3116271601f60d30a799d4
--no-merges --oneline
e5ec3cf3e Dart SDK roll for 2019-01-08
08c95d27a Roll src/third_party/skia 55ff5d3ba881..1337f5b85978 (10
commits) (flutter/engine#7407 )
e385f5cbb Roll src/third_party/skia 26d173fee72b..55ff5d3ba881 (12
commits) (flutter/engine#7406 )
0f8273b0c Dart SDK roll for 2019-01-07
4036b260a Reset ParagraphBuilder after build() (flutter/engine#7401 )
4820cbec4 Dart SDK roll for 2019-01-07
8eccb860d Add onStart hook to FlutterFragmentActivity
(flutter/engine#6719 )
f2ea838b3 Roll src/third_party/skia b2fdcbf3033f..26d173fee72b (10
commits) (flutter/engine#7400 )
5ca8aadaa Announce in/out of list (flutter/engine#6918 )
4487d392d Replace Java code with equivalent, more concise code.
(flutter/engine#7398 )
395b7852d Roll src/third_party/skia 46ee3f7a8ff5..b2fdcbf3033f (11
commits) (flutter/engine#7394 )
5965f9084 Make `ParagraphConstraints` have const constructor
(flutter/engine#7346 )
e02dd416a Roll src/third_party/skia a47eb455360f..46ee3f7a8ff5 (2
commits) (flutter/engine#7390 )
f0038b3cc Roll src/third_party/skia 3ac3a4053f86..a47eb455360f (2
commits) (flutter/engine#7389 )
2019-01-08 17:59:16 -08:00
Michael Goderbauer
51732aee3b
Remove long-deprecated TwoLevelList ( #26238 )
2019-01-08 14:56:31 -08:00
jslavitz
e4fb4fe279
Revert "Teach drag start behaviors to DragGestureRecognizer ( #23424 )" ( #26209 )
...
This reverts commit 08538f91f0
.
2019-01-07 17:59:03 -08:00
jslavitz
08538f91f0
Teach drag start behaviors to DragGestureRecognizer ( #23424 )
...
* Adds start behavior option to the drag gesture recognizer and makes it the default option when a drag gesture recognizer is created. Also fixes all the tests to work correctly with the new default behavior.
2019-01-07 15:11:12 -08:00
Alexandre Ardhuin
868ff42821
fix doc-comment snippets ( #25579 )
2019-01-07 21:44:16 +01:00
xster
1212d4c726
Clean gallery about page post-1.0 ( #26031 )
2019-01-04 08:40:42 -08:00
Michael Goderbauer
aca3aba10e
Turn clipping on for Card Demo ( #26030 )
2019-01-03 17:18:27 -08:00
Zachary Anderson
eb236da5ea
[fuchsia] Fix flutter_gallery BUILD.gn ( #26015 )
2019-01-03 09:15:53 -08:00
Michael Goderbauer
bb711b5d04
remove early-stage from Gallery's About screen ( #25798 )
2018-12-27 12:17:42 -08:00
Hans Muller
4857267e65
Updated Shrine demo ( #25674 )
2018-12-21 17:47:25 -08:00
Stanislav Baranov
10ce692089
Revert dependency upgrade to see if it helps with build times and APK size ( #25642 )
2018-12-21 10:55:04 -08:00
Stanislav Baranov
7f1f39385b
Add missing dependency to fix the build ( #25582 )
2018-12-19 14:31:30 -08:00
Stanislav Baranov
da599cfc59
Update examples to match the new version of generated build.gradle ( #25483 ) ( #25569 )
...
This version honors flutter tool's --build-number/--build-name flags.
2018-12-19 12:16:30 -08:00
liyuqian
3cf40b436d
Revert "Update examples to match the new version of generated build.gradle ( #25483 )" ( #25563 )
...
This reverts commit 8acc058cf1
.
Reverts #25483
Reason for revert: it seems to break the flutter_gallery_instrumentation_test post-submit test.
TBR: @sbaranov
2018-12-19 09:14:41 -08:00
xster
b8a035a3d4
Adds CupertinoTheme ( #23759 )
2018-12-18 20:36:35 -08:00
Hans Muller
8b34a12d45
Video demo instrumentation ( #25489 )
...
* Video Demo instrumentation
* Video Demo instrumentation
* Updated per review
* Fixed a typo
2018-12-18 14:46:45 -08:00
Stanislav Baranov
8acc058cf1
Update examples to match the new version of generated build.gradle ( #25483 )
...
This version honors flutter tool's --build-number/--build-name flags.
2018-12-18 14:39:12 -08:00
Michael Goderbauer
75228a59da
Remove uses-material-design from hello_world example ( #25300 )
2018-12-12 16:36:11 -08:00
Trevor Wang
114335dff0
Support TextField multi-line hint text #20941 ( #24976 )
2018-12-11 22:46:05 -08:00
xster
7058cf5a8f
Temporarily add the incorrectly filtered exoplayer gradle dependency ( #25186 )
2018-12-10 20:51:17 -08:00
jslavitz
f250db6cb2
Adds small fix to Cupertino navigation demo
2018-12-10 09:34:17 -08:00
Hans Muller
ec4f22c17b
Revert "Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )" ( #24538 )
...
This reverts commit 4ec8883b83
.
2018-11-19 13:02:18 -08:00
Hans Muller
4ec8883b83
Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )
2018-11-19 12:21:49 -08:00
jslavitz
5385132c6b
Separate keep alive logic from SliverMultiBox classes ( #24192 )
...
* sliver separation and test
2018-11-16 16:53:59 -08:00
jslavitz
b3d9fb4dee
Scaffold Drawer pull out area fix for notched devices ( #24367 )
...
* Adds fix and test
2018-11-16 12:47:34 -08:00
xster
567b31a716
Un-dirty git with debug gallery build ( #24373 )
2018-11-15 15:17:50 -08:00
Jonah Williams
938dd5a4aa
Revert "Update driver script to execute test through test_core" ( #24401 )
...
* Revert "Add dashing config file for generating docset from flutter docs (#24374 )"
This reverts commit ec8ca8606c
.
* Revert "Update driver script to execute test through test_core (#24168 )"
This reverts commit 6c62cf337f
.
2018-11-15 11:17:00 -08:00
Jonah Williams
6c62cf337f
Update driver script to execute test through test_core ( #24168 )
2018-11-15 10:50:25 -08:00
Zachary Anderson
779c68f691
[fuchsia] Fix BUILD and metadata file for Fuchsia ( #24294 )
2018-11-14 15:43:06 -08:00
James D. Lin
26f94bdd49
Make examples/catalog instructions a bit less confusing ( #24252 )
...
Make the examples/catalog instructions a bit less confusing:
* Make the README.md file provide explicit instructions about how to
run each example.
* Try to clarify that the lib/main.dart message is instructional and
not an error message.
Additionally, adjust examples/layers/lib/main.dart to be consistent
with examples/catalog/lib/main.dart.
Fixes #22640 .
Testing Done:
* Ran `flutter run` from examples/catalog and from examples/layers,
saw the updated message.
2018-11-14 14:26:30 -08:00