jonataslaw / get_cli

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

get_cli not working in latest flutter update version 3.13.0 #234

Closed alok2811 closed 11 months ago

alok2811 commented 11 months ago

After updated flutter lattest version get_cli not working gives following error:

Can't load Kernel binary: Invalid kernel binary format version.
Building package executable... (1.1s)
Failed to build get_cli:get:
../../.pub-cache/hosted/pub.dev/watcher-1.0.2/lib/src/constructable_file_system_event.dart:7:57: Error: The class 'FileSystemEvent' can't be extended, implemented, or mixed in outside of its library because it's a sealed class.
abstract class _ConstructableFileSystemEvent implements FileSystemEvent {

Flutter Doctor

alokdubey@192 ~ % flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.13.0, on macOS 13.4.1 22F770820d darwin-arm64,
    locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] VS Code (version 1.81.1)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!
Screenshot 2023-08-18 at 6 24 55 AM

@jonataslaw please check and update ASAP

Thank you

knottx commented 11 months ago

no issue for me try this

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

@knottx Thanks issue Fixed