fix lint warnings through ignore lines

This commit is contained in:
LukasPoque
2023-11-06 17:13:13 +01:00
parent 1c55526463
commit 9862f39bcd
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
// AUTO GENERATED FILE, DO NOT EDIT.
//
// Generated by `package:ffigen`.
// ignore_for_file: type=lint
// ignore_for_file: type=lint, unused_element, unused_field
import 'dart:ffi' as ffi;
class NativeLibrary {

View File

@@ -49,6 +49,7 @@ class _FilamentGestureDetectorDesktopState
///
///
///
// ignore: unused_field
final bool _scaling = false;
bool _pointerMoving = false;