VIEW MORE ARTICLES
Rinas Writes

October 06, 2024

TIL in Flutter we can do "flutter pub deps" to list all dependencies used in a nice format.
Doing "flutter pub deps" shows all dependencies like this:

"flutter pub deps" to list all dependencies used in a nice format.