Arfaz123 / ui_to_image

A Flutter package that enables easy generation and sharing of images from custom UI designs.
https://pub.dev/packages/ui_to_image
MIT License
1 stars 0 forks source link

File not found #1

Open nicomelnyk opened 8 months ago

nicomelnyk commented 8 months ago

Getting this error while trying to use the dependency ../../../AppData/Local/Pub/Cache/hosted/pub.dev/ui_to_image-0.0.5/lib/ui_to_image.dart:19:1: Error: Error when reading '../../../AppData/Local/Pub/Cache/hosted/pub.dev/ui_to_image-0.0.5/lib/src/file_manager_io.dart': El sistema no puede encontrar el archivo especificado.

I see that the problem is related to line 20 of ui_to_image.dart which is: if (dart.library.io) 'package:ui_to_image/src/file_manager_io.dart' this shoud be: if (dart.library.io) 'package:ui_to_image/src/file_manager/file_manager_io.dart'

File is here: https://github.com/Arfaz123/ui_to_image/blob/main/lib/src/file_manager/file_manager_io.dart

Arfaz123 commented 8 months ago

Getting this error while trying to use the dependency ../../../AppData/Local/Pub/Cache/hosted/pub.dev/ui_to_image-0.0.5/lib/ui_to_image.dart:19:1: Error: Error when reading '../../../AppData/Local/Pub/Cache/hosted/pub.dev/ui_to_image-0.0.5/lib/src/file_manager_io.dart': El sistema no puede encontrar el archivo especificado.

I see that the problem is related to line 20 of ui_to_image.dart which is: if (dart.library.io) 'package:ui_to_image/src/file_manager_io.dart' this shoud be: if (dart.library.io) 'package:ui_to_image/src/file_manager/file_manager_io.dart'

File is here: https://github.com/Arfaz123/ui_to_image/blob/main/lib/src/file_manager/file_manager_io.dart

Thank you for your response. We will fix it soon.