dart_extensions_methods 2.0.0 dart_extensions_methods: ^2.0.0 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
[2.0.0] - 07.06.2021 #
-
Migrated to null safety
-
Added next methods: firstOrNull, firstWhereOrNull
-
[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.