capsule 0.7.0
capsule: ^0.7.0 copied to clipboard
Flutter package for Capsule SDK
0.7.0 #
- Adds External Wallet Methods
- Updates to use wrapped future for requestId
- Fixes type handling for Wallet and WalletType
0.6.0 #
- Adds Farcaster authentication support
- New
getFarcasterConnectURL()
method for initiating Farcaster auth - New
waitForFarcasterStatus()
method for handling Farcaster auth flow - New
FarcasterStatus
model for typed Farcaster responses
- New
- Improves error handling for OAuth and Farcaster authentication flows
- Adds proper error logging for authentication polling methods
0.5.2 #
- Adds ability to pass in email or phone identifier to login method.
- Adds new webChallenge model type.
- Cleanup print statements in the Capsule Class.
0.5.1 #
- Adds method for canceling webview operations.
- Add try/catch to waitForOAuth to prevent unhandled promise rejection.
0.5.0 #
- Refactors the Capsule Class for maintainability and readability.
- Adds additional bridge methods to the Capsule Class.
- Strongly types bridge
postMessage
responses. - Adds supported for multiwallets and wallet types.