Sunday 23 August 2020

How to use tools:overrideLibrary="io.flutter.plugins.camera"

I am trying to use the camera plugin in flutter(for Image Picker from camera as the source) ,I understand that I need to have a min sdk version to 21 for using it,but when I see the error it also suggests that we can also override the plugin usage(which may result in runtime crashes)

 use tools:overrideLibrary="io.flutter.plugins.camera" to force usage (may lead to runtime failures)

enter image description here so can anyone point me in the right direction on How do I override it ?



from How to use tools:overrideLibrary="io.flutter.plugins.camera"

No comments:

Post a Comment