dart_native 0.3.17 copy "dart_native: ^0.3.17" to clipboard
dart_native: ^0.3.17 copied to clipboard

outdated

Write native code using Dart. This package liberates you from native code and low performance channel.

0.3.17 #

  • [Fix] Type encoding issue on iOS.

0.3.16 #

  • [Fix] JNI environment issue on Android.

0.3.15 #

  • [Fix] Performance issue on iOS.

0.3.14 #

  • [Feature] Support await/async for methods on iOS.

0.3.13 #

  • [Fix] Memory leaks on Android.

0.3.12 #

  • [Feature] Support List/Array for Android.

0.3.11 #

  • [Fix] Skip BOM for Utf-16 on iOS. Sad!

0.3.10 #

  • [Fix] Skip BOM for Utf-16 on iOS.

0.3.9 #

  • [Fix] iOS framework compatibility.

0.3.8 #

  • [Feature] Android so file path.

0.3.7 #

  • [Feature] Android callback result.

0.3.6 #

0.3.5 #

  • [Feature] Object lifecycle management for Android.
  • [Feature] Callback from Android to Flutter.

0.3.4 #

  • Performance optimization for iOS NSString.
  • Fix bugs.

0.3.3 #

  • Fix bug for NSDictionary.

0.3.2 #

  • Expose id.dart and message.dart in iOS.

0.3.1 #

  • Fix issue for pub.dev.

0.3.0 #

  • Automatic lifecycle management for iOS platform.
  • Fix bugs.

0.2.0 #

  • Performance optimization and more feature for Android.
  • Fix bugs.

0.1.18 #

  • Support annotation for API availability.

0.1.17 #

  • Support NSError
  • Fix bugs.

0.1.16 #

Android #

  • Support string type.

iOS #

  • Support NSObject ** type for argument type.
  • Support mutable collection types.
  • Support NS_ENUM and NS_OPTIONS

0.1.15 #

  • Fix CI.
  • Update readme.

0.1.14 #

  • Support Android basic types.
  • Support automatic type conversions for callback(block/delegate/notification).

0.1.13 #

  • Fix iOS memory leak.
  • Support iOS struct dealloc callback.
  • Add sample code for Android.

0.1.12 #

  • Fix issue for callback.

0.1.11 #

  • Support stret for method callback.

0.1.10 #

  • Fix issue for "dart_native" channel.
  • Support stret for block.

0.1.9 #

  • Change plugin name to "dart_native".

0.1.8 #

  • Dart function can be observer for NSNotification.
  • Fix issue for automatic transfer of NSRange.

0.1.7 #

  • Update dependancy.

0.1.6 #

  • Update readme.
  • Delete useless code.

0.1.5 #

  • Delete code for banckmark.

0.1.4 #

  • Performance optimization.
  • Bug fix.

0.1.3 #

  • Support more structs: CGPoint, CGVector, CGSize, CGRect, CGAffineTransform, UIEdgeInsets, NSDirectionalEdgeInsets, UIOffset.
  • Support collections: NSArray, NSDictionary, NSSet.
  • Support box/unbox: NSValue, NSNumber.

0.1.2 #

  • Perform method on main/global queue.

0.1.1 #

  • Fix issue for block and delegate callback when returning an object.

0.1.0 #

  • Fix CString and Struct memory issue.

0.1.0-dev.1 #

  • Update SDK constraint to 2.6.0-dev.8.2

0.0.6 #

  • Convert bool Automatically.

0.0.5 #

  • Fix memory leak.

0.0.4 #

  • Support NSString.
  • Fix some memory issue.

0.0.3 #

  • Support delegate callback.

0.0.2 #

  • Format code.

0.0.1 #

  • Initial release.
21
likes
0
pub points
79%
popularity

Publisher

unverified uploader

Write native code using Dart. This package liberates you from native code and low performance channel.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_native_gen, ffi, flutter

More

Packages that depend on dart_native