jonataslaw / jonataslaw/get_cli
Can't Create Flutter Project using Getx CLI in windows 11
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
I try to create a flutter project with getx_cli 1.8.1 but have a stuck in
```bash
(Use arrow keys)
> Flutter Project
Get Server
? What is your company's domain? Example: com.yourcompany com.mynotes
```
here is my system specific and my flutter settings
` flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.4, on Microsoft Windows [Version 10.0.22621.1265], locale en-ID)
[✓] Windows Version (Installed version of Windows is version 10 or higher)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Chrome - develop for the web
[✓] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.4)
[✓] Android Studio (version 2021.3)
[✓] VS Code
[✓] Connected device (3 available)
[✓] HTTP Host Availability
• No issues found!`
` getx --version
The [--version] is not necessary
░██████╗░███████╗████████╗ ░█████╗░██╗░░░░░░██╗
██╔════╝░██╔════╝╚══██╔══╝ ██╔══██╗██║░░░░░░██║
██║░░██╗░█████╗░░░░░██║░░░ ██║░░╚═╝██║░░░░░░██║
██║░░╚██╗██╔══╝░░░░░██║░░░ ██║░░██╗██║░░░░░░██║
╚██████╔╝███████╗░░░██║░░░ ╚█████╔╝███████╗ ██║
░╚═════╝░╚══════╝░░░╚═╝░░░ ░╚════╝░╚══════╝ ╚═╝
Version: 1.8.1
Time: 109 Milliseconds`
I don't know why when I create a new project stuck on your package name. anyone can help?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.