You can use below command to see your flutter app’s dependency graph.
flutter pub deps
The dependency information is printed as a tree, a list, or a compact list.
You can use below command to see your flutter app’s dependency graph.
flutter pub deps
The dependency information is printed as a tree, a list, or a compact list.