dart_common_utilities
dart_common_utilities copied to clipboard
A Dart language Common Utility package, that makes your code faster,easier and cleaner. contains lots of useful functions for Dart primitive types (support all Flutter platforms)
Results
1
dart_common_utilities issues
Sort by
recently updated
recently updated
newest added
You can see in the source code that `removeAt(int index)` only removes the first match: ``` /// remove the character in [index] of the given string. String removeAt(int index) {...