Nafiz
Nafiz
``` pod 'Charts', '~> 4.1.0' ``` It fixes my issues but it creates few more for my project, like * Cannot find type 'IAxisValueFormatter' in scope * Cannot use optional...
1.11.4 here. Xcode Version 15.0.1 (15A507) and iOS 17, didn't work.
I registered the plugin this way and it had no issues. ` FlutterDownloaderPlugin.setPluginRegistrantCallback { registry in if (!registry.hasPlugin("FlutterDownloaderPlugin")) { FlutterDownloaderPlugin.register(with: registry.registrar(forPlugin: "FlutterDownloaderPlugin")!) } } `