Ahmad Khan

Results 6 comments of Ahmad Khan

Didn't work for me. I'm trying to use custom widget for loading but it is still showing black background wrapping my widget.

My code: ``` /// EasyLoading styling EasyLoading.instance ..displayDuration = const Duration(milliseconds: 2500) ..radius = 10 ..textStyle = const TextStyle( color: AppTheme.whiteColor, fontSize: 18, letterSpacing: 0.5, fontWeight: FontWeight.w400, ) ..maskColor =...

Yeah, it worked also had to add ``` ..textColor = Colors.white ..indicatorColor = Colors.transparent ``` because they can't be null when loadingStyle is custom

@abhu66 this design is dope 🔥 for inspiration, can you please share the code behind custom widget and how you positioned it above the target widget?

Same here. maybe it's worth to be precise. I'm able to tap on compass even though I don't see it. Looks like it's just hidden but working anyway by tapping...

I see this error on auto close as well (but only once) ``` Error dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 296:3 throw_ errors.dart:296 packages/flutter/src/animation/animation_controller.dart 866:9 animation_controller.dart:866 packages/flutter/src/animation/animation_controller.dart 876:14 dispose animation_controller.dart:876 packages/flutter/src/widgets/animated_scroll_view.dart 1393:55 animated_scroll_view.dart:1393 dart-sdk/lib/async/zone.dart 1661:54...