A simple and customizable Dart implementation of BitField that uses enum to represent bits.
    
 
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.
Dart SDK: >=2.18.0 <4.0.0
With Dart:
$ dart pub add dartfieldWith Flutter:
$ flutter pub add dartfieldUsage examples can be found on Codeberg and GitHub or directly on pub.dev