Евгений Стёпин

Results 11 issues of Евгений Стёпин

All lists on screenshots have initial order (1, 2, 3, 4, ...) before reordering. I increased divider thickness of the package example to make it more representative. When you drag...

## 🐛 Bug Report I got this report from Firebase Crashlytics **Version:** 3.3.3 **Platform:** - [x] :iphone: iOS - [ ] :robot: Android

## Steps to Reproduce Channel master 1. Set `PathUrlStrategy` on default project 2. Run locally and try to navigate to /a/b Error: `The script has an unsupported MIME type ('text/html').`...

platform-web
assigned for triage

## 🐛 Bug Report Stack Trace: ``` PlatformException: PlatformException(error, Attempt to invoke interface method 'java.util.Iterator java.util.Set.iterator()' on a null object reference, null, java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.Set.iterator()'...

## 🐛 Bug Report I got this exception in Crashlytics: ``` java.lang.NullPointerException: null at com.tundralabs.fluttertts.FlutterTtsPlugin.onInitListener$lambda$3(FlutterTtsPlugin.kt:229) at com.tundralabs.fluttertts.FlutterTtsPlugin.$r8$lambda$XaP8S28PtXzgWQDslTYZpfp1vzk at com.tundralabs.fluttertts.FlutterTtsPlugin$$ExternalSyntheticLambda1.onInit at android.speech.tts.TextToSpeech.dispatchOnInit(TextToSpeech.java:824) at android.speech.tts.TextToSpeech.-wrap4 at android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask.onPostExecute(TextToSpeech.java:2221) at android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask.onPostExecute(TextToSpeech.java:2214) at android.os.AsyncTask.finish(AsyncTask.java:727) at...

bug

``` var path = await FlutterDocumentPicker.openDocument( params: FlutterDocumentPickerParams(), ); ``` When I close dialog not by pressing "Cancel" button, but just swiping down the path is still awaited.

When dialog is open `statusBarBrightness` should be dark because status bar color is always black.

### Steps to reproduce I got `PlatformException(null-error, Host platform returned null value for non-null return value., null, null)` in Sentry on production after calling `SKPaymentQueueWrapper().storefront()`. So far the issue occured...

c: crash
platform-ios
p: in_app_purchase
package
team-ios

I got this error in Crashlytics. The error occurred after attempt to format a price. Stack Trace: ``` ArgumentError: Invalid argument(s): Invalid locale "se_SE" File "intl_helpers.dart", line 204, in _throwLocaleError...

missing-locale-data
package:intl

Entering and exiting fullscreen pauses playing video on web. It happens most of the time, but not always. Code sample from the plugin page: ```dart // Make sure to add...