reference 0.1.2 reference: ^0.1.2 copied to clipboard
Reduce plugin maintenance burden for plugins that have to maintain platform object instances in memory.
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.