fix lint warnings through ignore lines
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// AUTO GENERATED FILE, DO NOT EDIT.
|
// AUTO GENERATED FILE, DO NOT EDIT.
|
||||||
//
|
//
|
||||||
// Generated by `package:ffigen`.
|
// Generated by `package:ffigen`.
|
||||||
// ignore_for_file: type=lint
|
// ignore_for_file: type=lint, unused_element, unused_field
|
||||||
import 'dart:ffi' as ffi;
|
import 'dart:ffi' as ffi;
|
||||||
|
|
||||||
class NativeLibrary {
|
class NativeLibrary {
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ class _FilamentGestureDetectorDesktopState
|
|||||||
///
|
///
|
||||||
///
|
///
|
||||||
///
|
///
|
||||||
|
// ignore: unused_field
|
||||||
final bool _scaling = false;
|
final bool _scaling = false;
|
||||||
|
|
||||||
bool _pointerMoving = false;
|
bool _pointerMoving = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user