jonataslaw / jonataslaw/get_cli
Failed to create project on M2 Macbook Air
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
Macbook Air 2022, M2 chip.
get_cli version: 1.8.4
$ get create project:app
1) Flutter Project
2) Get Server
Select which type of project you want to create ? [1]
What is your company's domain? Example: com.yourcompany
You must enter a value.
What is your company's domain? Example: com.yourcompany com.example
1) Swift
2) Objective-C
what language do you want to use on ios? [1]
1) Kotlin
2) Java
what language do you want to use on android? [1]
1) Yes!
2) No
Do you want to use null safe? [1]
1) yes
2) no
do you want to use some linter? [1]
Running `flutter create /Users/tom/Downloads/app` …
$ flutter create --no-pub -i swift -a kotlin --org com.example /Users/.../Downloads/app
Creating project ....
Wrote 129 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd .
$ flutter run
Your application code is in ./lib/main.dart.
Running `flutter pub get` …
$ flutter pub get
Resolving dependencies...
+ async 2.11.0
+ boolean_selector 2.1.1
+ characters 1.3.0
+ clock 1.1.1
+ collection 1.17.1 (1.17.2 available)
+ cupertino_icons 1.0.5
+ fake_async 1.3.1
+ flutter 0.0.0 from sdk flutter
+ flutter_lints 2.0.1
+ flutter_test 0.0.0 from sdk flutter
+ js 0.6.7
+ lints 2.1.0
+ matcher 0.12.15 (0.12.16 available)
+ material_color_utilities 0.2.0 (0.5.0 available)
+ meta 1.9.1
+ path 1.8.3
+ sky_engine 0.0.99 from sdk flutter
+ source_span 1.9.1 (1.10.0 available)
+ stack_trace 1.11.0
+ stream_channel 2.1.1
+ string_scanner 1.2.0
+ term_glyph 1.2.1
+ test_api 0.5.1 (0.6.0 available)
+ vector_math 2.1.4
Changed 24 dependencies!
$ dart migrate --apply-changes --skip-import-check
Could not find a command named "migrate".
Usage: dart [arguments]
Global options:
-v, --verbose Show additional command output.
--version Print the Dart SDK version.
--enable-analytics Enable analytics.
--disable-analytics Disable analytics.
--suppress-analytics Disallow analytics for this `dart *` run without changing the analytics configuration.
-h, --help Print this usage information.
Available commands:
analyze Analyze Dart code in a directory.
compile Compile Dart to various formats.
create Create a new Dart project.
devtools Open DevTools (optionally connecting to an existing application).
doc Generate API documentation for Dart projects.
fix Apply automated fixes to Dart source code.
format Idiomatically format Dart source code.
info Show diagnostic information about the installed tooling.
pub Work with packages.
run Run a Dart program.
test Run tests for a project.
Run "dart help " for more information about a command.
See https://dart.dev/tools/dart-tool for detailed documentation.
✖ + error_unexpected ShellException(dart migrate --apply-changes --skip-import-check, exitCode 64, workingDirectory: /Users/.../Downloads/app)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.