is_even_new 0.0.1
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.
import 'package:is_even_new/is_even_new.dart';
void main(){
print(isEvenNew(12));
}