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

outdated

A new Flutter package project.

example/main.dart

import 'package:kt_utils/kt_utils.dart';

void main(List<String> args) {
  // String
  var word = 'hello';
  word = word.toCapitalize();
  print(word.plus(' World'));

  // Double
  print(5.457.roundPrecision(1));
}
5
likes
0
pub points
29%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on kt_utils