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

Useful extension methods such as forEachIndexed, roundPrecision etc.

kt_utils #



Usage #

Just import kt_utils.dart

import 'package:kt_utils/kt_utils.dart';

String Methods #

plus - Merge text

toCapitalize - Capitalize first letter

toInt - Parse to int

toDouble - Parse to double

reversed - Reverse text


Double Methods #

roundPrecision - Rounding number to decimal places


List Methods #

forEachIndexed - forEach with index

lastIndex - Last index of list

random - Return random object


Check out example

5
likes
130
pub points
61%
popularity

Publisher

unverified uploader

Useful extension methods such as forEachIndexed, roundPrecision etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on kt_utils