flutter_progress_dialog icon indicating copy to clipboard operation
flutter_progress_dialog copied to clipboard

Flutter progress dialog, support Android and iOS platform.

Results 8 flutter_progress_dialog issues
Sort by recently updated
recently updated
newest added

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_progress_dialog-0.1.0/lib/src/widget/theme.dart:39:15: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'. - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/framework.dart'). Try correcting the name to the name of an existing method, or defining...

I am using this progress dialog library to show progress UI when app is performing something serious IO stuff. But i noticed when we double tap or long press on...

The method `inheritFromWidgetOfExactType(T)` was deprecated after v1.12.1, and totally replaced by `dependOnInheritedWidgetOfExactType()` on version `1.26.0-12.0.pre-dev`.

``` Unhandled Exception: NoSuchMethodError: The method 'showDismissAnim' was called on null. Receiver: null Tried calling: showDismissAnim() #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) #1 ProgressFuture.dismiss (package:flutter_progress_dialog/src/core/future.dart:25:34) #2 ProgressManager.dismissAll. ```

used loadingText backgroundColor the text is always chinese background color does not follow what is specified.

the visual display is very nice. one thing lacking is that the user can click anywhere on the screen. the behavior should still be the same as a dialog where...

方法: 使用ProgressDialog包裹MaterialApp 现象: loading在生效的时候可以点到appbar的返回键,如何禁用?是否有类似barrierDismissible这样的属性设置, 不过oktoast好像也是没有这样的属性 flutter_progress_dialog: ^0.1.0 flutter 1.9.1+hotfix.6 感谢