chore: rearrange library/export structure
This commit is contained in:
7
thermion_dart/lib/src/viewer/viewer.dart
Normal file
7
thermion_dart/lib/src/viewer/viewer.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
library thermion_viewer;
|
||||
|
||||
export 'src/shared_types/shared_types.dart';
|
||||
export 'src/thermion_viewer_base.dart';
|
||||
export 'src/thermion_viewer_stub.dart'
|
||||
if (dart.library.io) 'src/ffi/thermion_viewer_ffi.dart'
|
||||
if (dart.library.js_interop) 'src/web_wasm/thermion_viewer_web_wasm.dart';
|
||||
Reference in New Issue
Block a user