solana_buffer 0.0.1 copy "solana_buffer: ^0.0.1" to clipboard
solana_buffer: ^0.0.1 copied to clipboard

An interface to read and write structured data types to a buffer.

example/main.dart

import 'package:solana_buffer/buffer.dart';

void main() {
  const encoding = BufferEncoding.utf8;
  final buffer = Buffer.fromString('Hello', encoding);
  buffer.setString('S', encoding);
  print(buffer.getString(encoding)); // Sello
}
1
likes
140
pub points
29%
popularity

Publisher

verified publishermerigolabs.com

An interface to read and write structured data types to a buffer.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, solana_common

More

Packages that depend on solana_buffer