colibri_flutter 0.1.5
colibri_flutter: ^0.1.5 copied to clipboard
Flutter plugin for Colibri Stateless with bundled native binaries (Android, iOS, macOS, Linux). Proof generation and verification for Ethereum RPC.
0.1.5 #
- Requires
colibri_stateless: ^0.1.5. Aligns with Dart package 0.1.5 (ZK build flags, native link fix). Example app version 0.1.5+1.
0.1.4 #
- Mobile default storage: Requires
colibri_stateless: ^0.1.4. On Android and iOS, Colibri now uses [MemoryStorage] by default when no storage is provided, so apps no longer need to passstorage: MemoryStorage()to avoid "invalid zk_proof!" or crashes.
0.1.3 #
- Fix Android stack overflow: Flutter example uses
MemoryStorageto avoid non-writableFILE_STORAGEon mobile. - Added macOS and Linux support with bundled native binaries.
- Build script:
--macosand--linux(run on macOS/Linux host respectively). - On desktop, use
Colibri(libraryPath: colibriFlutterLibraryPath)so the bundled library is used. - Extended example app with combo-button for Block Number, Block, and Logs tests.
0.1.2 #
- Version aligned with repository root
VERSION(0.1.2). Depends oncolibri_stateless: ^0.1.2.
0.1.1 #
- Version aligned with repository root
VERSION(0.1.1). Depends oncolibri_stateless: ^0.1.1.
0.1.0 #
- Initial release.
- Flutter plugin with bundled native Colibri binaries (Android: arm64-v8a, armeabi-v7a, x86_64; iOS: device + simulator).
- Re-exports
colibri_stateless; nolibraryPathneeded on mobile.