objective_c-v8.0.0
·
249 commits
to main
since this release
- Use ffigen 19.0.0
NSArrayis now a DartIterableandNSMutableArrayis now a DartList.NSDictionaryandNSMutableDictionaryare now DartMaps.NSSetandNSMutableSetare now DartSets.- Add
.toNSNumber()extension method toint,double, andnum. - Add
DateTime.toNSDate()andNSDate.toDateTime()extension methods. - Add
CFStringRef.toDartString()andCFStringRef.toNSString(). - Add
toObjCObjectandtoDartObjectthat automatically convert between
supported Objective C and Dart types. - Added various interfaces, protocols, categories etc to the built ins, such as
NSPort and NSTimer.