avalanche_flutter_sdk 0.0.1-dev
avalanche_flutter_sdk: ^0.0.1-dev copied to clipboard
The first native Flutter/Dart SDK for the Avalanche network. Pure Dart, no platform channels. Covers C-Chain EVM, Data API (Glacier), P-Chain staking, and X-Chain native assets.
avalanche_flutter_sdk #
The first native Flutter/Dart SDK for the Avalanche network.
Pure Dart · No platform channels · Apache 2.0 · pub.dev
⚠️ Status: Early Development - API is not stable.
Current phase: M1 - Architecture + Crypto/Wallet.
Planned Features (v1.0.0) #
| Feature | Status |
|---|---|
| C-Chain EVM (EIP-1559, ERC-20/721/1155) | 🔄 M2 |
| Data API / Glacier (REST + WebSocket) | 🔄 M3 |
| secp256k1 + BIP-39 (EN + ES) | 🔄 M1 |
| P-Chain staking | 🔄 M4 |
| X-Chain native assets | 🔄 M4 |
Installation #
# pubspec.yaml
dependencies:
avalanche_flutter_sdk: ^0.0.1-dev
Networks #
// Fuji Testnet
final client = AvalancheClient(network: NetworkConfig.fuji);
// Mainnet
final client = AvalancheClient(network: NetworkConfig.mainnet);
Contributing #
The SDK is not ready for external contributions yet. Follow this repository for updates; contributions will be welcome starting with v1.0.0.
See CONTRIBUTING.md for future guidelines.
License #
Licensed under Apache 2.0.
Para desarrolladores en LATAM #
Este SDK esta siendo desarrollado con soporte nativo para la region:
- Mnemonics BIP-39 en espanol
- Caso de uso principal: remesas Estados Unidos hacia Latinoamerica
- Desarrollado por Nemorix Group; Ohio, USA
Siguenos para actualizaciones: sdks@nemorixpay.com
Support This Project #
If this SDK is useful to you or your team, consider supporting its development. Every contribution helps cover infrastructure, documentation, and the time invested in building and maintaining this open source tool for the Avalanche and Flutter community. Thank you!
Built by Nemorix Group · Apache 2.0