We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The argument type 'RefreshConfiguration Function()' can't be assigned to the parameter type 'Widget Function(BuildContext, Widget?)'.
can try adding (BuildContext context, Widget? widget).
Note that your app won't be available to users running Android SDKs below 19.
can try adding minSdkVersion 19.
Your project requires a newer version of the Kotlin Gradle plugin.
can try adding ext.kotlin_version = '1.5.30'.
The text was updated successfully, but these errors were encountered:
Thank you
Sorry, something went wrong.
No branches or pull requests
The argument type 'RefreshConfiguration Function()' can't be assigned to the parameter type 'Widget Function(BuildContext, Widget?)'.
can try adding (BuildContext context, Widget? widget).
Note that your app won't be available to users running Android SDKs below 19.
can try adding minSdkVersion 19.
Your project requires a newer version of the Kotlin Gradle plugin.
can try adding ext.kotlin_version = '1.5.30'.
The text was updated successfully, but these errors were encountered: