Error: Could not resolve the package ***

 
Compiler message:
Error: Could not resolve the package 'file_lumberdash' in 'package:file_lumberdash/file_lumberdash.dart'.
../modules/e8_framework/lib/util/log.dart:4:8: Error: Not found: 'package:file_lumberdash/file_lumberdash.dart' import 'package:file_lumberdash/file_lumberdash.dart';
 
The general idea is that I can’t find a certain bag.
 
reason:
Only add another third-party package to a certain plug-in or dependency of the project, and perform getpackage
But there is no getpackage in the main project
Just perform getpackage in the main project.

Guess you like

Origin blog.csdn.net/qizd0802/article/details/106091619