zklogin_dart 0.0.6
zklogin_dart: ^0.0.6 copied to clipboard
Sui zkLogin Dart SDK for deriving zkLogin addresses, generating ephemeral nonces, and building zkLogin signatures from OAuth/OIDC JWTs.
0.0.6 #
- Migrated the package to scallop-io/zklogin-dart.
- Vendored the Poseidon hash implementation into
lib/src/poseidon, removing the accidental Flutter SDK dependency. The package is now pure Dart and supports all platforms. - Upgraded to
sui_dart ^0.5.0and raised the Dart SDK lower bound to^3.11.0. - Removed the
pointycastledependency override (now resolved transitively viasui_dart). - Migrated lints from
flutter_lintsto the pure-Dartlintspackage. - Hardened JWT parsing: malformed tokens and invalid claim types now throw a clear
FormatExceptioninstead of a rawRangeError/TypeError. - Added an example, expanded API documentation, and refreshed package metadata.
0.0.5 #
- Refactor change flutter_test to test for more platform agnostic
- Upgrade Sui lib
0.0.4 #
- Upgrade Sui
0.0.3 #
- Fix getExtendedEphemeralPublicKey
0.0.2 #
- Add zkLogin Test
0.0.1 #
- Initial version, created by Mofa Labs.