Iurii Dorofeev

Results 21 issues of Iurii Dorofeev

Hi! Thank you for this library. Sometimes you need to send logs to someone with a file during development. Now this is hard to do. Could you add a method...

## 🐛 Bug Report App crashes on start at web android This feature is not supported at WebView Android https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance#browser_compatibility. App crashes when dart try to access `html.SpeechSynthesisUtterance`. Maybe we...

enhancement

[feature request] `exportLogs` should return Future. If you want to share log file, y want to know when log file will be ready

enhancement

Hi! Sometimes I see this exception in Cashlytics: ``` Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError FormatException: Unexpected character (at character 344) ...LogLevel.INFO","stacktrace":"null"}}{"key":4723,"store":"flogs","value":... ^ . Error thrown null. JsonCodec.decode (JsonCodec.java) SembastDatabase.open..import (.java:797) SembastDatabase.open. (open.java:847)...

* Fixed PlatformException https://github.com/aloisdeniel/flutter_geocoder/issues/29 * Format code. * Update deps.

Hi! It will be nice if will be some way to exclude resources from library. Many application don't use flags icons or strings . It will reduce library size Thank...

`detectedCountry` can be null. But in line `!detectedCountry.equals(selectedCountry)` we use it ```java @Override public void onTextChanged(CharSequence s, int start, int before, int count) { CCPCountry selectedCountry = getSelectedCountry(); if (selectedCountry...

I have two tables: post.dart ```dart @entity class Post { @PrimaryKey(autoGenerate: true) final int id; } ``` trip.dart ```dart @Entity(foreignKeys: [ ForeignKey( childColumns: ["postId"], parentColumns: ["id"], entity: Post, onDelete: ForeignKeyAction.cascade,...

Sometimes you need to make a transaction that will work with several DAO or will have a lot of logic. I would like to have separate methods for starting and...

feature

``` Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x9905c __exceptionPreprocess 1 libobjc.A.dylib 0x15f54 objc_exception_throw 2 CoreFoundation 0x17601c +[NSObject(NSObject) _copyDescription] 3 CoreFoundation 0x2e484 ___forwarding___ 4 CoreFoundation 0x2d5c0 _CF_forwarding_prep_0 5 YandexMobileMetrica 0x27618 (Missing) 6...