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

outdated

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
0
pub points
61%
popularity

Publisher

unverified uploader

Useful extension methods such as forEachIndexed, roundPrecision etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on kt_utils