Skip to content

Commit 77a5a5d

Browse files
authored
Update plugin_ffi generated file to match FFIgen 9.0.0 (flutter#134614)
Template plugin_ffi uses FFIgen and generates both the FFIgen inputs and the generated file. We rolled FFIgen to 9.0.0 in flutter#130494, which means a slight change to the generated file. * https://github.com/dart-lang/ffigen/issues/619 Note, because of flutter#105695, we run the test on the FFIgen repo rather than on the flutter CI.
1 parent 4db47db commit 77a5a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter_tools/templates/plugin_ffi/lib/projectName_bindings_generated.dart.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// AUTO GENERATED FILE, DO NOT EDIT.
66
//
77
// Generated by `package:ffigen`.
8+
// ignore_for_file: type=lint
89
import 'dart:ffi' as ffi;
910

1011
/// Bindings for `src/{{projectName}}.h`.

0 commit comments

Comments
 (0)