Mahdi Pishguy

Results 148 issues of Mahdi Pishguy

how can i set progress listener? to know user clicked on progressbar inside activity,fragment or adapter?

i implemented `riverpod` package on our application and after install and using this library and I get this error: ``` TimeoutException after 0:00:03.000000: Future not completed ``` And `retry` doesn't...

pkg:retry
pending-triage

how can i know when audio is finished? is any listener for know that?

Hi, is there any screen shot for this library? could you attach on readme?

with RectGetter widget we can detect visible items into ListView, for example: ``` List getVisible() { var rect = RectGetter.getRectFromKey(listViewKey); var _items = []; _keys.forEach((index, key) { var itemRect =...

``` D:\develop\flutter\.pub-cache\hosted\pub.dartlang.org\background_fetch-1.1.1\android\src\main\java\com\transistorsoft\flutter\backgroundfetch\BackgroundFetchPlugin.java:9: warning: [deprecation] Registrar in Pl uginRegistry has been deprecated import io.flutter.plugin.common.PluginRegistry.Registrar; ^ D:\develop\flutter\.pub-cache\hosted\pub.dartlang.org\background_fetch-1.1.1\android\src\main\java\com\transistorsoft\flutter\backgroundfetch\BackgroundFetchPlugin.java:16: warning: [deprecation] Registrar in P luginRegistry has been deprecated public static void registerWith(Registrar registrar) {...

this is xml layout which i want to have 10 tide on top of background image, by default its 5 and i cant change that by : `tideCount="10" any integer...

how can i install this package on PHP 8? ```bash root@2b808f246882:/var/www# php --version PHP 8.0.3 (cli) (built: Mar 5 2021 07:53:56) ( NTS ) Copyright (c) The PHP Group Zend...

after adding `andResGuard` to project build.gradle such as: ``` apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' apply plugin: 'com.jakewharton.hugo' apply plugin: 'com.novoda.bintray-release' apply plugin: 'realm-android'...

Because flutter_bloc_extensions >=0.1.2 depends on flutter_bloc ^0.13.0 and business_maker depends on flutter_bloc 0.17.0, flutter_bloc_extensions >=0.1.2 is forbidden. So, because business_maker depends on flutter_bloc_extensions 0.1.2, version solving failed.