LuckyJayce
LuckyJayce
I want to be able to register the same type of provider, I know that river_pod does this, but I want the provider implementation. My solution is to create different...
…ox.FlexItem error java.lang.ClassCastException: android.support.v7.widget.RecyclerView$LayoutParams cannot be cast to com.google.android.flexbox.FlexItem
liquid_swipe: ^1.3.0 会报错 ../../../environment/flutter/.pub-cache/hosted/pub.flutter-io.cn/liquid_swipe-1.3.0/lib/liquid_swipe.dart:209:20: Error: 'Page' is imported from both 'package:flutter/src/widgets/navigator.dart' and 'package:liquid_swipe/page.dart'. child: Page( 原因是 liquid_swipe的Page和navigator的Page名字冲突了 建议写成: liquid_swipe: 1.5.0 不过如果之前如果引入过1.5.0版本, 这里写liquid_swipe: ^1.3.0 不会报错,因为本地有1.5.0版本
Have a suggestion, Can you directly generate the constant fields and table names of the table, so that it is convenient for the sql statement to use the ${} method...
https://github.com/LuckyJayce/ViewPagerIndicator 你可以看下这种实现方式