dart_native 0.3.12 dart_native: ^0.3.12 copied to clipboard
Write native code using Dart. This package liberates you from native code and low performance channel.
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 #
- [Fix] Issue: https://github.com/dart-native/dart_native/issues/24
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
andmessage.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 #
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.