ffigen library

This is the Dart API for ffigen. The main entrypoint is the FfiGen class.

For most use cases the YAML based API is simpler. See https://pub.flutter-io.cn/packages/ffigen for details.

Classes

CommentType
Config
Provides configurations to other modules.
Declaration
DeclarationFilters
ExternalVersions
FfiGen
FfiNativeConfig
ImportedType
An imported type which will be used in the generated code.
LibraryImport
A library import which will be written as an import in the generated file.
PackingValue
SymbolFile
VarArgFunction
Versions
YamlConfig
Provides configurations to other modules.

Functions

defaultCompilerOpts({bool macIncludeStdLib = true}) List<String>