colibri_flutter 0.1.3
colibri_flutter: ^0.1.3 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.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.