1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Fix web/_tool/verify_packages

Fix lints in a number of samples
This commit is contained in:
Kevin Moore
2019-09-12 16:31:54 -07:00
committed by John Ryan
parent f9d973e7ba
commit 7a63156650
8 changed files with 51 additions and 31 deletions

View File

@@ -399,7 +399,7 @@ class NumberPicker extends StatelessWidget {
Notification notification, ScrollController scrollController) {
return notification is UserScrollNotification &&
notification.direction == ScrollDirection.idle &&
// ignore: invalid_use_of_protected_member
// ignore: invalid_use_of_protected_member,invalid_use_of_visible_for_testing_member
scrollController.position.activity is! HoldScrollActivity;
}