object_finder 1.0.0
object_finder: ^1.0.0 copied to clipboard
ObjectFinder is a powerful Dart extension on Object? that simplifies safe type checking, dynamic value conversion, and nested object access with default values. It supports primitives, lists, maps, an [...]
1.0.0 #
- ✅ Check object validity (isValid, isNotValid)
- ✅ Detect types (isMap, isList, isListOfMap)
- ✅ Safe equality comparison (equals)
- ✅ Convert dynamic values to int, double, String, bool, num or List
- ✅ Retrieve nested map data safely (find, findOrNull, finds, findsOrNull, get, getOrNull)
- ✅ Supports optional custom conversion via ObjectBuilder