ducafecat / flutter_ducafecat_news_getx

flutter2 + dio4 + getx4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with flutter 2.8.1

tenSunFree opened this issue · comments

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