Commit Graph

26049 Commits

Author SHA1 Message Date
engine-flutter-autoroll
799501cd31 Roll Engine from 6f4143e80069 to a36eac0a341c (10 revisions) (#91244) 2021-10-04 11:33:03 -07:00
Ian Hickson
126cd7388e Clean up dependency pins and update all packages (#91109) 2021-10-04 10:28:03 -07:00
Christopher Fujino
555f69e5d9 [flutter_conductor] update conductor to prefer git protocol over https (#91066) 2021-10-04 10:23:02 -07:00
Jenn Magder
61e2e86611 Add iOS build -destination flag (#90915) 2021-10-04 10:18:03 -07:00
xubaolin
905ac63e34 Fix some scrollbar track and border painting issues (#90311) 2021-10-04 08:13:04 -07:00
Christopher Fujino
91dd3276fd migrate vm service to null safety (#88320) 2021-10-02 10:18:03 -07:00
Greg Spencer
0e78416737 Pushing empty change to trigger CI (#91138) 2021-10-01 20:00:54 -07:00
engine-flutter-autoroll
c103579b6c 6f4143e80 Roll Dart SDK from cea2ea76fc66 to d50eacfa4fcd (2 revisions) (flutter/engine#28988) (#91123) 2021-10-01 17:23:07 -07:00
Littlegnal
1b73a35fba Change project.buildDir in standalone subprojects property (#91030) 2021-10-01 17:18:05 -07:00
stuartmorgan
23cea26715 Add dartPluginClass support for Android and iOS (#87991) 2021-10-01 16:03:04 -07:00
engine-flutter-autoroll
0b38b9cba3 Roll Engine from 2db431944795 to 74fdd30dc25e (5 revisions) (#91121) 2021-10-01 15:13:04 -07:00
Fernando Moraes
7ff13ca405 Update TabPageSelector Semantics Label Localization (#87430) 2021-10-01 14:28:04 -07:00
LongCatIsLooong
0e72f99237 Restart input connection after EditableText.onSubmitted (#84307) 2021-10-01 14:23:05 -07:00
Christopher Fujino
7fbfb1fad9 update consumer dependencies signature (#91116) 2021-10-01 13:32:47 -07:00
Ian Hickson
4315cdcf76 Some test cleanup for flutter_tools. (#90227) 2021-10-01 10:38:02 -07:00
Kate Lovett
5ab6c7bce1 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (#90419) 2021-10-01 09:08:02 -07:00
Kate Lovett
778876597a Remove AndroidViewController.id deprecation (#90294) 2021-10-01 09:03:02 -07:00
Kate Lovett
eda41e5720 Remove vsync deprecation (#90293) 2021-10-01 08:58:03 -07:00
Ian Hickson
7214097f02 add internal comment to point to .github repo (#91055) 2021-10-01 06:28:05 -07:00
engine-flutter-autoroll
18ed542e91 2db431944 fuchsia: Add FakeFlatland and tests (flutter/engine#28926) (#91083) 2021-10-01 02:43:04 -07:00
Ian Hickson
c4f4c479e2 Delete SECURITY.md (#91054) 2021-10-01 01:23:04 -07:00
Ian Hickson
c05d283be1 add internal comment to point to .github repo (#91052) 2021-10-01 01:18:05 -07:00
Ian Hickson
989f864497 Enable avoid_setters_without_getters (#91067) 2021-10-01 00:58:05 -07:00
Hans Muller
50604c614e Add a warning about Icon.size to IconButton (#91051) 2021-09-30 23:18:02 -07:00
engine-flutter-autoroll
bb46cff96e aed327b84 Roll Dart SDK from 4a4c1361ad7b to 4fa07f3ccd43 (1 revision) (flutter/engine#28979) (#91074) 2021-09-30 22:23:03 -07:00
engine-flutter-autoroll
a20743ddfe Roll Engine from 1f8fa8041d49 to 8ec71b64f6ca (12 revisions) (#91071) 2021-09-30 20:43:02 -07:00
stuartmorgan
97fb8c0560 Fix Dart plugin registrant interaction with 'flutter test' (#90288)
Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR:
- Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins.
- Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future.

Fixes https://github.com/flutter/flutter/issues/88794
2021-09-30 20:25:13 -07:00
engine-flutter-autoroll
dc59bc5444 Roll Plugins from 63eb67532a7a to f6d93a765063 (2 revisions) (#91058) 2021-09-30 18:38:06 -07:00
engine-flutter-autoroll
ef9e0d1463 Roll Engine from e83795a0a7c7 to 1f8fa8041d49 (2 revisions) (#91053) 2021-09-30 18:33:06 -07:00
Christopher Fujino
738a7747cc [flutter_tools] Handle disk device not found (#90996) 2021-09-30 17:28:57 -07:00
Greg Spencer
d94c18d2b9 Add external focus node constructor to Focus widget (#90843)
I've added a Focus.withExternalFocusNode constructor to the Focus widget (and the FocusScope widget) that makes it explicit that the widget's attributes won't affect the settings of the given focus node.

This is to help address #83023, which is a snag in the API that people run into occasionally.

This should help make it explicit when you want the widget attributes to take precedence, and when you don't.
2021-09-30 16:46:38 -07:00
Jenn Magder
c48c428e46 Xcode 13 as minimum recommended version (#90906) 2021-09-30 12:23:55 -07:00
Christopher Fujino
afd84ad425 flutter update-packages (#90994) 2021-09-30 11:38:02 -07:00
Greg Spencer
01af8e5987 Make flutter update-packages run in parallel (#91006)
This modifies the flutter update-packages and flutter update-packages --force-upgrade commands so that the many invocations of "dart pub get" in each repo project run in parallel instead of in series.
2021-09-30 10:26:31 -07:00
engine-flutter-autoroll
fc02dcbb4c Roll Plugins from 90b2844ce7e5 to 63eb67532a7a (2 revisions) (#91039) 2021-09-30 10:23:04 -07:00
engine-flutter-autoroll
c54e9d2fda Roll Engine from d0d8e348b6b4 to e83795a0a7c7 (11 revisions) (#91036) 2021-09-30 10:18:05 -07:00
Jenn Magder
faaca13f22 Catch FormatException from bad simulator log output (#90966) 2021-09-30 09:33:04 -07:00
engine-flutter-autoroll
131b6b1891 90b2844ce [google_maps_flutter_web] Add Marker drag events (flutter/plugins#4385) (#91002) 2021-09-30 09:18:04 -07:00
engine-flutter-autoroll
d9fc2dd576 Roll Engine from 9224a17d1c0c to d0d8e348b6b4 (3 revisions) (#90999) 2021-09-30 09:13:04 -07:00
Greg Spencer
03ebac8ab6 Pushing empty commit to trigger CI (#91031) 2021-09-30 07:52:00 -07:00
engine-flutter-autoroll
367531447c Roll Engine from 223d8f906b7b to 9224a17d1c0c (2 revisions) (#90995) 2021-09-29 17:03:04 -07:00
engine-flutter-autoroll
262d9fbb31 Roll Engine from c9f8cb94ec81 to 223d8f906b7b (2 revisions) (#90992) 2021-09-29 15:58:02 -07:00
Hans Muller
0438bdfe12 TextStyle.apply,copyWith,merge should support a package parameter (#90986) 2021-09-29 15:35:28 -07:00
Kenzie (Schmoll) Davisson
5a85c0d81c Launch DevTools from the 'dart devtools' command instead of pub (#90894) 2021-09-29 15:32:24 -07:00
Kenzie (Schmoll) Davisson
15967669b2 Add richMessage parameter to the Tooltip widget. (#88539) 2021-09-29 15:31:54 -07:00
engine-flutter-autoroll
f95e18ae8c Roll Engine from e2775928ec64 to c9f8cb94ec81 (5 revisions) (#90985) 2021-09-29 14:53:02 -07:00
Alex
9f147ce540 Initial layout and theme (#90887)
* Initial layout and theme

* fixed tests

* made page scrollable

* fixes based on Chris on Casey's comments

* removed desktop_window, add errorWidget

* 2nd round of fixes

* fixed linux analyze

* changes based on Casey's comments:

* remove trailing space

* removed obselete macos build code

* add discrepency in project.pbxproj

* addressed Casey's comment
2021-09-29 17:29:24 -04:00
engine-flutter-autoroll
01fc74e4d0 Roll Engine from bd250bdd8178 to e2775928ec64 (16 revisions) (#90980) 2021-09-29 13:48:04 -07:00
Justin McCandless
cf09d99372 Handle invalid selection in TextEditingActionTarget (#90826)
Prevents bugs related to invalid (-1,-1) selection in keyboard shortcuts
2021-09-29 13:14:10 -07:00
engine-flutter-autoroll
2367a177f3 a1304efe4 [webview_flutter] Fixed todos in FlutterWebView.java (flutter/plugins#4394) (#90977) 2021-09-29 13:13:02 -07:00