stevenroose 0.1.1+2 copy "stevenroose: ^0.1.1+2" to clipboard
stevenroose: ^0.1.1+2 copied to clipboard

Dart 1 only

A collection of useful Dart code snippets.

dart-snippets #

A collection of useful Dart code snippets. Each of them are defined in a separate library and can be imported separately.

ByteSink #

A ByteSink implementation that implements the dart:core Sink interface. It supports adding single and multiple bytes (both List

LRUMap #

An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the map when the maximum size is reached and new items are added.

0
likes
20
pub points
3%
popularity

Publisher

unverified uploader

A collection of useful Dart code snippets.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cryptoutils, http, json_rpc_2, zengen

More

Packages that depend on stevenroose