-
Notifications
You must be signed in to change notification settings - Fork 248
Issue with MDC-104 in Backdrop #81
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
Comments
Hi! This looks somewhat similar to dart-lang/sdk#33076--does changing the import in Thanks for reporting this issue! Please let me know if this fix works for you, and we can update the codelab so others don't run into the same problem. |
Ah! Life saving! Thank you for your help! Questions:
|
In #83, I updated the In a broader context, I believe the issue above also has a proposed solution to treat relative imports in entry points like package imports (although I'm not sure that this is the solution with which they'll end up going).
If you use an IDE, the Dart plugin should be using the Dart analyzer (which performs linting), or you can run (You can also use |
There'll be a conflict with Category Class from another file so I changed the name so-called Category from the Product model file to another name (for instance CategoryOne). I'm not sure that'll be the best solution but It works. |
Hi there,
I m raising this as an issue, as I don't know where to ask the question or if it's my fault.
As I was following tutorial MDC-104, after implementing the Backdrop, when I try to compile the app, I receive the following error:
This is the line that fails:
And below is the implementation as per the tutorial documentation:
Am I missing something?
Please see below my setup:
Thank you.
Kind regards,
Adrian
The text was updated successfully, but these errors were encountered: