0 purchases
dartfield
DartField
A simple and customizable Dart implementation of BitField that uses enum to represent bits.
📝 Table of Contents #
About
Getting Started
Usage
Built Using
Acknowledgments
🧐 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
copied to clipboard
Installing #
With Dart:
$ dart pub add dartfield
copied to clipboard
With Flutter:
$ flutter pub add dartfield
copied to clipboard
🎈 Usage #
Usage examples can be found on Codeberg and GitHub or directly on pub.dev
🎉 Acknowledgements #
The Documentation Compendium
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.