yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
108 stars 119 forks source link

After implement the library i got that issue #56

Open sudiptachannelplay opened 1 year ago

sudiptachannelplay commented 1 year ago

../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:187:5: Error: Type 'Uint8List' not found. Uint8List byteArray, { ^^^^^^^^^ ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:271:9: Error: Type 'Uint8List' not found. final Uint8List? byteArray; ^^^^^^^^^ ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:435:34: Error: Type 'Uint8List' not found. Future _convertImage(Uint8List img) async { ^^^^^^^^^ ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:736:10: Error: Type 'Uint8List' not found. Future<Uint8List?> exportImage() async { ^^^^^^^^^ ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:187:5: Error: 'Uint8List' isn't a type. Uint8List byteArray, { ^^^^^^^^^ ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:271:9: Error: 'Uint8List' isn't a type. final Uint8List? byteArray; ^^^^^^^^^ ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:399:36: Error: The getter 'Uint8List' isn't defined for the class 'ImagePainterState'.

towcar commented 1 year ago

Whats your SDK version for flutter?

0.6.0 requires min 2.15 0.5.0 requires min 2.12