dartfield 1.2.1
dartfield: ^1.2.1 copied to clipboard
A simple and customizable Dart implementation of BitField that uses enum to represent bits.
DartField
A simple and customizable Dart implementation of BitField that uses enum to represent bits.
📝 Table of Contents #
🧐 About #
This library represents a convenient and flexible implementation of a BitField in Dart. A BitField is a data structure that efficiently manages a set of bits. In this library, enumerations are utilized to represent each bit, enhancing code readability and comprehension.
🏁 Getting Started #
Prerequisites #
Dart SDK: >=2.18.0 <4.0.0
Installing #
With Dart:
$ dart pub add dartfield
With Flutter:
$ flutter pub add dartfield
🎈 Usage #
Usage examples can be found on Codeberg and GitHub or directly on pub.dev