dart_extensions_methods 1.1.1
dart_extensions_methods: ^1.1.1 copied to clipboard
Extensions for different types similar to kotlin. Methods for the next set of types: String, bool, Iterable, List. Also contains some global extensions and class Pair
1.1.1 06.01.2021 #
- Removed flutter as dependency
- Added next methods: forEachIndexed, groupBy, filter, filterNot, filterNotNull, take
1.0.5 11.03.2020 #
- Improved documentation
1.0.4 11.03.2020 #
- Added countWhere for Iterable and containsIgnoreCase for String
1.0.3 15.02.2020 #
- Improved documentation
1.0.0 15.02.2020 #
- Added some methods for String, Iterable, bool
0.0.1 13.02.2020 #
- Basic extensions similar to kotlin.