Dandy Now!
  • [Flutter] fluttertoast 라이브러리 사용시 만난 에러(error) #2
    2022년 01월 22일 22시 05분 45초에 업로드 된 글입니다.
    작성자: DandyNow
    728x90
    반응형

    The plugin `fluttertoast` uses a deprecated version of the Android embedding.

    The plugin `fluttertoast` uses a deprecated version of the Android embedding.
    To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
    If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
    Launching lib\main.dart on Android SDK built for x86 in debug mode...
    lib\main.dart:1
    √  Built build\app\outputs\flutter-apk\app-debug.apk.
    F/flutter (14964): [FATAL:flutter/shell/platform/android/platform_view_android.cc(87)] Check failed: android_surface_ && android_surface_->IsValid(). Could not create an OpenGL, Vulkan or Software surface to set up rendering.
    Error connecting to the service protocol: failed to connect to http://127.0.0.1:1723/treUICXq3sM=/
    Exited (sigterm)

     

    fluttertoast 주입시 위와 같은 에러가 발생했다. 유튜버 코딩셰프님의 "플러터 조금 매운맛 5강"을 따라하던 중 만난 에러이다. 예제는 ^3.1.3 버전이었다.

     


     

    글쓰는 시점에서 최신 버전은 ^8.0.8 이다!

     

    fluttertoast의 최신 버전을 pubspec.yaml의 dependencies에 추가하면 해결된다.

     

    728x90
    반응형
    댓글