# Run with `flutter pub run ffigen --config ffigen.yaml`. name: SharedPreferencesBindings llvm-path: - '/usr/lib/llvm-14/lib/libclang.so' # Ubuntu 22.04 - '/usr/lib/llvm-15/lib/libclang.so' # Ubuntu 23.04 description: | Bindings for `src/shared_preferences.h`. Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`. output: 'lib/shared_preferences_bindings_generated.dart' headers: entry-points: - 'src/shared_preferences.h' include-directives: - 'src/shared_preferences.h' preamble: | // ignore_for_file: always_specify_types // ignore_for_file: camel_case_types // ignore_for_file: non_constant_identifier_names comments: style: any length: full