rivetingpeppermint
rivetingpeppermint
Is it possible to leave the center text without any background color (transparent)? I've tried setting the TextStyle but it turns out the center background color is already pre-set.
I still have this issue too. Any updates? I'm using `flutter_downloader: ^1.7.4` on flutter `2.10.5`.
Here's my `flutter doctor` results for good measure: ``` [✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.14.6 18G95, locale en-ID) • Flutter version 1.12.13+hotfix.5 at /Users/ictmacbook2/flutter • Framework...
@om-ha I've tried changing my if to this: `if (status.toString() == "DownloadTaskStatus(3)" && progress == 100 &&id!=null)`. Can't use `if (status == DownloadStatus.COMPLETE)` because the statuses are `DownloadTaskStatus(2), DownloadTaskStatus(3)`, and...
It appears that the tasks won't run after I performed hot restart. After each build, everything works fine, but once I hot restart, none of the tasks would run.