bitmask 1.0.1 copy "bitmask: ^1.0.1" to clipboard
bitmask: ^1.0.1 copied to clipboard

Package for Bitmask objects that can be created, modified, combined with bitmask operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bitmask

With Flutter:

 $ flutter pub add bitmask

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bitmask: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bitmask/bitmask.dart';
0
likes
160
pub points
24%
popularity

Publisher

unverified uploader

Package for Bitmask objects that can be created, modified, combined with bitmask operations.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on bitmask