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

Wrong import path separator used in readme example #18

Closed
dhafinrayhan opened this issue Feb 4, 2024 · 1 comment · Fixed by #19
Closed

Wrong import path separator used in readme example #18

dhafinrayhan opened this issue Feb 4, 2024 · 1 comment · Fixed by #19

Comments

@dhafinrayhan
Copy link
Contributor

dhafinrayhan commented Feb 4, 2024

In the readme, the example code for importing the package is:

import 'material_symbols_icons\symbols.dart'

This is wrong, because Dart imports use slash (/) rather than backslash (\).

Thanks to user MendelG in stackoverflow.com for figuring out.

@timmaffett
Copy link
Owner

Great catch. It is also missing the 'package:' prefix. I merged you pull request and added the package: as well.

Thanks!

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

Successfully merging a pull request may close this issue.

2 participants