multidex hex, yex
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
erinn 2022-02-04 16:15:43 -08:00
parent c2f3267ec7
commit f55647e233
3 changed files with 28 additions and 8 deletions

View File

@ -6,7 +6,7 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="Cwtch"
android:extractNativeLibs="true"
android:icon="@mipmap/knott">

View File

@ -0,0 +1,20 @@
// Generated file.
// If you wish to remove Flutter's multidex support, delete this entire file.
package io.flutter.app;
import android.content.Context;
import androidx.annotation.CallSuper;
import androidx.multidex.MultiDex;
/**
* Extension of {@link io.flutter.app.FlutterApplication}, adding multidex support.
*/
public class FlutterMultiDexApplication extends FlutterApplication {
@Override
@CallSuper
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
MultiDex.install(this);
}
}

View File

@ -190,13 +190,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.6"
desktoasts:
dependency: "direct main"
description:
name: desktoasts
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
desktop_notifications:
dependency: "direct main"
description:
@ -790,6 +783,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.8"
win_toast:
dependency: "direct main"
description:
name: win_toast
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
window_manager:
dependency: "direct main"
description: