reference 0.1.4 reference: ^0.1.4 copied to clipboard
Reduce plugin maintenance burden for plugins that have to maintain platform object instances in memory.
0.1.4 #
- Add support for static methods.
0.1.3 #
- Removed quiver and uuid Dart dependencies.
- Creating a new pair now returns
null
if the pair already exists.
0.1.2+1 #
- Removed Guava dependency on Android.
0.1.2 #
- Improve documentation.
- Add
assert
thatReferencePairManager.supportedTypes
must contain at least one value in Dart.
0.1.1 #
- Fix bugs in README code.
0.1.0 #
- Added full support for iOS.
- Breaking Change: See README for detailed API explanation.
- Removal of
TypeReference
in favor of passing supported types toReferencePairManager
. - Converting references is now handled by
ReferenceConverter
. - Removal of
UnpairedRemoteReference
in favor ofUnpairedReference
. - Renaming of most methods of
ReferencePairManager
,RemoteReferenceCommunicationHandler
, andLocalReferenceCommunicationHandler
. LocalReference
now has a required method.
- Removal of
0.0.2 #
- Update README and improve Dart documentation.
0.0.1 #
- Initial release.
- Support for Dart and Java.