flutter_wallet_validator 0.1.1 copy "flutter_wallet_validator: ^0.1.1" to clipboard
flutter_wallet_validator: ^0.1.1 copied to clipboard

A comprehensive blockchain wallet address validator supporting multiple networks including CORE, EVM, Bitcoin, Solana, Cardano, and more. Validates address formats, checksums, and network-specific rules.

0.1.1 #

  • Better description
  • Commented code

0.1.0 #

Initial release of the Flutter Wallet Validator package.

Features #

  • ✨ Comprehensive blockchain address validation
  • 🌐 Support for multiple networks:
    • Algorand
    • Bitcoin (Legacy, SegWit, Native SegWit)
    • Bitcoin Cash
    • Cardano (Mainnet, Testnet, Stake addresses)
    • Core (ICAN)
    • Cosmos ecosystem (Cosmos, Osmosis, Juno, etc.)
    • NS domains (ENS standard with subdomain and emoji support)
    • EVM-compatible chains (Ethereum, Polygon, BSC, etc.)
    • Litecoin (Legacy, SegWit, Native SegWit)
    • Polkadot
    • Ripple (XRP)
    • Solana
    • Stellar
    • Tron
  • πŸ”’ Type-safe implementation with null safety
  • ⚑ Efficient Base58Check validation
  • πŸ§ͺ Comprehensive test coverage
  • πŸ“± Support for all Flutter platforms including WASM

Implementation Details #

  • Proper checksum validation for EVM addresses
  • ICAN address format validation with checksum
  • NS domain validation with length checks and emoji support
  • Base58Check implementation for Bitcoin-like addresses
  • Bech32 support for Native SegWit addresses
  • Cross-network validation to prevent address conflicts

Technical Requirements #

  • Dart SDK: >=3.5.0 <4.0.0
  • Flutter: >=3.29.1
  • Platforms: Android, iOS, Web, macOS, Windows, Linux, WASM
2
likes
0
points
55
downloads

Publisher

verified publisherblockchainhub.digital

Weekly Downloads

A comprehensive blockchain wallet address validator supporting multiple networks including CORE, EVM, Bitcoin, Solana, Cardano, and more. Validates address formats, checksums, and network-specific rules.

Repository (GitHub)
View/report issues

Topics

#blockchain #wallet #address #validator #crypto

Documentation

Documentation

Funding

Consider supporting this project:

github.com
blockindex.net

License

unknown (license)

Dependencies

convert, crypto, flutter, pointycastle

More

Packages that depend on flutter_wallet_validator

Packages that implement flutter_wallet_validator