renaming to Thermion

This commit is contained in:
Nick Fisher
2024-06-15 15:05:34 +08:00
parent 1a5f573bc0
commit fe62a70e29
719 changed files with 7291 additions and 3946 deletions

View 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

View 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

View 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