is_even_new 0.0.1 copy "is_even_new: ^0.0.1" to clipboard
is_even_new: ^0.0.1 copied to clipboard

About This is a flutter package which tells you if a number is even or not by the help of bit masking.

example/main.dart

import 'package:is_even_new/is_even_new.dart';

void main(){
  print(isEvenNew(12));
}
2
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

About This is a flutter package which tells you if a number is even or not by the help of bit masking.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on is_even_new