Where do I put dependencies in flutter?

I am new in flutter and I want to add Fast Android networking library to flutter dependencies and I don’t know how to add, anyone, help me, please. You can go to the pubspec. yaml file and add dependencies ,under dependencies and then packages get will do the work. or you can run flutter pub get in the terminal.

Read more