Its not working on flutter 3.10
Bari-Elwerfally opened this issue · 12 comments
✖ + error_unexpected ShellException(dart migrate --apply-changes --skip-import-check, exitCode 64, workingDirectory: /Users/abdulbarielwerfally/abdulbari)
same problem
any solution?
see this #224
@Bari-Elwerfally try this
dart pub global deactivate get_cli
dart pub global activate -s git https://github.com/knottx/get_cli.git
@Bari-Elwerfally try this
dart pub global deactivate get_clidart pub global activate -s git https://github.com/knottx/get_cli.git
thanks its work for me
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
- _fe_analyzer_shared 61.0.0 (65.0.0 available)
- analyzer 5.13.0 (6.3.0 available)
- ansicolor 2.0.2
- archive 3.4.6
- args 2.4.2
- async 2.11.0
- basic_utils 5.5.4 (5.6.1 available)
- boolean_selector 2.1.1
- characters 1.3.0
- charcode 1.3.1
- chunked_stream 1.4.2
- circular_buffer 0.11.0
- cli_util 0.4.0
- clock 1.1.1
- collection 1.18.0
- convert 3.1.1
- coverage 1.6.4
- crypto 3.0.3
- csv 5.1.0
- dart_console2 3.0.0
- dart_style 2.3.2 (2.3.3 available)
- dcli 2.3.0 (3.1.0 available)
- dcli_core 2.3.0 (3.1.0 available)
- equatable 2.0.5
- ffi 2.1.0
- file 6.1.4 (7.0.0 available)
- frontend_server_client 3.2.0
- functional_data 1.1.1
- get_cli 1.8.4 from git https://github.com/knottx/get_cli.git at 2132bc
- glob 2.1.2
- globbing 1.0.0
- http 0.13.6 (1.1.0 available)
- http_multi_server 3.2.1
- http_parser 4.0.2
- ini 2.1.0
- intl 0.18.1
- io 1.0.4
- js 0.6.7
- json2yaml 3.0.1
- json_annotation 4.8.1
- logging 1.2.0
- matcher 0.12.16
- meta 1.11.0
- mime 1.0.4
- node_preamble 2.0.2
- package_config 2.1.0
- path 1.8.3
- pointycastle 3.7.3
- pool 1.5.1
- posix 5.0.0
- process_run 0.12.5+3 (0.13.1 available)
- pub_semver 2.1.4
- pubspec 2.3.0
- pubspec2 2.4.2 (4.0.0 available)
- pubspec_lock 3.0.2
- quiver 3.2.1
- random_string 2.3.1
- recase 4.1.0
- scope 3.0.0 (4.1.0 available)
- settings_yaml 6.0.0 (7.1.0 available)
- shelf 1.4.1
- shelf_packages_handler 3.0.2
- shelf_static 1.1.2
- shelf_web_socket 1.0.4
- source_map_stack_trace 2.1.1
- source_maps 0.10.12
- source_span 1.10.0
- stack_trace 1.11.1
- stream_channel 2.1.2
- string_scanner 1.2.0
- sum_types 0.3.5
- synchronized 3.1.0
- system_info2 4.0.0
- term_glyph 1.2.1
- test_api 0.6.1
- test_core 0.5.8
- typed_data 1.3.2
- uri 1.0.0
- uuid 3.0.7 (4.1.0 available)
- validators2 5.0.0
- version 3.0.2
- vm_service 11.10.0 (12.0.0 available)
- watcher 1.1.0
- web_socket_channel 2.4.0
- webkit_inspection_protocol 1.2.1
- win32 4.1.4 (5.0.9 available)
- yaml 3.1.2
Building package executables... (7.0s)
Built get_cli:get.
Installed executables get and getx.
Activated get_cli 1.8.4 from Git repository "https://github.com/knottx/get_cli.git".
rahul@Rahuls-MacBook Final Projects %
thanks bro it works
thanks its works for me
I got an error after creating a new project with the Get CLI, as shown below.
and solving after i run 2 command
-
dart pub global deactivate get_cli
-
dart pub global activate -s git https://github.com/knottx/get_cli.git
its working properly
@Bari-Elwerfally 尝试这个
dart pub global deactivate get_clidart pub global activate -s git https://github.com/knottx/get_cli.git
This method doesn't work for me. Is there any way to solve this?
dart pub global activate -s git https://github.com/knottx/get_cli.git