-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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:Cannot access private library #35150
Labels
needs-info
We need additional information from the issue author (auto-closed after 14 days if no response)
Comments
kevmoo
added
the
needs-info
We need additional information from the issue author (auto-closed after 14 days if no response)
label
Nov 14, 2018
Which version of Flutter are you using? |
That's an intentional error. That file can't be imported. Where is the import? I don't see a Closing as this hasn't been updated for a couple weeks. Please re-open if further info. |
you can use |
fixed with import 'dart:io' to use HttpHeaders |
fixed with flutter clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs-info
We need additional information from the issue author (auto-closed after 14 days if no response)
Trying to access a web-service but added dependecies
http: ^0.12.0
But getting below error message from compiler
The text was updated successfully, but these errors were encountered: