Skip to content

Error: 'SearchBar' is imported from both #98

@bigbrain-cmd

Description

@bigbrain-cmd

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 it an alias. Do this in the Default, Adaptive and FullScreenDialog dart files and then all instances of SearchBar in those files, replace them with sb.SearchBar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions