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

Error with flutter 2.8.1 #10

Open
tenSunFree opened this issue May 28, 2022 · 1 comment
Open

Error with flutter 2.8.1 #10

tenSunFree opened this issue May 28, 2022 · 1 comment

Comments

@tenSunFree
Copy link

The argument type 'RefreshConfiguration Function()' can't be assigned to the parameter type 'Widget Function(BuildContext, Widget?)'.
2022-05-28_211117

can try adding (BuildContext context, Widget? widget).
2022-05-28_212145

Note that your app won't be available to users running Android SDKs below 19.
2022-05-28_211533

can try adding minSdkVersion 19.
2022-05-28_211716

Your project requires a newer version of the Kotlin Gradle plugin.
2022-05-28_211837

can try adding ext.kotlin_version = '1.5.30'.
2022-05-28_211952

@Yusufihsangorgel
Copy link

Thank you

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