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

error: Target of URI doesn't exist: 'package:flushbar/flushbar.dart' #14

Closed
alexlovar opened this issue Sep 27, 2018 · 1 comment
Closed

Comments

@alexlovar
Copy link

alexlovar commented Sep 27, 2018

Hi, i can't install on my app , i get this error on dart analysis.
i added the pubspec dependecie and import the package into the dart file, but i get this:
error: Target of URI doesn't exist: 'package:flushbar/flushbar.dart'. (uri_does_not_exist at .......)
flutter doctor -v
[√] Flutter (Channel dev, v0.9.2, on Microsoft Windows [Versión 10.0.14393], locale es-US)
• Flutter version 0.9.2 at c:\flutter
• Framework revision 85b4670b2a (7 days ago), 2018-09-19 14:59:23 -0700
• Engine revision 2e8e96fad1
• Dart version 2.1.0-dev.4.0.flutter-4eb879133a

[√] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at C:\Users\Alex\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.

[√] Android Studio (version 3.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 28.0.2
• Dart plugin version 181.5616
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[√] Connected devices (2 available)
• ONE E1005 • 1ab62aa4 • android-arm • Android 7.1.2 (API 25)
• MIX • 6539389a • android-arm64 • Android 8.0.0 (API 26)

• No issues found!

@AndreHaueisen
Copy link
Owner

@alexlovar hi.
I was using the beta channel, changed to the master channel and I did not find any problems.
There are some things you can check though:

  • did you run flutter packages get?
  • did you try restarting the IDE?
  • did you try running flutter clean?

Please, let me know if you found the issue

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