Closed
Description
Swift support (almost) already works, building on ObjC. Add an example.
Swift command to generate the dylib and objc wrapper header:
swiftc -c foo.swift -emit-objc-header-path foo.h -emit-library
Then we can run ffigen on foo.h to get the Dart bindings.