'Stuck terminal when creating new flutter project with get_cli?
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 |