''Get dependency" pop up not appearing, what is wrong with android studio?

all code underlined in red android studio up to date, already re-installed project, all sdk tools up to date. What else have to be done? what my laptop showing right now

And what I want show my laptop should be like this



Solution 1:[1]

Try the following command in terminal

flutter pub get

Solution 2:[2]

Option 1: Open the pubspec.yaml filr from the left side project view and then click the Pub Get text on top-right of the file. This will download all the dependencies and then your project should build.

Option 2: Open a command prompt, cd to your project root directory and then run the following command:

flutter pub get

This will also download the dependencies.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Pranay Fating
Solution 2 Sisir