sector 0.1.1
sector: ^0.1.1 copied to clipboard
Fast and intuitive 2D Grid and grid-based utilities for Dart.
Change Log #
0.1.1 #
- Added
Uint8Grid
, the first sub-type ofTypedDataGrid
. AUint8Grid
, like it's counterpartUint8List
, is a grid of unsigned 8-bit integers, which makes it suitable for storing pixel data, tile maps, and other data that can be represented as a grid of 8-bit values.
0.1.0 #
🎉 Initial release 🎉