objective_c-v8.0.0
          ·
          
            202 commits
          
          to main
          since this release
        
        
        
- Use ffigen 19.0.0
- NSArrayis now a Dart- Iterableand- NSMutableArrayis now a Dart- List.
- NSDictionaryand- NSMutableDictionaryare now Dart- Maps.
- NSSetand- NSMutableSetare now Dart- Sets.
- 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.