flutter_connect 0.1.3
flutter_connect: ^0.1.3 copied to clipboard
Wallet-side Connect protocol with strict transport validation, explicit approval, and multi-chain signing adapters.
Changelog #
0.1.3 #
-
Add optional chain-aware wallet address validation and shared checksum/network fixtures.
-
Add interoperable multi-chain Wallet Operations models, capabilities, adapters, explicit approval, dispatch, safe errors and encrypted transport codecs.
-
Add shared protocol/encryption fixtures, regression coverage and host integration examples.
-
Retain existing authentication protocol and APIs.
0.1.2 #
- Align publishing with the Flutter reference libraries: validate on tag push, then publish through Dart's reusable pub.dev workflow.
- Remove automatic GitHub Release creation; retain exact version-tag validation and CORE License.
0.1.1 #
- Support app_links 7.2.1; require Flutter 3.44 and Dart 3.12.
- Document wallet approval, transport, account adapters and request lifecycle APIs.
- Retain the CORE License, including its non-OSI status.
0.1.0 #
Initial Connect v1 implementation, shared conformance vectors, security tests, examples and release automation.
-
Add named chain presets, wallet adapters and extensible server verifiers for all fourteen requested chains, plus Bitcoin legacy and XRP Ed25519. Expand shared fixtures and live cross-language authentication tests.
-
Use connect.js for browser-only authentication and wallet adapters. better-connect independently owns HTTP endpoints, backend state transitions and Better Auth sessions.
-
Rename the browser wallet entry to connect.js/wallet; add brand-neutral discovery, Solana and CIP-30 adapters, TronLink-style signing and native wallet bridges. Add shared Core Blockchain Ed448/ICAN helpers and a future-wallet bridge with mainnet/Devin support.