awesome_dart_extensions

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


License
MIT

Documentation

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: