dext 0.2.0 copy "dext: ^0.2.0" to clipboard
dext: ^0.2.0 copied to clipboard

A Dart extension library, use to extend dart language, help user to fast build application.

example/dext_example.dart

import 'package:dext/dext.dart';

void main() {
  10.pow(2);
  print(10.pow(2));
  print(324.sqrt(3));
}
0
likes
140
pub points
45%
popularity

Publisher

unverified uploader

A Dart extension library, use to extend dart language, help user to fast build application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

intl

More

Packages that depend on dext