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.

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.2.1 #

Release date: 2024-07-13

Added #

  • Add BitField.toString method.

Changed #

  • Migrate repository and issue tracker to Codeberg.

1.2.0 #

Release date: 2024-07-10

Added #

  • JSON serializable helper methods.

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
160
points
95
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