Commit graph

16904 commits

Author SHA1 Message Date
Jenn Magder 6d03cb65cb
Clean up null assumptions for Gradle classes (#83443) 2021-05-27 18:54:04 -07:00
Darren Austin 43e3197790
Removed default page transitions for desktop and web platforms. (#82596) 2021-05-27 18:49:03 -07:00
Jonah Williams 2a62b20bd3
[flutter_tools] remove mocks from fuchsia device start test (#83506)
* [flutter_tools] remove mocks from fuchsia device start test

* change import
2021-05-27 14:23:23 -07:00
Jenn Magder 6b92a93c0f
Remove more mocks from error_handling_io and attach_test (#83504) 2021-05-27 13:49:04 -07:00
Alexandre Ardhuin 0ef0f0ba5e
fix lint from an improved unnecessary_parenthesis (#83433) 2021-05-27 13:39:03 -07:00
Lau Ching Jun a9d6131df8
Allow passing --initialize-from-dill to flutter run and flutter attach (#83454)
To specify the dill file that will be used to initialize the resident
compiler, instead of the default cached version.
2021-05-26 23:06:38 -07:00
Lau Ching Jun 27a6796233
Fix benchmark regression from #83427 (#83437) 2021-05-26 17:59:02 -07:00
MahdiGharooni bf848ca153
Fix typo in text_input.dart (#83247) 2021-05-26 17:44:02 -07:00
Jonah Williams 025a3a7da3
[versions] roll package test redux (#83367) 2021-05-26 17:22:28 -07:00
stuartmorgan 57fcee28c7
Allow platform variants for Windows plugins (#82816)
Windows plugins are designed to share implementations between Win32 and
UWP, but not all plugins will support both. This adds a new
'supportedVariants' key to Windows plugins that allows specifying
'win32' and/or 'uwp' (and potentially others in the future in case that
becomes necessary).

Plugins without any supported variants will be assumed to be Win32 for
backward compatibility.

This will allow compiling Windows projects that use Win32-only Windows
plugins (which is currently all of them) in UWP mode. The plugins will
of course throw missing implementation exceptions at runtime, but tehy
won't prevent being able to build as they currently do.

Fixes https://github.com/flutter/flutter/issues/82815
2021-05-26 16:20:21 -07:00
Jenn Magder cbc7ce0884
Clean up null assumptions for Xcode and CocoaPods classes (#83442) 2021-05-26 16:04:03 -07:00
Jenn Magder 883cb3e830
Migrate pubspec_schema to null safety (#83441) 2021-05-26 15:54:04 -07:00
nt4f04uNd e905dd2d67
init (#83049) 2021-05-26 14:58:47 -07:00
chunhtai a4eb91aa43
Updates override of SemanticsUpdateBuilderSpy to enable soft transition (#83434) 2021-05-26 13:24:03 -07:00
Jenn Magder 00263c4f8a
Migrate build system build.dart to null safety (#83381) 2021-05-26 12:04:02 -07:00
Taha Tesser f9cd87e60a
[flutter_tools] Add documentation to "cmdline-tools component is missing" doctor validation error (#83356) 2021-05-26 10:59:02 -07:00
Christopher Fujino b9377f358c
Revert "[flutter_tools] Make flutter upgrade only work with standard remotes (#79372)" (#83423)
This reverts commit c835ad4362.
2021-05-26 10:04:47 -07:00
Jonah Williams 03a3e7b1e4
Revert "[flutter_tools] fix top web crasher (#83272)" (#83376) 2021-05-25 17:49:04 -07:00
chunhtai 36eea758ac
Make RouteInformationProvider value non nullable (#83301)
* Make RouteInformationProvider value non nullable

* fix more lint
2021-05-25 14:04:08 -07:00
Filip Hracek 1b20072650
Update flutter_tools README with tips (#83369) 2021-05-25 13:49:02 -07:00
Anurag Roy c835ad4362
[flutter_tools] Make flutter upgrade only work with standard remotes (#79372) 2021-05-25 13:19:03 -07:00
Jim Graham ae12bf6bcb
Add a bitmap operation property to transform widgets to enable/control bitmap transforms (#76742) 2021-05-25 12:57:07 -07:00
Jenn Magder a04f45f97b
Migrate deferred_components_gen_snapshot_validator to null safety (#83311) 2021-05-25 11:14:03 -07:00
Jenn Magder 2bf0627dea
Migrate localizations and generate_synthetic_packages to null safety (#83310) 2021-05-25 11:09:02 -07:00
Jenn Magder 2d86249435
rsync Flutter.framework for add to app (#83315) 2021-05-25 10:49:02 -07:00
Lau Ching Jun fdb1fb184d
Add MultiRootFileSystem to better support using --filesystem-root. (#82991) 2021-05-24 22:04:02 -07:00
Jonah Williams bfff43cf6f
[flutter_tools] remove mocks from code signing test (#83188) 2021-05-24 21:05:52 -07:00
Jonah Williams 149309013e
[flutter_tools] remove mocks from run.dart (#83184) 2021-05-24 21:05:40 -07:00
Jonah Williams a8ec764609
[flutter_tools] fix top web crasher (#83272) 2021-05-24 18:04:02 -07:00
Jonah Williams a217ab601a
[flutter_tools] remove getLocalEngineArtifacts from integration tests that cant use it (#83282) 2021-05-24 16:39:03 -07:00
Jenn Magder 6ccde6eaab
Skip flaky debugger_stepping_web_test (#83297) 2021-05-24 14:44:19 -07:00
Jonah Williams 302e992ca7
[flutter_tools] throw a tool exit if pub cannot be run (#83293) 2021-05-24 14:34:02 -07:00
Jonah Williams 8beee479af
[flutter_tools] remove more mocks from resident_runner tests (#83155) 2021-05-24 11:59:03 -07:00
Jenn Magder 4bcf8fb40d
Migrate compile to null safety (#83153) 2021-05-24 11:24:02 -07:00
Jenn Magder 19eab105a5
Migrate build_system, exceptions, and source to null safety (#83147) 2021-05-24 10:29:04 -07:00
Michael Goderbauer ee17ebe51f
Use type:int without format in gen_l10n (#83132) 2021-05-24 09:54:02 -07:00
Dan Field a6b9c404f3
Remove dead code from attach.dart (#83187)
* Remove dead code from attach.dart

Remove dead code (see https://github.com/flutter/flutter/pull/30857/files#diff-70164e71957eed4bf8b4119543e779e808e3ddfedeceef98d4a24ab23efc99ecR214)
2021-05-23 10:02:26 -07:00
Jonah Williams 0f929f9f13
[flutter_tools] require cmdline-tools for android licenses (#82560) 2021-05-22 15:54:03 -07:00
Michael Goderbauer 485c409184
import pkg:intl when DateFormat or NumberFormat is used (#83122) 2021-05-21 19:04:04 -07:00
Michael Goderbauer c04f0a2b69
Enable vm:notify-debugger-on-exception for LayoutBuilder (#82835) 2021-05-21 18:39:13 -07:00
Jenn Magder 0d79013a81
Move globals.artifacts to globals_null_migrated, update imports (#83137) 2021-05-21 18:35:02 -07:00
Emmanuel Garcia 8a7f2dee51
Move AndroidX error handler to the end (#83135) 2021-05-21 18:29:03 -07:00
Michael Goderbauer f7bcfa8e95
Be more helpful when l10n generation fails (#83134) 2021-05-21 17:19:02 -07:00
Yegor a05076e45b
disable ideographic script test on web (#83130) 2021-05-21 17:18:41 -07:00
Ian Hickson 5e0cc4cba4
Migrate to ChannelBuffers.push (#82564) 2021-05-21 15:09:03 -07:00
Emmanuel Garcia fa5883b78e
Add Gradle lockfiles and tool to generate them (#83067) 2021-05-21 13:04:03 -07:00
Jonah Williams b891adb4bd
[flutter_tools] migrate artifacts to null safety (#83073) 2021-05-21 11:54:03 -07:00
Ludwik Trammer 31e755452c
Make SelectableText focus traversal behavior more standard (#80110) 2021-05-21 11:49:04 -07:00
Andre f33e88cef7
Prevent DiagnosticsStackTrace truncation (#82140) 2021-05-21 13:53:50 -04:00
nt4f04uNd 80a2b6b015
Fix typos (#82589) 2021-05-20 17:19:09 -07:00
nt4f04uNd 0902576aba
Fix slider notifies start and end twice when participates in gesture arena (#82152) 2021-05-20 16:44:02 -07:00
Jonah Williams 24bfc46d89
[flutter_tools] allow passing properties directly to gradle (#82941) 2021-05-20 16:19:03 -07:00
Ian Hickson 058a9343dc
Migrate the navigator API to routeInformationUpdated. (#82594) 2021-05-20 15:44:02 -07:00
Christopher Fujino 24c8ace7b3
fix flake (#82970) 2021-05-20 15:18:58 -07:00
xubaolin 43d22ae2d3
Re-add the removed MediaQuery.removePadding of PopupMenuButton (#82986) 2021-05-20 13:39:02 -07:00
Dan Field 669a8150e0
Update rendering smoke tests to assert a frame has been scheduled (#82963) 2021-05-20 13:34:05 -07:00
Jonah Williams 78a96b09d6
[flutter] use engine provided frame number (#82934) 2021-05-20 13:29:03 -07:00
Mahesh Jamdade 238bc4bf13
Fix autocomplete options height (#80187) 2021-05-20 09:04:04 -07:00
Ian Hickson 4bb504652d
More toStrings and tests for physics (#82503) 2021-05-20 00:09:02 -07:00
Yegor 2f3f5f09eb
FlutterDriver: deprecate enableAccessibility; redirect it to setSemantics; add setSemantics tests (#82939)
* deprecate enableAccessibility; redirect it to setSemantics

Co-authored-by: David Iglesias <ditman@gmail.com>
2021-05-19 22:10:26 -07:00
Todd Volkert 1cf492f254
Re-apply "Gesture recognizer cleanup" (#82885)
This is a re-application of https://github.com/flutter/flutter/pull/81884,
but with https://github.com/flutter/flutter/pull/82834 landed first.

Fixes https://github.com/flutter/flutter/issues/81883
2021-05-19 16:32:15 -07:00
Aneesh Rao 5da966717b
Fix flag passed to the flutter tool in sample (#82925) 2021-05-19 12:49:02 -07:00
Balvinder Singh Gambhir 4a33813b35
[flutter_tools] added base-href command in web (#80519) 2021-05-19 12:39:02 -07:00
Michael Goderbauer b1b3c1a398
State Restoration for Router (#82727) 2021-05-19 11:39:02 -07:00
Marian Triebe 2d283504e6
Add cold boot option to emulator launch command (#82647) 2021-05-19 10:54:04 -07:00
Hattomo (TomohiroHattori) 08a70e7ac8
Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
Jonah Williams 84734ecc54
[flutter_tools] pin shelf (#82869) 2021-05-18 23:09:03 -07:00
Jenn Magder 02c0aa255d
Remove more mocks from error_handling_io_test (#82882) 2021-05-18 23:04:03 -07:00
Jonah Williams 4c6d7fd4e9
[flutter_tools] remove mocks from compile expression unit test (#82875) 2021-05-18 22:59:02 -07:00
chunhtai 15b8722664
Revert "Fix wrap compute max intrinsic width/height with spacing (#82t609)" (#82872)
This reverts commit 468471bfc1.
2021-05-18 21:58:16 -07:00
Jonah Williams 666675078c
[flutter_tools] adjust some feature settings (#82851) 2021-05-18 20:49:03 -07:00
Sam Rawlins 8ae3952a40
Remove "unnecessary" imports. (#82828) 2021-05-18 20:44:03 -07:00
Tong Mu 4c1709642a
Drag gesture recognizer accepts all pointers when any pointer is accepted (#82786) 2021-05-18 20:39:05 -07:00
Jenn Magder 8f536ec17b
Default --no-tree-shake-icons to false for 'flutter build bundle' (#82773) 2021-05-18 20:34:04 -07:00
Lau Ching Jun 2acd0007d6
Refactor CustomDimensions in analytics to be type safe (#82531) 2021-05-18 20:29:03 -07:00
Todd Volkert 3b19dfd4da
Fix addAllowedPointer() overrides (#82834)
They should have been taking a PointerDownEvent.

This change was originally included in #81884, but that
had to be reverted because it broke Google testss. This
sub-part of that larger change needs to be made first in
order to allow for a phased rollout in a way that won't
break Google tests.

https://github.com/flutter/flutter/issues/81883
2021-05-18 20:28:06 -07:00
Jay Zhuang f512ebfd06
[fuchsia_asset_builder] Write depfile (#82469) 2021-05-18 20:24:04 -07:00
Tong Mu 01c98fa95e
Character activator (#81807) 2021-05-18 20:19:03 -07:00
Jonah Williams 5c09eecd0d
[flutter_tools] remove special casing of web listview requests (#82826) 2021-05-18 13:19:03 -07:00
Jenn Magder d7e49e559b
Run update packages, pick up file 6.1.1 (#82770) 2021-05-18 13:09:03 -07:00
Todd Volkert 3fc408200e
Revert "Gesture recognizer cleanup (#81884)" (#82831)
This reverts commit e88a387b26.
2021-05-18 09:50:24 -07:00
Abhishek Ghaskata b353f15eed
Add CupertinoScrollbar api docs (#78284) 2021-05-18 09:14:02 -07:00
YeungKC 468471bfc1
Fix wrap compute max intrinsic width/height with spacing (#82609) 2021-05-18 01:54:02 -07:00
Michael Goderbauer d27a942730
Do not crash if table children are replaced before they are layed out (#82765) 2021-05-18 00:24:03 -07:00
xubaolin bac5a0db3b
fix scrollable widget scrollDirection update bug (#82025) 2021-05-17 19:19:03 -07:00
Jonah Williams a3863b6592
[flutter_tools] support memory profiles from flutter drive (#82739) 2021-05-17 17:39:03 -07:00
Todd Volkert e88a387b26
Gesture recognizer cleanup (#81884)
* Gesture recognizer cleanup

1) Make OneSequenceGestureRecognizer.addAllowedPointer()
   call startTrackingPointer(), and change subclasses to
   call super.addAllowedPointer() in place of manually
   calling startTrackingPointer().
2) Fix addAllowedPointer overrides to take PointerDownEvent
   where some were taking PointerEvent.
3) Add API documentation to OneSequenceGestureRecognizer
4) Make the following fields in OneSequenceGestureRecognizer
   private with public getters instead of publicly writable:
   `state`, `primaryPointer`, and `initialPosition`.
5) Clean up gesture recognizer state in
   OneSequenceGestureRecognizer.didStopTrackingLastPointer.

Fixes #81883
2021-05-17 16:53:49 -07:00
Zachary Anderson 94f9a2808c
Revert "Added AxisOrientation property to Scrollbar (#75497)" (#82753)
This reverts commit 4a720313d8.
2021-05-17 14:54:47 -07:00
Chinmoy 4a720313d8
Added AxisOrientation property to Scrollbar (#75497) 2021-05-17 14:09:04 -07:00
Martin Anderson 668e9f6abc
Added TabBar padding property (#75460) 2021-05-17 13:49:02 -07:00
Taha Tesser 0f03147138
remove unnecessary comment (#82650) 2021-05-17 11:59:02 -07:00
Swayam Gupta dae8939480
Improved AssetImage Docs (#78173) 2021-05-17 09:59:03 -07:00
Sam Rawlins e9e3c08fd8
Remove "unnecessary" imports. (#82662) 2021-05-17 09:39:04 -07:00
Chris Bracken e364e30c90
[tool] Prefer installing multi-arch Win32 binaries (#82668)
Depending on the user's build configuration, we may output
multi-architecture or single-architecture binaries. Prefer to install
the multi-architecture binary if built, otherwise fall back to the
single-architecture binary.
2021-05-16 19:40:00 -07:00
Chris Bracken 7c5857d3b0
[tool] Improve Windows install process (#82659)
This eliminates the use of the Install.ps1 script during Windows app
installation and instead uses uwptool install. Install.ps1 was the
slowest part of app install, and had resource contention issues that
frequently caused it to fail.
2021-05-16 17:21:18 -07:00
Dan Field 304b9c668e
Reland GC tracking benchmarks (#82069) 2021-05-14 19:59:24 -07:00
Jonah Williams 9805df890f
remove more mocks (#82592) 2021-05-14 19:15:19 -07:00
James Clarke a34713fb96
Update Windows flutter create template (#82598) 2021-05-14 19:10:07 -07:00
Chris Bracken 40bb2b293d
Add missed package version bump override (#82593)
In https://github.com/flutter/flutter/pull/82577, I landed a version
bump of package shelf and package flutter_template_images. This local
override should have been part of that patch but was missed in the
checkin.

The version bumps themselves happened in the previous patch; this just
ensures we don't accidentally 'upgrade' back to version 1.0.2.
2021-05-14 18:00:27 -07:00
Chris Bracken 90d978f8fb
Add windowsIdentifier template parameter (#82588)
Windows package identifiers are globally unique strings, typically a
GUID. These are required for templates that require a Windows package
name as described in
https://docs.microsoft.com/en-us/windows/win32/appxpkg/appx-portal

Fixes https://github.com/flutter/flutter/issues/82587
2021-05-14 17:48:30 -07:00
Jenn Magder ea21938ccc
Remove symroot from generated iOS Xcode build settings (#82576) 2021-05-14 17:09:04 -07:00
Darren Austin 7903370baa
Fixed a problem with the first drag update on a reorderable list. (#82296) 2021-05-14 16:54:04 -07:00
Chris Bracken 3445cb86f2
Update dependency versions (#82577)
shelf 1.1.2 -> 1.1.4
flutter_template_images 1.0.2 -> 3.0.0
2021-05-14 16:51:36 -07:00
Jonah Williams 5d7b40190a
[flutter_tools] remove mocks from downgrade and devices test (#82579) 2021-05-14 16:28:39 -07:00
Jonah Williams aa9b2d914c
[flutter_tools] remove mocks from application_package_test (#82568) 2021-05-14 14:54:03 -07:00
Taha Tesser 99472cf072
fix pkg typos (#82544) 2021-05-14 13:09:03 -07:00
Jonah Williams 9218f09db7
[flutter_tools] remove some mocks from web resident runner tests (#82522) 2021-05-14 13:04:11 -07:00
Sam Rawlins 496acdf550
Remove "unnecessary" imports. (#82508) 2021-05-14 12:59:02 -07:00
Ian Hickson 2ae1e39810
Revert "Migrate to ChannelBuffers.push (#82057)" (#82525) 2021-05-14 12:09:03 -07:00
Abhishek Ghaskata 18489fdd49
Added Alignment docs for FractionallySizedBox (#82539) 2021-05-14 11:44:02 -07:00
Abhishek Ghaskata b554f893bd
Enable unnecessary_null_checks lint (#82084) 2021-05-14 10:44:03 -07:00
Justin Hutchins f6747dfa10
Change cursor when hovering on DropdownButton (#80567) 2021-05-14 10:39:13 -07:00
xubaolin ea09f4ecbc
update the DragStartBehavior documetations (#82327) 2021-05-14 00:09:02 -07:00
Jenn Magder 25c10d6a1c
Replace testUsingContext with testWithoutContext in a few places (#82498) 2021-05-13 23:09:03 -07:00
Jonah Williams c533ab6515
[flutter_tools] remove mocks from doctor test (#82494) 2021-05-13 23:04:02 -07:00
Gary Roumanis e3fd8dbfd5
Update loader style (#82485) 2021-05-13 22:59:03 -07:00
Taha Tesser 3c72ef374d
Fix Android Studio 4.2 detection on Windows (#82484) 2021-05-13 22:54:04 -07:00
Abhishek Ghaskata 159bb94bea
update the backwardsCompatibility to docs (#82344) 2021-05-13 22:49:04 -07:00
Jonah Williams ed85dd49c7
[flutter_tools] use try to delete in web cache (#82478) 2021-05-13 21:44:02 -07:00
Jonah Williams 0f8a6ab4dd
[flutter_tools] make failures to unforward android port non-fatal (#82477) 2021-05-13 21:39:03 -07:00
Jenn Magder 8334fb0a1e
Tool exit on xcodebuild -list when Xcode project is corrupted (#82476) 2021-05-13 21:34:04 -07:00
Jenn Magder 4adf36a07b
Replace testUsingContext with testWithoutContext in protocol_discovery_test (#82499) 2021-05-13 21:29:07 -07:00
Jia Hao 08154b22ce
Revert "Init licenses for test bindings (#81961)" (#82337) 2021-05-13 21:29:03 -07:00
Emmanuel Garcia 93c87e92b3
[flutter_tool] Suggest fix for transform input (#82309) 2021-05-13 21:24:04 -07:00
Chris Bracken 14546bfad1
Support uninstall, install status query for UWP (#82481)
Adds UwpTool.install and UwpTool.uninstall methods. Refactors the
PowerShell-based install code to move the powershell-related bits out of
the Device class and into UwpTool so that when we swap out the
PowerShell-based install for the uwptool-based install, it's transparent
to the WindowsUWPDevice class.

Adds implementations for:
* WindowsUWPDevice.isAppInstalled
* WindowsUWPDevice.uninstallApp

Refactors:
* WindowsUWPDevice.installApp
2021-05-13 16:15:09 -07:00
Jonah Williams 6192e42053
[flutter_tools] remove mocks from device test (#82472) 2021-05-13 16:14:02 -07:00
Jonah Williams 96320ae7bf
[flutter_tools] remove mocks from devFS test (#82471) 2021-05-13 16:09:04 -07:00
Jonah Williams 344f3ab7d9
[flutter_tools] swap web debugging protocol to ws (#82456) 2021-05-13 16:04:03 -07:00
Ian Hickson b86d5c0094
Migrate to ChannelBuffers.push (#82057) 2021-05-13 14:34:04 -07:00
Alexandre Ardhuin 157bc92d4a
end of sort_child_properties_last (#82457) 2021-05-13 13:39:04 -07:00
Chinmoy 25443fdac3
Sets textInputAction property of CupertinoSearchTextField to TextInputAction.search by default (#82441) 2021-05-13 13:34:03 -07:00
Abhishek Ghaskata 254c9f1755
Enable use_named_constants_lint (#82426) 2021-05-13 13:29:06 -07:00
Jonah Williams 63fc778f41
[flutter_tools] remove mocks from dart plugins test (#82413) 2021-05-13 13:14:04 -07:00
Ian Hickson 6cb91b1c7e
Be more consistent about how we mark classes that can't be extended. (#81632) 2021-05-13 13:09:05 -07:00
Darren Austin 567267969d
Fixed a problem with the FAB position if a maximum width was set on the bottom sheet of a scaffold. (#82234) 2021-05-13 13:04:04 -07:00
Jonah Williams a1fa62ad6f
[flutter_tools] remove mocks from build_apk_test (#82412) 2021-05-13 12:04:06 -07:00
Emmanuel Garcia 60633b609c
[flutter_tool] Suggest how to increase the Android minSdkVersion (#82372) 2021-05-13 11:59:04 -07:00
Michael Goderbauer adb3f13819
Enable vm:notify-debugger-on-exception on handlePlatformMessage (#81987) 2021-05-13 11:54:04 -07:00
godofredoc 8eca86de9e
Revert "Disable flutter_build_with_compilation_error_test on Windows (#81951)" (#82401)
This reverts commit 577f5eb06c.
2021-05-13 10:48:45 -07:00
Kenzie Schmoll 766b4509c6
Add 'v' hotkey to open DevTools in the browser (#82227)
* Add 'v' hotkey to open DevTools in the browser
2021-05-13 09:54:10 -07:00
Hans Muller 1363527248
Revert "chagne the elevation from int to double (#82340)" (#82446)
This reverts commit 13a72114b2.
2021-05-13 09:41:44 -07:00
Hans Muller 686d78d4e7
Corrected OverflowBar layout when it is wider that its intrinsic width (#82380) 2021-05-13 09:33:01 -07:00
Alexandre Ardhuin 58ab556f41
first part of applying sort_child_properties_last (#82387) 2021-05-13 06:14:03 -07:00
YeungKC 64765d8672
done (#82286) 2021-05-13 06:09:06 -07:00
Jonah Williams 298f18b592
[flutter_tools] remove mocks from devices test (#82369) 2021-05-12 20:50:14 -07:00
Chris Bracken 53c2f7086b
[flutter_tools] support flutter run -d winuwp (#82373)
Allow flutter run to work end-to-end with a UWP device.

Uses win32/ffi for the actual launch of the application, injected via
the native API class. This is structured to avoid a g3 dependency.

Install and amuid require powershell scripts for now.

Actually connecting to the observatory requires running a command in an
elevated prompt. Instructions are presented to the user if a terminal is
attached.

This is a rebased version of https://github.com/flutter/flutter/pull/79684
by @jonahwilliams, updated to remove `NativeApi` and replace is with calls
to `uwptool`.

Part of https://github.com/flutter/flutter/issues/82085
2021-05-12 20:45:30 -07:00
Jan Mewes b1c1bdbfba
Fix typos (#82319) 2021-05-12 17:34:02 -07:00
Michael Goderbauer 7837d3eae1
Upgrade to stable flutter_lints 1.0.0 (#82365) 2021-05-12 17:14:03 -07:00
Jason Simmons 258158774e
Activate DevTools before running an integration test that uses DevTools (#82393) 2021-05-12 17:13:04 -07:00
Abhishek Ghaskata 13a72114b2
chagne the elevation from int to double (#82340) 2021-05-12 13:26:40 -07:00