xutils_pack 1.0.0 copy "xutils_pack: ^1.0.0" to clipboard
xutils_pack: ^1.0.0 copied to clipboard

XUtils is a Dart/Flutter package that provides a collection of extensions for common data types such as DateTime, double, int, and String.

XUtils is a Dart/Flutter package that provides a collection of extensions for common data types such as DateTime, double, int, and String. This package simplifies data manipulation and adds extra utility methods, making your code cleaner and easier to read.

Features #

  • Extensions for DateTime, double, int, and String
  • Adds utility methods for common operations
  • Makes code more concise and readable

Usage #

Currency Formatting Example #

double price = 15000.5;
print(price.toCurrency()); 

String priceStr = '20000';
print(priceStr.toCurrency());

Additional information #

For more information, contributions, or issues, please visit the repository or contact the package author.

1
likes
0
points
91
downloads

Publisher

verified publisheranonimeact.com

Weekly Downloads

XUtils is a Dart/Flutter package that provides a collection of extensions for common data types such as DateTime, double, int, and String.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on xutils_pack