Skip to content

Error: 'SearchBar' is imported from both #98

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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