Marian

Results 9 issues of Marian

## Firebase Crashlog: ``` Fatal Exception: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:760) at java.util.LinkedHashMap$LinkedValueIterator.next(LinkedHashMap.java:788) at xyz.luan.audioplayers.AudioplayersPlugin$UpdateCallback.run(AudioplayersPlugin.java:57) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:313) at android.app.ActivityThread.main(ActivityThread.java:8663) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135) ```...

bug
platform-android

Will this package support null-safety?

please @AndroidHensen or @wanwusangzhi check this pr for null-safety

First of all, thanks for this great library! Unfortunately the hero animations don't work. Is there an alternative solution for this or will it be supported in the near future?

enhancement

Firebase crash log: ```cmd Fatal Exception: java.lang.NoSuchMethodError: No static method f(Landroid/content/Context;)Landroidx/core/app/n; in class Landroidx/core/app/n; or its super classes (declaration of 'androidx.core.app.n' appears in /data/app/~~S_zz7RiRmvHW3bspwnclbg==/androidx.test.tools.crawler-6DMZwvhRTKfw6HiB15rVYA==/base.apk) at com.vanethos.notification_permissions.MethodCallHandlerImpl.getNotificationPermissionStatus(MethodCallHandlerImpl.java:2) at com.vanethos.notification_permissions.MethodCallHandlerImpl.onMethodCall(MethodCallHandlerImpl.java:10) at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:17)...

```cmd Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Location with the name "Asia/Yangon" doesn't exist. Error thrown null. at LocationDatabase.get(location_database.dart:40) at .getLocation(env.dart:36) at Notifications._configureLocalTimeZone(notifications.dart:65) at Notifications._initLocalNotification(notifications.dart:348) at Notifications.init(notifications.dart:70) at SmoxyProvider.initAppState(smoxy_provider.dart:1058) at SmoxyProvider.loadUserAndInitialize(smoxy_provider.dart:803) ```

Please can you add ts support? https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html

**Description** The app crashes without any logs when the Aurora Effect is placed on the root page. The crash occurs when navigating to a new page and then returning, in...

bug

Any plans to support i18n like nuxtjs/sitemap? _nuxt.config.js_ ```nuxt.config.js { modules: [ 'nuxt-i18n', '@nuxtjs/sitemap' ], i18n: { locales: ['en', 'es', 'fr'], defaultLocale: 'en' }, sitemap: { hostname: 'https://example.com', // shortcut...