skip to Main Content

Duplicate class com.google.android.play.core.appupdate.AppUpdateInfo found in modules issue – React native

Hi I am facing this issue "Duplicate class com.google.android.play.core.install.InstallState found in modules jetified-app-update-2.0.1-runtime.jar (com.google.android.play:app-update:2.0.1) and jetified-core-1.8.0-runtime.jar (com.google.android.play:core:1.8.0)" while installing debug build. I am using "sp-react-native-in-app-updates": "^1.1.1" this library for in app updates. Anyone who has solution? Well I tried to…

VIEW QUESTION

Divider is not visible in horizontal list view flutter

Widget build(BuildContext context) { return ListView.builder( scrollDirection: Axis.horizontal, shrinkWrap: false, physics: const BouncingScrollPhysics(), itemBuilder: (context, int i) { return Center( child: Card( child: GestureDetector( child: Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: const [ SizedBox( height: 15, width: 100,…

VIEW QUESTION
Back To Top
Search