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: Member not found: 'pie_chart_outlined' when adding import shark #14

Closed
fernandaferrari opened this issue Mar 9, 2022 · 1 comment

Comments

@fernandaferrari
Copy link

I'm doing a little test running something similar to the example provided. But just importing the shark library to the top, this following error occurs

To Reproduce
Steps to reproduce the behavior:

  1. add import 'package:shark/shark.dart' em main.dart
  2. compile any empty widget, a container for example, without shark implementation
    3 - Error: Member not found: 'pie_chart_outlined'. 'pie_chart_outlined': Icons.pie_chart_outlined,

Screenshots
image

Smartphone (please complete the following information):

  • Device: Flutter emulator(androidx86) and WXGA tablet API 29

Initially I thought I had inserted an incorrect json, but I changed the page to one that counted an empty Container and even then just importing the shark library this problem already occurs, I would know if it is some missing configuration
?
image

@lau1944
Copy link
Owner

lau1944 commented Mar 14, 2022

Thank you for reporting the issue, I am looking into it.

You can try the example from the repository and change the host to your own host to see if this issue occurs.

I assume it's related to one of the dependencies in this project, I updated the dependency to the newest version and updated package to 1.0.4.

@lau1944 lau1944 closed this as completed Apr 6, 2022
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