Commit graph

12832 commits

Author SHA1 Message Date
kongshanshan33 305ab1a35b Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817) 2019-01-09 11:18:40 -08:00
Sean Freiburg 0468742910 Fix flutter root error message string interpolation (#24944)
The variable isn't interpolating because it's using "${}" when ruby uses "#{}".
2019-01-09 10:57:20 -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
jxltom 843f26207f Do not ignore pubspec.lock in project templates (#24209)
* Remove *.lock from gitignore

* Remove pubspec.lock from gitignore
2019-01-09 10:10:38 -08:00
Jonah Williams a2fa98ebaf
Add polling module discovery for Fuchsia (#24994) 2019-01-09 09:28:31 -08:00
Jonah Williams 32041c0c9c
Reland: Switch to dev_finder (#26250) 2019-01-09 09:27:56 -08:00
KyleWong 6f1d10b71a Fix recursive link resulted flutter doctor stucking. See : #25885 and #25870 (#26017) 2019-01-09 09:04:45 -08:00
Danny Tuppeny 14fb64353c
Add source line to snippet metadata file (#26274)
* Add source line to snippet metadata

* Parse sourceLine as an int
2019-01-09 15:09:42 +00:00
Dan Field 6d6f5f6512
Add compileOptions to android_host_app (#26271) 2019-01-08 22:04:28 -08:00
Dan Field 1407091bfb
Fix red tree (Android module) (#26270) 2019-01-08 20:40:19 -08:00
KyleWong 87d6e93c46 Improve the intergrity checking for "gradle wrapper". (#26069) 2019-01-08 18:34:58 -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
Ben Konyi 094edf61db
Fixed typo (#26260) 2019-01-08 16:40:42 -08:00
Michael Goderbauer 51732aee3b
Remove long-deprecated TwoLevelList (#26238) 2019-01-08 14:56:31 -08:00
Hans Muller c8f72ac596
Force DatePicker value to stay within firstDate and lastDate upon year change (#26239)
* Force DatePicker value to stay within firstDate and lastDate upon year change

* updated per review feedback
2019-01-08 14:17:46 -08:00
Jonah Williams 985ccb6d14
Revert "Replace netls and netaddr with dev_finder" (#26249)
* Revert "Replace netls and netaddr with dev_finder (#26090)"

This reverts commit eee154affb.
2019-01-08 13:45:55 -08:00
Devon Carew 322afbb160
rev the min dart sdk dep in the templates to 2.1.0 (#26235) 2019-01-08 16:20:52 -05:00
Jonah Williams eee154affb
Replace netls and netaddr with dev_finder (#26090) 2019-01-08 12:07:12 -08:00
Mehmet Fidanboylu a67a2f6249
Extract TestBorder into a utility file (#25888) 2019-01-08 11:06:43 -08:00
Ian Hickson 8049893f42
Remove the cc @Hixie from no-response template (#26153)
Looks like the bot is working as we want, so I don't need to be cc'ed on all of the closures any more.
2019-01-08 10:56:39 -08:00
Marco Scannadinari 57318fa344 Add Robert Penner’s easing functions (#25788)
* Add Robert Penner’s easing functions

These easing functions are the most popular functions in use on the web
and other platforms. Including them in Flutter will encourage users to
create more engaging and attractive animations.
2019-01-08 10:50:06 -08:00
Jonah Williams 0d5ee0560b
use ShapeBorder to draw avatar check on chip (#25984)
Adds avatarBorder property to SelectableChipAttributes and uses the outer path to draw the darkened layer.
2019-01-08 09:24:27 -08:00
Danny Tuppeny b5c5bae42b
Write snippets index file when generating docs (#25515) 2019-01-08 10:38:59 +00:00
Jonah Williams 891036c9b9
Prevent calls to view.uiIsolate.flutterExit on devices which do not support it (#26201) 2019-01-07 21:58:15 -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
Hans Muller cccddf8a03
Fix tristate checkbox false to null transition, test ALL transitions (#26199) 2019-01-07 17:33:56 -08:00
Mary 56ade3d14f Clarify doc for AnimatedContainer (#25790) 2019-01-07 16:21:57 -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
Stanislav Baranov e54e53c13b
Better error messages for flutter tool --dynamic flag. (#26107) 2019-01-07 12:24:24 -08:00
Stanislav Baranov 4b474d61c6
Put correct VM snapshot in APK, and actually precache gen_snapshot on Mac. (#26104) 2019-01-07 12:22:55 -08:00
Florian Huonder 25af27734f Clearing pendingImages when the cache is cleared or evicted. (#23860) 2019-01-07 09:49:27 -08:00
Michael Goderbauer d8b57c2ab2
Fix SliverAppBar title opacity and test all cases (#26021) 2019-01-07 09:42:35 -08:00
Hans Muller 4ad3d99b20
Fix a floating snapping SliverAppBar crash (#26101) 2019-01-07 09:04:55 -08:00
engine-flutter-autoroll cb6fec10dc
Roll engine 716185fb7955..7112b72cc229 (6 commits) (#26161)
716185fb79...7112b72cc2

git log 716185fb7955fe6480964336e674a5c68048a6c1..7112b72cc229e05d36716c3d7739885d3ffa72e6 --no-merges --oneline
7112b72cc Roll src/third_party/skia caf4f9241217..3ac3a4053f86 (1 commits) (flutter/engine#7388)
714856123 Roll src/third_party/skia d6f349750bfd..caf4f9241217 (2 commits) (flutter/engine#7386)
888d999c0 Roll src/third_party/skia e9d28bdbe577..d6f349750bfd (1 commits) (flutter/engine#7384)
67c9a235d Roll src/third_party/skia 4de2f1fead6a..e9d28bdbe577 (1 commits) (flutter/engine#7383)
0a656dc87 Roll src/third_party/skia 82ebe04caff2..4de2f1fead6a (1 commits) (flutter/engine#7382)
debbf30b6 Roll src/third_party/skia b282e1f622f6..82ebe04caff2 (1 commits) (flutter/engine#7381)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (amirha@google.com), and stop
the roller if necessary.
2019-01-07 01:04:28 -05:00
Jonah Williams 2e883f8552
Skip formatters if text has not changed (#24779) 2019-01-06 16:38:13 -08:00
Alexandre Ardhuin 3a37b9e0f5
update lint list (#25922) 2019-01-06 21:07:41 +01:00
liyuqian d06e4325d8
Explain that BoxDecoration doesn't do clip. (#26089)
Fixes https://github.com/flutter/flutter/issues/22370
2019-01-06 07:20:36 +08:00
Alexander Aprelev 6502a1bed9
Report hot reload statistics. (#26039)
* Report hot reload statistic

* Lints

* Introduce custom dimensions identifiers to track hot reload stats
2019-01-05 07:34:02 -08:00
engine-flutter-autoroll dbe001f50d
716185fb7 Roll src/third_party/skia 125f76790131..b282e1f622f6 (1 commits) (flutter/engine#7380) (#26118)
cd0de779ea...716185fb79

git log cd0de779eadd367531df00b6ff693b02009595e8..716185fb7955fe6480964336e674a5c68048a6c1 --no-merges --oneline
716185fb7 Roll src/third_party/skia 125f76790131..b282e1f622f6 (1 commits) (flutter/engine#7380)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (amirha@google.com), and stop
the roller if necessary.
2019-01-05 08:57:28 -05:00
engine-flutter-autoroll 50d2d260c7
Roll engine 83239e141b09..cd0de779eadd (9 commits) (#26115)
83239e141b...cd0de779ea

git log 83239e141b090aabe0e95fe8be8057c5710be89e..cd0de779eadd367531df00b6ff693b02009595e8 --no-merges --oneline
cd0de779e Roll src/third_party/skia 5e710e13a55b..125f76790131 (1 commits) (flutter/engine#7379)
7ded1d3d6 Roll src/third_party/skia 3d5b488e5cd7..5e710e13a55b (1 commits) (flutter/engine#7378)
bcc7dcbe7 Revert "Test SDK roll" (flutter/engine#7374)
ee83c383b Roll src/third_party/skia 275eaff3be4b..3d5b488e5cd7 (9 commits) (flutter/engine#7372)
a4450af55 Dart SDK roll for 2019-01-04
b35f021a8 Update GetCallbackHandle to use Dart_IsTearOff instead of a string comparison (flutter/engine#7324)
4ea457355 Roll src/third_party/skia 18df87ec8bda..275eaff3be4b (7 commits) (flutter/engine#7369)
27eaab4f6 Roll src/third_party/skia 5f1692c60a43..18df87ec8bda (12 commits) (flutter/engine#7368)
9fb8f8bdf Roll src/third_party/skia c519fed6ddce..5f1692c60a43 (1 commits) (flutter/engine#7367)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (amirha@google.com), and stop
the roller if necessary.
2019-01-05 07:12:28 -05:00
Hans Muller dae7e7b9f2
Fix typos introduced with the TextField.onTap PR, udpated debugFillProperties (#26088) 2019-01-04 14:52:36 -08:00
Hans Muller 0d667859c8
Update material spec references in BottomSheet et al., Scaffold (#26042) 2019-01-04 11:59:25 -08:00
Stanislav Baranov acdd9206aa
Improve message when saving compilation training data. (#26084) 2019-01-04 11:57:32 -08:00
xster 31ed3e5f81
Simplify ImageStream(Completer).removeListener (#25994) 2019-01-04 11:07:18 -08:00
xster 1212d4c726
Clean gallery about page post-1.0 (#26031) 2019-01-04 08:40:42 -08:00
engine-flutter-autoroll caf6027d81
Roll engine e52287a1b557..83239e141b09 (4 commits) (#26065)
e52287a1b5...83239e141b

git log e52287a1b5572c73b19d085ccbe404f0aeddb5f6..83239e141b090aabe0e95fe8be8057c5710be89e --no-merges --oneline
83239e141 Roll src/third_party/skia 76616a10a786..c519fed6ddce (3 commits) (flutter/engine#7366)
62b9594d2 Roll src/third_party/skia 4683942a45f6..76616a10a786 (8 commits) (flutter/engine#7365)
23d087420 Roll Dart to version ec86471ccc47a62df8b4009e1fb37c66ff9dc91b (flutter/engine#7363)
78f6eb5c8 Roll src/third_party/skia 3b7e65107f67..4683942a45f6 (10 commits) (flutter/engine#7362)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (amirha@chromium.org), and stop
the roller if necessary.
2019-01-04 05:38:28 -05:00
Michael Goderbauer aca3aba10e
Turn clipping on for Card Demo (#26030) 2019-01-03 17:18:27 -08:00
Janice Collins acec78cffe
Update dartdoc to 0.27.0 (#26041) 2019-01-03 16:32:57 -08:00
Amir Hardon 3782b6abf2
Workaround the Gradle crash due to non ASCII chars. (#26024)
Cirrus puts the PR description and commit message in environment
variables.
These messages tend to have non ASCII characters sometimes (like
emojis), which triggers a Gradle bug (gradle/gradle#3117) resulting
in Gradle crashing without a helpful error message.

The real solution to this problem should be fixing the Gradle bug.
The better workaround on the Flutter side would be to set a UTF8 locale
on the Cirrus machine, but I have yet figured out how to do it.
For now to avoid more people from hitting this I'm working around by
temporarily unsetting the Cirrus environment variables with the PR
description and commit message.

A non ASCII character to make sure it works: 😄
2019-01-03 16:27:47 -08:00