magic_buffer 0.0.1 magic_buffer: ^0.0.1 copied to clipboard
Buffer class JS implementation based on the buffer module from [node.js].The goal is to provide an API that is 100% identical to [node's Buffer API].
example/magic_buffer_example.dart
void main(List<String> args) {
//TODO:
}