gg_list 2.0.1 copy "gg_list: ^2.0.1" to clipboard
gg_list: ^2.0.1 copied to clipboard

GgList - Effectively manage native and nonative 1d and 2d data

GgList - Automatically chose the right native list type #

GgList allows to create optimized lists based on the value range.

State #

Dart Script Execution

Classes #

Class Description
GgList Create lists of ordinary value types
Gg2dList Access organize list items as rows and cols
GgIntList Create Uint8List etc based on a value range
Gg2dIntList Access organize list items as rows and cols
IntListFactory Create native typed lists based on value range

Features #

  • Generate a list of a given length and a given value range
  • GgList will automatically choose the right native type, e.g. Uint8List
  • The generated list is unmutable
  • Use copyWith() or transform() to generate new changed lists.
  • Also hashcode is calculated

Usage #

Please look into the tests to find various usage examples.

Features and bugs #

Please file feature requests and bugs at GitHub.

1
likes
160
points
471
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

GgList - Effectively manage native and nonative 1d and 2d data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on gg_list