ffi_universe 0.0.1
ffi_universe: ^0.0.1 copied to clipboard
Standarization FFI will bring support cross platform same style api for boost project
example/ffi_universe_example.dart
// ignore_for_file: unused_import
import 'package:ffi_universe/ffi_universe.dart';
void main() {
print('awesome:');
}