object_finder 1.0.0 copy "object_finder: ^1.0.0" to clipboard
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
0
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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, and custom conversion via builders.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on object_finder