Skip to content

stevenroose/dart-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dart-snippets

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

A ByteSink implementation that implements the dart:core Sink interface. It supports adding single and multiple bytes (both List as TypedData classes like Uint8List) and can be extracted as a Uint8List byte string.

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.

About

A collection of useful Dart code snippets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages