flutter/packages/flutter_tools/templates/plugin_shared
Daco Harkes 5257f0290c
FFI plugins (#94101)
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
* Sample code doing a synchronous FFI call.
* Sample code doing a long running synchronous FFI call on a helper isolate.
* Use of `package:ffigen` to generate the bindings.
2022-01-04 10:14:27 +01:00
..
android.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
macos.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
windows.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
.gitignore.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
.metadata.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
analysis_options.yaml.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
CHANGELOG.md.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
LICENSE.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
projectName.iml.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00
pubspec.yaml.tmpl FFI plugins (#94101) 2022-01-04 10:14:27 +01:00