Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.83 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.83 KB

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