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

outdated

Awesome dart extensions on various dart data types with your own custom methods.

Awesome Dart Extensions #

Access most used custom methods or extensions on various data types in dart for example, List, String, DateTime, BuildContext and many more.

Available & Active Extensions #

I update this package frequently to add more and more extensions and I also looking for your contribution on this package, please read Contribution Guidelines

List #

  • addMore:   Add more items in the list
  • addMoreIf:   Add more items in the list on given condition

String #

  • capitalizeFirstWord:   Capitalize first word of your string For Example:

      var testString = "hello world".capitalizeFirstWord()
      print(testString); // Hello world
    

Support #

You liked this package? then give it a star. If you want to help then:

3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Awesome dart extensions on various dart data types with your own custom methods.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on awesome_dart_extensions