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
- [ ] Remove array related functions from dartjni.c accessors, instead use a mixin similar to JCallable, called JArrangable/JArrayable(!), so each type other than jvoidType creates their own JArray Seems not to be that important.
- [ ] Remove array related functions fromSeems not to be that important.dartjni.c
accessors, instead use a mixin similar toJCallable
, calledJArrangable
/JArrayable
(!), so each type other thanjvoidType
creates their ownJArray
int
instead ofString
to be more consistent with the rest of the APIJArray
'soperator []=
#1097The text was updated successfully, but these errors were encountered: