Daine Ric-Hansen
Results
2
issues of
Daine Ric-Hansen
In the material Icon pack, there is are issues on lines 1230-1232. Issue: 'class__sharp': Icons.class__sharp, 'class__rounded': Icons.class__rounded, 'class__outlined': Icons.class__outlined, The Icons.class__sharp has 2 underscores stopping it from reading properly. it...
There is an issue where the SearchBar object is being called from both Material search_anchor and IconPicker itself. Fix: In the imports set "import '../IconPicker/searchBar.dart' as sb;". The sb gives...