diff --git a/shorebird_code_push/lib/src/generated/updater_bindings.g.dart b/shorebird_code_push/lib/src/generated/updater_bindings.g.dart index ca23533..55e528d 100644 --- a/shorebird_code_push/lib/src/generated/updater_bindings.g.dart +++ b/shorebird_code_push/lib/src/generated/updater_bindings.g.dart @@ -1,3 +1,5 @@ +// ignore_for_file: unused_element, unused_field + // AUTO GENERATED FILE, DO NOT EDIT. // // Generated by `package:ffigen`. diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 98deaec..8285cb5 100644 --- a/shorebird_code_push/pubspec.yaml +++ b/shorebird_code_push/pubspec.yaml @@ -23,3 +23,5 @@ ffigen: headers: entry-points: - '../library/include/updater.h' + preamble: | + // ignore_for_file: unused_element, unused_field