I wan't to use the Agora UIKit to implement the video calling feature in my App.
The following dependencies work well in a separate flutter project (not flutterflow):
flutter_lints: 2.0.3
lints: 2.1.1
agora_uikit: 1.3.7
but I am not able to force these dependencies version in my custom widget
agora_testing won't work with lints version greater than 2.1.1 and I am not able to change lints dependencies version for the entire project.
I tried using "any" as the project version but it still fails.
Is there any workaround for this?