vrtx_flutter 0.0.2
vrtx_flutter: ^0.0.2 copied to clipboard
The official Flutter SDK for Vrtx — onboarding, wallet, and card flows for your app.
Changelog #
0.0.2 #
- iOS: pull the VRTX SDK from CocoaPods trunk via
s.dependency 'VRTX'instead of vendoring a downloadedVRTX.xcframework.pod installnow fetches the binary automatically — no out-of-band download step is needed. - No changes to the public Dart API.
0.0.1 #
- Initial release of the Vrtx Flutter SDK.
- Public
Vrtx.setup(...)entry point bridging the iOS and Android native SDKs. Environment,Language, andModeenums mirror the native SDK contracts.VrtxErrorexception surfaces nativestatusandmessageto Dart callers.