Flutter Painter
Results
62
comments of
Flutter Painter
Another alternative that does not require to switch to imagePicker ``` xml ``` ``` dart if (Platform.isAndroid) { final info = await DeviceInfoPlugin().androidInfo; if (info.version.sdkInt > 32) { // do...
Hi @ened Could you please review ?