Skip to content

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

License

Notifications You must be signed in to change notification settings

kasefuchs/dartfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages