mather 1.0.0 copy "mather: ^1.0.0" to clipboard
mather: ^1.0.0 copied to clipboard

library extention for language dart an base type (List)

example/mather_example.dart

import 'package:mather/mather.dart';

void main() {
  List list = [2, 2, true, false, "string", 3, 3, 3];
  print(list.count(3)); // find count elem in list output  => 3
}
0
likes
0
points
223
downloads

Publisher

unverified uploader

Weekly Downloads

library extention for language dart an base type (List)

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on mather