flutter_ducafecat_news_getx icon indicating copy to clipboard operation
flutter_ducafecat_news_getx copied to clipboard

Error with flutter 2.8.1

Open tenSunFree opened this issue 2 years ago • 1 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

tenSunFree avatar May 28 '22 13:05 tenSunFree

Thank you

Yusufihsangorgel avatar Sep 04 '22 15:09 Yusufihsangorgel