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

outdated

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

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.0 #

Release date: 2023-11-30

Added #

  • Ability to use [] and []= operators on BitField.
  • Ability to compare BitFields.

1.0.1 #

Release date: 2023-11-29

Changed #

  • Renamed BitField.has to BitField.contains.

1.0.0 #

Release date: 2023-11-29

Added #

  • BitField class.
  • BitFlag extension.
3
likes
0
points
25
downloads

Publisher

verified publisherpubdev.kasefuchs.su

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dartfield