bamlib 0.5.1 copy "bamlib: ^0.5.1" to clipboard
bamlib: ^0.5.1 copied to clipboard

A library of dart helpers. Not really meant for anyone else (yet,) but feel free to use if you should find helpful.

example/bamlib_example.dart

import 'package:bamlib/bamlib.dart';

void main() {
  var oddNumbers = infiniteRange().skip(1).where((x) => x % 2 == 1);

  print('odd numbers: ${oddNumbers.take(10).toList()}');
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A library of dart helpers. Not really meant for anyone else (yet,) but feel free to use if you should find helpful.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on bamlib