jonataslaw/get_cli

No Support for Dart 3.0.0 SDK

faithoflifedev opened this issue · 1 comments

get create project

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

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

environment:
  sdk: ">=2.17.0 <3.1.0"