Flutter android app crashes upon startup if I include a certain package

后端 未结 5 658
庸人自扰
庸人自扰 2021-01-06 01:33

A problem has suddenly recently arisen such that simply by including the dependency in \'location\' in pubspec.yaml like e.g.

dependencies:
  flutter:
             


        
5条回答
  •  广开言路
    2021-01-06 02:04

    I have a similar issue, for me its a different package though.

    stripe_payment: "^0.0.6"

    I can't see anything in the logs which are as follows:

    Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".

    Launching lib/main.dart on Android SDK built for x86 in debug mode... Initializing gradle... 3.2s Resolving dependencies... 17.4s Running 'gradlew assembleDebug'... 48.1s Built build\app\outputs\apk\debug\app-debug.apk. Installing build\app\outputs\apk\app.apk... 2.4s

提交回复
热议问题