RamunasO

Results 1 comments of RamunasO

You need to add `@pragma('vm:entry-point')` to your callback function, otherwise flutter will treeshake it in production. See [flutter downloader docs](https://pub.dev/packages/flutter_downloader) for an example. This also needs to be added to...