FLUTTER ECOSYSTEM

solana

Dart implementation of Solana JSON RPC API client. Provides convenient interface for the RPC methods.

Latest version
0.32.0+1
30-day downloads
866
Likes
97
Pub points
130

Package Overview

Package selection guidance compiled from public package information, community data, and project usage.

Overview

A Dart implementation of the Solana JSON RPC API client, offering a convenient and type-safe interface for interacting with Solana blockchain nodes. It enables developers to perform standard RPC operations such as querying account data, transaction submission, and network status checks across multiple platforms. The package is designed for seamless integration into Flutter applications targeting Android, iOS, Web, macOS, Windows, and Linux. Built with Web3 and blockchain use cases in mind, it supports secure and efficient communication with Solana networks.

Use cases
  • Integrating Solana blockchain interactions into Flutter apps
  • Querying Solana account and transaction data
  • Submitting transactions to Solana networks
  • Building decentralized applications (dApps) on Solana
  • Monitoring Solana network state
Key features
  • Type-safe RPC method wrappers
  • Cross-platform support (Android, iOS, Web, macOS, Windows, Linux)
  • Official Solana JSON RPC compatibility
  • Easy integration via Flutter pub
  • Lightweight and focused on core RPC functionality
Suitable for
  • Flutter developers building Solana dApps
  • Web3 application creators targeting Solana
  • Blockchain engineers needing a Dart-based RPC client
Considerations
  • Requires a connected Solana node or RPC endpoint
  • Does not include wallet management or signing logic
  • Limited to RPC-level operations, not full blockchain SDK features
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add solana

Categories

Related projects