dart_buffer

Creator: coderz1093

Last updated:

0 purchases

dart_buffer Image
dart_buffer Images

Languages

Categories

Add to Cart

Description:

dart buffer

dart-buffer #
This package generated for Buffer Utils. Package have reader and writer classes.
Installation #
dart pub add dart_buffer
copied to clipboard
Example #
import 'dart:typed_data';

import 'package:dart_buffer/dart_buffer.dart';

void main() {
final buffer = ByteData(8);
final writer = BufferWriter(buffer);
final reader = BufferReader(buffer);

writer.setInt32(50332161);

print(reader.getUInt32());
}
copied to clipboard
LICENSE MIT #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.