jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
578 stars 165 forks source link

Its not working on flutter 3.10 #228

Open Bari-Elwerfally opened 1 year ago

Bari-Elwerfally commented 1 year ago

✖ + error_unexpected ShellException(dart migrate --apply-changes --skip-import-check, exitCode 64, workingDirectory: /Users/abdulbarielwerfally/abdulbari)

rizalfsyah7 commented 1 year ago

same problem

kevin4dhd commented 1 year ago

any solution?

padukadafa commented 1 year ago

see this #224

knottx commented 11 months ago

@Bari-Elwerfally try this

  1. dart pub global deactivate get_cli 
  2. dart pub global activate -s git https://github.com/knottx/get_cli.git
alwijein commented 10 months ago

@Bari-Elwerfally try this

dart pub global deactivate get_cli 
dart pub global activate -s git https://github.com/knottx/get_cli.git

thanks its work for me

rahulsvaz commented 9 months ago

RUN THIS COMMAND dart pub global deactivate get_cli

Deactivated package get_cli 1.8.4.

THEN RUN THIS COMMAND dart pub global activate -s git https://github.com/knottx/get_cli.git

IF EVERYTHING IS FINE U WILL GET THIS RESPONSE

nashvak commented 9 months ago

thanks bro it works

Afaf997 commented 8 months ago

thanks its works for me

muhamadjr commented 7 months ago

I got an error after creating a new project with the Get CLI, as shown below.

image

and solving after i run 2 command

image

its working properly

image
BodenTide commented 7 months ago

@Bari-Elwerfally 尝试这个

dart pub global deactivate get_cli 
dart pub global activate -s git https://github.com/knottx/get_cli.git

image

This method doesn't work for me. Is there any way to solve this?

coderbaba0 commented 4 months ago

dart pub global activate -s git https://github.com/knottx/get_cli.git