bitmask32 1.0.2
bitmask in dart #
A simple approach to 32-bit bitmasks. Used to send arrays of bools. MongoDB is using bitmasks as its flags parameters.
Getting Started #
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
[1.0.2] - package info maintaining
[1.0.0] - Initial release
import 'package:bitmask32/bitmask32.dart';
void main() => print(encodeBitMask([0,1, 31, 2]));
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
bitmask32: ^1.0.2
2. Install it
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter pub get
Alternatively, your editor might support pub get
or flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:bitmask32/bitmask32.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
21
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
100
|
Overall:
Weighted score of the above.
[more]
|
61
|
We analyzed this package on Dec 9, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.6.1
- pana: 0.13.1+4
Health suggestions
Format lib/bitmask32.dart
.
Run dartfmt
to format lib/bitmask32.dart
.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.1.0 <3.0.0 | ||
Dev dependencies | |||
test | ^1.9.3 |