utils_plus 0.0.5 copy "utils_plus: ^0.0.5" to clipboard
utils_plus: ^0.0.5 copied to clipboard

Utils plus offers convenient extensions for common Dart and Flutter types, simplifying and enhancing development with useful methods and utilities.

utils_plus is a Flutter package that provides a collection of useful extensions for common Dart and Flutter types. It aims to simplify and enhance your development experience by offering convenient methods and utilities.

Features #

Contains various extentions for

  • String
  • num
  • int
  • List
  • DateTime
  • Enum

Getting started #

To use this package, add utils_plus to your pubspec.yaml file:

dependencies:
  utils_plus: ^0.0.4

Usage #

Check out the example directory for detailed examples:

enum UserType{
    admin,
    superAdmin,
    normal;
}
final a = UserType.superAdmin;
print(a.toFormattedString) // Returns 'Super Admin'

6
likes
150
points
33
downloads
screenshot

Publisher

verified publisherneupanenitesh.com.np

Weekly Downloads

Utils plus offers convenient extensions for common Dart and Flutter types, simplifying and enhancing development with useful methods and utilities.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on utils_plus