From d34801a8da05df4f7259a7434fcd0642646a1987 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 25 Aug 2022 21:33:05 +0200 Subject: [PATCH] FFI plugin bump FFIgen to 6.1.2 (#110246) --- .../flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl b/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl index 7ea6b0e567c7..df5ad09c013c 100644 --- a/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl @@ -24,7 +24,7 @@ dependencies: dev_dependencies: {{#withFfiPluginHook}} ffi: ^2.0.1 - ffigen: ^6.0.1 + ffigen: ^6.1.2 {{/withFfiPluginHook}} flutter_test: sdk: flutter