Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find symbol import io.flutter.FlutterInjector #6

Closed
sunsetjesus opened this issue Oct 15, 2020 · 2 comments
Closed

cannot find symbol import io.flutter.FlutterInjector #6

sunsetjesus opened this issue Oct 15, 2020 · 2 comments

Comments

@sunsetjesus
Copy link

flutter debug console output :

flutter/.pub-cache/hosted/pub.dartlang.org/flutter_background_service-0.0.1+16/android/src/main/java/id/flutter/flutter_background_service/BackgroundService.java:25: error: cannot find symbol
import io.flutter.FlutterInjector;
                 ^
  symbol:   class FlutterInjector
  location: package io.flutter

Flutter 1.20.1 • channel stable
Dart 2.9.0

@ekasetiawans
Copy link
Owner

try to upgrade your flutter sdk to 1.22

@sunsetjesus
Copy link
Author

upgrading flutter SDK to 1.22 solved it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants