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

App breaks in channel beta - No named parameter shadowThemeOnly #69

Closed
Theunodb opened this issue Nov 20, 2020 · 1 comment
Closed

App breaks in channel beta - No named parameter shadowThemeOnly #69

Theunodb opened this issue Nov 20, 2020 · 1 comment

Comments

@Theunodb
Copy link

Getting this error when trying to run the app in beta flutter channel:

    ../../../.pub-cache/hosted/pub.dartlang.org/dropdown_search-0.4.6/lib/src/popupMenu.dart:611:32: Error: No named parameter with the name 'shadowThemeOnly'.
          theme: Theme.of(context, shadowThemeOnly: true),

As an interim fix i removed the extra part until the fix has been implemented:

In the popupMenu.dart line 611 change this

theme: Theme.of(context, shadowThemeOnly: true),

to this:

theme: Theme.of(context),
@salim-lachdhaf
Copy link
Owner

thank you for rapporting that, we already added this changes in the next version.

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

2 participants