dartfield 1.2.1 copy "dartfield: ^1.2.1" to clipboard
dartfield: ^1.2.1 copied to clipboard

A simple and customizable Dart implementation of BitField that uses enum to represent bits.

DartField

Status GitHub Issues GitHub Pull Requests GitHub Stars License


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

🎉 Acknowledgements #

3
likes
160
points
93
downloads

Publisher

verified publisherpubdev.kasefuchs.su

Weekly Downloads

A simple and customizable Dart implementation of BitField that uses enum to represent bits.

Repository
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on dartfield