flutter_foreground_task icon indicating copy to clipboard operation
flutter_foreground_task copied to clipboard

Target of URI doesn't exist: 'package:flutter_foreground_task/flutter_foreground_task.dart'.

Open meridorkobi opened this issue 3 years ago • 1 comments

Hello I'm trying to use the plugin

In pubspec.yaml flutter_foreground_task:

in Dart file import 'package:flutter_foreground_task/flutter_foreground_task.dart';

What can I do?

meridorkobi avatar Jun 12 '22 07:06 meridorkobi

Usually closing and reopening the IDE alleviates this problem. If you use VS Code check output tab after running flutter pub get to see possible errors. An other thing that you can try is running flutter clean to remove everything in your build folder and running flutter pub get again.

behradkhadem avatar Jun 14 '22 05:06 behradkhadem