power_extensions

Creator: coderz1093

Last updated:

0 purchases

power_extensions Image
power_extensions Images
Add to Cart

Description:

power extensions

Power Extensions #
This package contains useful extensions for the dart language core classes
Features #
BigInt #
The BigIntExtensionBase class contains the following methods:

precision
powerOfTen
isPowerOfTen
scale
significandString
significand
significandLength

String #
The StringExtensionBase class contains the following methods:

trimLeftChar
trimRightChar
cut
cutAndAlign
preserveOnlyChars
splitInLines
capitalizeAndLowercase
capitalizeAndLowercaseAnyWord
capitalizeRestUnchanged
uncapitalizeRestUnchanged
onlyContainsDigits
onlyContainsAlpha
isDartIdentifier
getDartIdentifier
startsAndEndsWith
trimDelimiters
trimStringDelimiters

Getting started #
Simply import the package and use the power_extensions libray or area ones.
Usage #
BigInt.from(-1000000001).isPowerOfTen;
copied to clipboard
See the example folder for more examples
Additional information #
File issues on the github repository

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.