Target of URI doesn't exist: 'package:getwidget/getwidget.dart'. Try creating the file referenced by the URI, or Try using a URI for a file that does exist. #306
hi, @lude1994
I tried to reproduced this, I did not get any error,
Please check that you properly declare the package in pubspec.yaml file,
also make sure you use command flutter pub get
getwidget: ^2.0.4 引入import 'package:getwidget/getwidget.dart';报错