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

'tripadvisor': FontAwesomeIcons.tripadvisor error #79

Open
opensanyue opened this issue Oct 21, 2021 · 3 comments
Open

'tripadvisor': FontAwesomeIcons.tripadvisor error #79

opensanyue opened this issue Oct 21, 2021 · 3 comments

Comments

@opensanyue
Copy link

flutter2.5.0-2.5.2
dynamic_widget: ^4.0.2
4.0.3 used to run normally, but opened today, running error:
e:/flutter/.pub-cache/hosted/pub.flutter-io.cn/dynamic_widget-4.0.3/lib/dynamic_widget/icons_helper.dart:2444:35: Error: Getter not found: 'tripadvisor'.
'tripadvisor': FontAwesomeIcons.tripadvisor,
^^^^^^^^^^^
The same goes for 4.0.2.

@ChangJoo-Park
Copy link
Contributor

ChangJoo-Park commented Oct 22, 2021

#78 must be merge.

@opensanyue please add font_awesome_flutter ^9.2.0 in your pubspec.yaml

dependencies:
  font_awesome_flutter: 9.1.0 # without `^`

@prilepskiy
Copy link

I'm sorry, but any updates here?
I still get this error with flutter 2.8.1 and dynamic_widget: 4.0.3:

../../flutter/.pub-cache/hosted/pub.dartlang.org/dynamic_widget-4.0.3/lib/dynamic_widget/icons_helper.dart:2444:35: Error: Member not found: 'tripadvisor'.
  'tripadvisor': FontAwesomeIcons.tripadvisor,
                                  ^^^^^^^^^^^

@prilepskiy
Copy link

And I'm sorry again, I still have overridden dependency in my project. Can you fix that, please?

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

3 participants