How to use dart native for swift?
wanhmr opened this issue · 1 comments
wanhmr commented
I noticed dart native has used runtime of Objective-C(not sure), but swift is more popular now.
The dart native market needs a lot of components and using swift to write compoents is a good way.
This is my personal opinion. Thx.
yulingtianxia commented
Thank you for your advice! dart_native needs runtime of ObjC, Swift class can also enjoy it by inheriting NSObject
and adding dynamic