Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After implement the library i got that issue #56

Open
sudiptachannelplay opened this issue Jul 17, 2023 · 1 comment
Open

After implement the library i got that issue #56

sudiptachannelplay opened this issue Jul 17, 2023 · 1 comment

Comments

@sudiptachannelplay
Copy link

sudiptachannelplay commented Jul 17, 2023

../../../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<ui.Image> _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'.

  • 'ImagePainterState' is from 'package:image_painter/src/_paint_over_image.dart' ('../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'Uint8List'.
    _image = await _convertImage(Uint8List.view(img.buffer));
    ^^^^^^^^^
    ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:435:34: Error: 'Uint8List' isn't a type.
    Future<ui.Image> _convertImage(Uint8List img) async {
    ^^^^^^^^^
    ../../../FlutterSdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_painter-0.6.0/lib/src/_paint_over_image.dart:844:30: Error: Member not found: 'Checkbox.adaptive'.
    Checkbox.adaptive(
    ^^^^^^^^
@towcar
Copy link

towcar commented Sep 19, 2023

Whats your SDK version for flutter?

0.6.0 requires min 2.15
0.5.0 requires min 2.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants