kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

Target URI doesn't exist after pubspec get #108

Closed sulaemansantoso closed 2 years ago

sulaemansantoso commented 2 years ago

I'm getting an error after pubspec get that says target URI doesn't exist image

JethroOlwen commented 2 years ago

I think you need to include full dir of the file, mine looks like this import 'package:blue_thermal_printer/blue_thermal_printer.dart'; if still happen maybe try to do some pub get

sernocturno commented 2 years ago

i have the same issue, @JethroOlwen the file is self generated and it generate when you do pub get

sulaemansantoso commented 2 years ago

I think you need to include full dir of the file, mine looks like this import 'package:blue_thermal_printer/blue_thermal_printer.dart'; if still happen maybe try to do some pub get

it is still displaying error, btw this file is autogenerated so you shouldn't tamper with it right ? image

JethroOlwen commented 2 years ago

Oh i am very sorry, i actually ignored that one, if deleted it will be auto generated again

sulaemansantoso commented 2 years ago

Turns out, Solution has been addressed in #102 , the library does not yet support flutter web so need to exclude the file in the analysis

image