Skip to content

Commit

Permalink
Update plugin_ffi generated file to match FFIgen 9.0.0 (#134614)
Browse files Browse the repository at this point in the history
Template plugin_ffi uses FFIgen and generates both the FFIgen inputs and the generated file.

We rolled FFIgen to 9.0.0 in flutter/flutter#130494, which means a slight change to the generated file.

* https://github.com/dart-lang/ffigen/issues/619

Note, because of flutter/flutter#105695, we run the test on the FFIgen repo rather than on the flutter CI.
  • Loading branch information
dcharkes authored Sep 14, 2023
1 parent 4db47db commit 77a5a5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// AUTO GENERATED FILE, DO NOT EDIT.
//
// Generated by `package:ffigen`.
// ignore_for_file: type=lint
import 'dart:ffi' as ffi;

/// Bindings for `src/{{projectName}}.h`.
Expand Down

0 comments on commit 77a5a5d

Please sign in to comment.