jonataslaw / get_cli

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

No Support for Dart 3.0.0 SDK #217

Open faithoflifedev opened 1 year ago

faithoflifedev commented 1 year ago
get create project

get_cli as globally activated doesn't support Dart 3.0.0-edge.042c3f6c76ab82ead5d61192ef0ed075aa0b394f, try: dart pub global activate get_cli
faithoflifedev commented 1 year ago

The following change to the pubspec.yaml might resolve the issue:

environment:
  sdk: ">=2.17.0 <3.1.0"