flutter_json_deep_search 1.0.1
flutter_json_deep_search: ^1.0.1 copied to clipboard
A powerful and flexible Flutter package for deep searching within JSON data structures.
import 'package:example/app/app_widget.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const AppWidget());
}