Ali Habbash

Results 3 comments of Ali Habbash

You would add a `playerLoadingFallback` to be a `CircularProgressIndicator` with the custom color you want as follow: ``` FlickVideoPlayer( flickManager: flickManager, flickVideoWithControls: const FlickVideoWithControls( controls: CustomOrientationControls(), playerLoadingFallback: Center( child: CircularProgressIndicator(...

I also face the same issue Excel.decodeBytes(bytes) is blocking the ui thread so, The progress indicator is freezed until the method is finished it's work

Yes the problem goes away when i remove the gradle dependency. Sorry for late.