Mohsen

Results 26 comments of Mohsen

``` > Configure project :open_file Evaluating project ':open_file' using build file 'C:\Src\flutter\.pub-cache\hosted\pub.dartlang.org\open_file-3.0.3\android\build.gradle'. ********************************************************* WARNING: This version of flutter_webview_plugin will break your Android build if it or its dependencies aren't compatible...

ByteData data = await PlatformAssetBundle().load('assets/sounds/busy.mp3'); // assets link await player.startPlayer( fromDataBuffer: data.buffer.asUint8List(), sampleRate: 44100, codec: Codec.mp3, numChannels: 2, whenFinished: () {});

> I'm not sure, we haven't tried this library with postgis. There's one open PR that supposedly adds postgis support: https://github.com/citusdata/django-multitenant/pull/68/files > > However, since that PR does not contain...

yes, but for now you can comment on lines 565 to 576 in` crop.dart` file

Sorry I closed it by mistake

ممنون، خودتون حتما اطلاعات کافی دارید، [calculatorsoup.com](https://www.calculatorsoup.com/calculators/conversions/numberstowords.php) این سایتی دقیقا این کاری که من لازم دارم رو انجام میده، شاید به دردتون بخوره

> > > > I use SliverMasonryGrid.count in CustomScrollView and make item keep alive, drop frame problem disappear。 but all Items build, not dynamic build, how to resolve I had...

its related to deep-link, when you open the metamask app with deep-link and try to switch between app The deep link sends the information again and again and you are...

> This is issue from meta mask right? I think the problem is with Android, for example, when I get a notification from Instagram and I click on the notification...

I encountered an issue today. It's important to check the response before hashing. and "BCMR" in utf8 with length encoding should be "0442434d52" ``` const bcmrContent = await response.text(); ///...