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

Member not found: 'pie_chart_outlined' #18

Open
veloso11 opened this issue Mar 8, 2022 · 4 comments
Open

Member not found: 'pie_chart_outlined' #18

veloso11 opened this issue Mar 8, 2022 · 4 comments

Comments

@veloso11
Copy link

veloso11 commented Mar 8, 2022

in flutter 2.10.3 it's showing this error:

../../../../flutter/.pub-cache/hosted/pub.dartlang.org/icons_helper-1.2.0-nullsafety.1/lib/icons_helper.dart:726:31: Error: Member not found:
'pie_chart_outlined'.
'pie_chart_outlined': Icons.pie_chart_outlined,

@bartektartanus
Copy link

I've reported similar issue over six months ago. Looks like this package is abandoned...

@nicks258
Copy link

nicks258 commented Apr 5, 2022

I already raised pull request with this fix. You can use my branch for quickfix.
Fix

@rodja
Copy link

rodja commented May 15, 2022

The branch is working for me. Thanks.
I changed my pubspec.yaml to contain

dependencies:
  icons_helper:
    git: https://github.com/nicks258/icons_helper # using git repo to fix broken icons (see https://github.com/VoltaireApp/icons_helper/issues/18)

See git-repo dependencies as described in the Flutter documentation: https://dart.dev/tools/pub/dependencies#git-packages

@bartektartanus
Copy link

@nicks258 can you update your branch to

  font_awesome_flutter: ^10.1.0

?

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

4 participants