fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
844 stars 244 forks source link

Example app not working #165

Closed sujithsa007 closed 3 years ago

sujithsa007 commented 3 years ago

icons is not being recognized from the imported package in the below code

final filteredIcons = icons .where((icon) => _searchTerm.isEmpty || icon.title.toLowerCase().contains(_searchTerm.toLowerCase())) .toList();

d1 d2

using the latest 9.0.0 version

sujithsa007 commented 3 years ago

Downloaded the example code and it worked. The one shown on the package screen is still giving off error, since it does have the example dart files