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

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.

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: ^1.0.0

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
0
points
33
downloads

Publisher

verified publisherneupanenitesh.com.np

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on utils_plus