flutter_pluggy_connect 3.0.1 flutter_pluggy_connect: ^3.0.1 copied to clipboard
Pluggy Connect SDK for Flutter.
0.1.0 #
- First SDK version.
0.2.0 #
- Update documentation.
0.3.0 #
- Remove unused imports.
0.4.0 #
- Fix issues related to oauth flow
0.4.1 #
-
Fix: Trigger Connect location URL params change immediately, instead of using a setInterval.
-
Fix: Properly send oauth callback to Connect webView instance.
0.4.2 #
-
chore: update dependencies.
-
fix(ouath_webview): set useHybridComposition flag to true to fix comptibility issues in android 12.
1.0.0 #
BREAKING CHANGE: onEvent callback type changes to ConnectEventPayload in order to provide useful data in events
1.1.0 #
- feat: support connector to be null when user deselect an institution
1.2.0 #
- fix(ConnectWebview): properly use onLoadStop to support Connect callback events in iOS (besides Android). (#6)
1.3.0 #
- fix(PluggyConnect): add Opacity component to prevent black screen flash while WebView is loading. (#7)
1.4.0 #
- feat: Oauth webview supports open application in external browser
- fix: Oauth webview
1.5.0 #
- feat: Add support for selectedConnectorId Prop
2.0.0 #
- BREAKING CHANGE: This version needs Flutter >= 3.0.0. See all requirements here
- BREAKING CHANGE: Changed the flow for connectors with Oauth login. See our documentation for more information
3.0.0 #
- BREAKING CHANGE: Remove inAppWebView dependency and use webview_flutter instead.
3.0.1 #
- fix: don't call canLaunchUrl due false positives