objective_c-v8.0.0
·
37 commits
to main
since this release
- Use ffigen 19.0.0
NSArray
is now a DartIterable
andNSMutableArray
is now a DartList
.NSDictionary
andNSMutableDictionary
are now DartMap
s.NSSet
andNSMutableSet
are now DartSet
s.- Add
.toNSNumber()
extension method toint
,double
, andnum
. - Add
DateTime.toNSDate()
andNSDate.toDateTime()
extension methods. - Add
CFStringRef.toDartString()
andCFStringRef.toNSString()
. - Add
toObjCObject
andtoDartObject
that automatically convert between
supported Objective C and Dart types. - Added various interfaces, protocols, categories etc to the built ins, such as
NSPort and NSTimer.