'Stuck terminal when creating new flutter project with get_cli?

Creating new project with get_ci

Here the activation command

flutter pub global activate get_cli

Here the create new project command

get create project:getcli_test


Solution 1:[1]

Run these commands

1.flutter pub global deactivate get

2.flutter pub global deactivate getx

3.dart pub global activate get_cli ^1.6.0

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 Priyanka Bhosale