verisoul_sdk 0.4.62 copy "verisoul_sdk: ^0.4.62" to clipboard
verisoul_sdk: ^0.4.62 copied to clipboard

Verisoul helps businesses stop fake accounts and fraud

0.4.62 - 2025-12-16 #

  • fix: remove mainHandler.post wrapper causing thread conflicts in Android bridges
  • test: add unit test demonstrating mainHandler.post deadlock scenario
  • test: fix android plugin unit test
  • docs: document standardized Verisoul error codes
  • docs: enhance documentation structure

0.4.61 - 2025-11-27 #

  • chore: update Android SDK to stable version 0.4.61
  • fix: add missing WEBVIEW_UNAVAILABLE error code to Android
  • fix: remove staging environment (not supported by native Android SDK)
  • refactor: standardize error codes across platforms
  • fix: remove deprecated jcenter() and upgrade AGP/Kotlin for Gradle 9.0+ compatibility
  • chore: add example app lock files for reproducible builds
  • feat: upgrade native SDKs and enhance example app test suite
  • fix: propagate native SDK error codes through bridge layer

0.4.60 - 2025-11-20 #

  • feat: update SDK versions and rewrite example app with comprehensive test suite
  • Update README.md
  • chore: move version bump scripts to scripts directory

0.4.59 - 2025-10-10 #

  • Update verisoul/native-android-sdk to version 0.4.59-beta
  • ci: update publish workflow to use official dart-lang action with OIDC auth
  • ci: add automated version management and pub.dev publishing workflow