solana_kit_functional 0.8.0 copy "solana_kit_functional: ^0.8.0" to clipboard
solana_kit_functional: ^0.8.0 copied to clipboard

Pipe and compose utilities for the Solana Kit Dart SDK.

example/main.dart

// Examples intentionally print CLI output for demonstration purposes.
// ignore_for_file: avoid_print
import 'package:solana_kit_transaction_messages/solana_kit_transaction_messages.dart';

void main() {
  final label = 'solana'
      .pipe((value) => value.toUpperCase())
      .pipe((value) => '$value KIT')
      .pipe((value) => '$value SDK');

  final score = 5.pipe((value) => value * 2).pipe((value) => value + 7);

  print(label);
  print('Pipeline score: $score');
}
0
likes
0
points
464
downloads

Publisher

unverified uploader

Weekly Downloads

Pipe and compose utilities for the Solana Kit Dart SDK.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on solana_kit_functional