renaming to Thermion
This commit is contained in:
13
thermion_dart/ffigen/native.yaml
Normal file
13
thermion_dart/ffigen/native.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
output: '../lib/thermion_dart/compatibility/native/thermion_dart.g.dart'
|
||||
headers:
|
||||
entry-points:
|
||||
- '../native/include/ThermionDartFFIApi.h'
|
||||
- '../native/include/ThermionDartApi.h'
|
||||
- '../native/include/ResourceBuffer.h'
|
||||
include-directives:
|
||||
- '../native/include/ThermionDartFFIApi.h'
|
||||
- '../native/include/ThermionDartApi.h'
|
||||
- '../native/include/ResourceBuffer.h'
|
||||
ffi-native:
|
||||
assetId: package:thermion_dart/thermion_dart.dart
|
||||
ignore-source-errors: true
|
||||
15
thermion_dart/ffigen/swift.yaml
Normal file
15
thermion_dart/ffigen/swift.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: ThermionDartTexture
|
||||
description: Bindings for ThermionDartTexture.
|
||||
language: objc
|
||||
output: 'lib/thermion_dart/swift/swift_bindings.g.dart'
|
||||
exclude-all-by-default: true
|
||||
objc-interfaces:
|
||||
include:
|
||||
- 'ThermionDartTexture'
|
||||
module:
|
||||
'ThermionDartTexture': 'thermion_dart_texture'
|
||||
headers:
|
||||
entry-points:
|
||||
- 'native/lib/macos/swift/ThermionDartTexture.h'
|
||||
preamble: |
|
||||
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field, return_of_invalid_type, void_checks, annotate_overrides, no_leading_underscores_for_local_identifiers, library_private_types_in_public_apia
|
||||
28
thermion_dart/ffigen/web.yaml
Normal file
28
thermion_dart/ffigen/web.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
output: '../lib/thermion_dart/compatibility/web/thermion_dart.g.dart'
|
||||
headers:
|
||||
entry-points:
|
||||
- '../native/web/include/ThermionFlutterWebApi.h'
|
||||
- '../native/include/ThermionDartFFIApi.h'
|
||||
- '../native/include/ThermionDartApi.h'
|
||||
- '../native/include/ResourceBuffer.h'
|
||||
include-directives:
|
||||
- '../native/web/include/ThermionFlutterWebApi.h'
|
||||
- '../native/include/ThermionDartFFIApi.h'
|
||||
- '../native/include/ThermionDartApi.h'
|
||||
- '../native/include/ResourceBuffer.h'
|
||||
compiler-opts:
|
||||
- "-D__EMSCRIPTEN__"
|
||||
structs:
|
||||
dependency-only: opaque
|
||||
exclude:
|
||||
- '.*'
|
||||
unions:
|
||||
dependency-only: opaque
|
||||
exclude:
|
||||
- '.*'
|
||||
globals:
|
||||
exclude:
|
||||
- '.*'
|
||||
ffi-native:
|
||||
assetId: thermion_dart
|
||||
ignore-source-errors: true
|
||||
Reference in New Issue
Block a user