loading_overlay icon indicating copy to clipboard operation
loading_overlay copied to clipboard

fix opacity issue on ios--using(using color box)

Open venbrinoDev opened this issue 2 years ago • 2 comments

Fix issue on ios

opacity having issue on ios and it cause janky issue

i fixed by using color box

venbrinoDev avatar Sep 04 '23 19:09 venbrinoDev

Guys please merge this PR.

emmanueljoshua1 avatar Oct 19 '23 07:10 emmanueljoshua1

hey @venbrinoDev @emmanueljoshua1,

you can just switch to LoadingOverlayPro, it basically has the same constructors as LoadingOverlay and you do not need any additional configurations like the other packages.

LoadingOverlayPro({
    Key key,
    @required this.isLoading,
    @required this.child,
    this.colorBackground = Colors.black54,
    this.progressIndicator = const LoadingBouncingLine.circle(),
  });

// only isLoading && child is required

goodluck, and goodspeed👍

Adminixtrator avatar Oct 19 '23 08:10 Adminixtrator