dynalink_flutter 0.0.5
dynalink_flutter: ^0.0.5 copied to clipboard
Flutter plugin for Dynalink
0.0.5 #
- Migrated from StreamController to BehaviorSubject, so that previous emitted link is triggered when the app launches
0.0.4 #
- Bug fixes
0.0.3 #
Breaking Changes: #
-
Changed the way plugin is initialized, you should now pass credentials when initializing Dynalink:
await Dynalink.initialize( publicKey: credentials['public_key']!, projectId: credentials['project_id']!, ); -
Dynalink now uses instance to access methods:
Dynalink.instance.dynamicLinkStream
0.0.2 #
- updated example
0.0.1 #
- initial release.