chore: move swift bindings to test folder to make pub.dev happy
This commit is contained in:
@@ -993,13 +993,7 @@ class ThermionViewerStub extends ThermionViewer {
|
|||||||
// TODO: implement getCameraCount
|
// TODO: implement getCameraCount
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
|
||||||
Future getActiveCamera() {
|
|
||||||
// TODO: implement getActiveCamera
|
|
||||||
throw UnimplementedError();
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future queueTransformUpdates(List<ThermionEntity> entities, List<Matrix4> transforms) {
|
Future queueTransformUpdates(List<ThermionEntity> entities, List<Matrix4> transforms) {
|
||||||
// TODO: implement queueTransformUpdates
|
// TODO: implement queueTransformUpdates
|
||||||
@@ -1060,6 +1054,12 @@ class ThermionViewerStub extends ThermionViewer {
|
|||||||
// TODO: implement render
|
// TODO: implement render
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<Camera> getActiveCamera() {
|
||||||
|
// TODO: implement getActiveCamera
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import 'package:image/image.dart' as img;
|
|||||||
import 'dart:typed_data';
|
import 'dart:typed_data';
|
||||||
import 'package:ffi/ffi.dart';
|
import 'package:ffi/ffi.dart';
|
||||||
import 'package:image/image.dart';
|
import 'package:image/image.dart';
|
||||||
import 'package:thermion_dart/src/swift/swift_bindings.g.dart';
|
import 'swift/swift_bindings.g.dart';
|
||||||
import 'package:thermion_dart/src/utils/dart_resources.dart';
|
import 'package:thermion_dart/src/utils/dart_resources.dart';
|
||||||
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_dart.g.dart';
|
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_dart.g.dart';
|
||||||
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_viewer_ffi.dart';
|
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_viewer_ffi.dart';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#import "../../../native/include/generated/ThermionTextureSwiftObjCAPI.h"
|
#import "../../native/include/generated/ThermionTextureSwiftObjCAPI.h"
|
||||||
|
|
||||||
typedef void (^ListenerBlock)(NSDictionary* , struct _NSRange , BOOL * );
|
typedef void (^ListenerBlock)(NSDictionary* , struct _NSRange , BOOL * );
|
||||||
ListenerBlock wrapListenerBlock_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool(ListenerBlock block) {
|
ListenerBlock wrapListenerBlock_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool(ListenerBlock block) {
|
||||||
@@ -3,7 +3,7 @@ import 'dart:io';
|
|||||||
import 'dart:math';
|
import 'dart:math';
|
||||||
import 'package:ffi/ffi.dart';
|
import 'package:ffi/ffi.dart';
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
import 'package:thermion_dart/src/swift/swift_bindings.g.dart';
|
import 'swift/swift_bindings.g.dart';
|
||||||
import 'package:thermion_dart/src/utils/dart_resources.dart';
|
import 'package:thermion_dart/src/utils/dart_resources.dart';
|
||||||
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_dart.g.dart';
|
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_dart.g.dart';
|
||||||
import 'package:thermion_dart/src/viewer/src/ffi/thermion_viewer_ffi.dart';
|
import 'package:thermion_dart/src/viewer/src/ffi/thermion_viewer_ffi.dart';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import 'dart:ffi';
|
import 'dart:ffi';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:ffi/ffi.dart';
|
import 'package:ffi/ffi.dart';
|
||||||
import 'package:thermion_dart/src/swift/swift_bindings.g.dart';
|
import 'swift/swift_bindings.g.dart';
|
||||||
import 'package:thermion_dart/src/utils/dart_resources.dart';
|
import 'package:thermion_dart/src/utils/dart_resources.dart';
|
||||||
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_dart.g.dart';
|
import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_dart.g.dart';
|
||||||
import 'package:thermion_dart/src/viewer/src/ffi/thermion_viewer_ffi.dart';
|
import 'package:thermion_dart/src/viewer/src/ffi/thermion_viewer_ffi.dart';
|
||||||
|
|||||||
Reference in New Issue
Block a user