You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…246)
* Add pubspec.lock from JNI example to git.
This file should be checked in.
* Remove ffi patch and instead depend on the internals of a pinned package:ffi version (closes#149)
* Add new tests on GlobalJniEnv
* Rename findJniClass -> findJClass
* Locking around method/field lookups. (closes#85)
* Rename asJString and asDartString to toJStringPtr and toDartString for uniform naming
* Rename JniClass -> JClass
* Compare bindings normally and fallback to ignoring spaces
…246)
* Add pubspec.lock from JNI example to git.
This file should be checked in.
* Remove ffi patch and instead depend on the internals of a pinned package:ffi version (closes#149)
* Add new tests on GlobalJniEnv
* Rename findJniClass -> findJClass
* Locking around method/field lookups. (closes#85)
* Rename asJString and asDartString to toJStringPtr and toDartString for uniform naming
* Rename JniClass -> JClass
* Compare bindings normally and fallback to ignoring spaces
NSCoder.objectZone is supposed to return
NSZone*
, but it's being parsed as returningNSZone
.The text was updated successfully, but these errors were encountered: