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

Dartly is a set of extension and functions for Dart that makes your life easier and more convenient.

example/dartly_example.dart

import 'package:dartly/dartly.dart';

void main() {
  print('dart'.isNumber); // dart is a string
  print('1'.isNumber);
}
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dartly is a set of extension and functions for Dart that makes your life easier and more convenient.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dartly