flutter : "Could not resolved the package" every install new packages

标签 flutter dart

我在从 pub.dev 安装新包时遇到了一些问题。我使用以下命令在我的根项目中创建自己的包:flutter create --template=package main_template结构文件夹
Structure folder
我在里面安装新包 main_template 不是 .每次在 中安装新包main_template 我收到此错误:


Compiler message:
Error: Could not resolve the package 'device_info' in 'package:device_info/device_info.dart'.
sinergi_flutter_template/main_template/lib/variable/get_device_id.dart:3:8: Error: Not found: 'package:device_info/device_info.dart'
import 'package:device_info/device_info.dart';
       ^
sinergi_flutter_template/main_template/lib/variable/get_device_id.dart:9:11: Error: 'DeviceInfoPlugin' isn't a type.
    final DeviceInfoPlugin deviceInfoPlugin = DeviceInfoPlugin();
          ^^^^^^^^^^^^^^^^
sinergi_flutter_template/main_template/lib/variable/get_device_id.dart:9:47: Error: The method 'DeviceInfoPlugin' isn't defined for the class 'GetDeviceId'.
 - 'GetDeviceId' is from 'package:main_template/variable/get_device_id.dart' ('sinergi_flutter_template/main_template/lib/variable/get_device_id.dart').
Try correcting the name to the name of an existing method, or defining a method named 'DeviceInfoPlugin'.
    final DeviceInfoPlugin deviceInfoPlugin = DeviceInfoPlugin();
                                              ^^^^^^^^^^^^^^^^
U
nhandled exception:
FileSystemException(uri=org-dartlang-u
ntranslatable-uri:package%3Adevice_info%2Fdevice_info.dart; message=StandardFileSystem only supports file:* and data:* URIs)
#0      StandardFileSystem.entityForUri  (package:front_end/src/api_prototype/standard_file_system.dart:33:7)
#1      asFileUri ( (package:vm/kernel_front_end.dart:604:3)
7)
#2      writeDepfile  (package:vm/kernel_front_end.dart:799:21)
<asynchronous suspension>
#3      FrontendCompiler.compile  (package:frontend_server/frontend_server.dart:472:15)
<asynchronous suspension>
#4      _FlutterFrontendCompiler.compile (package:flut
ter_frontend_server/server.dart:38:22)
#5      starter  (package:flutter_frontend_server/server.dart:149:27)
#6      main  (file:///C:/b/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:8:30)
#7      _startIsolate.<anonymous closure>  (dart:isolate-patch/isolate_patch.dart:305:32)
#8      _RawReceivePortImpl._handleMessage  (dart:isolate-patch/isolate_patch.dart:174:12)
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.

FAILURE: Build failed with an exception.

* Where:
Script 'C:\flutter\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 780

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'C:\flutter\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 20s
Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Until now i trying install 3 package [Cache Network Image,Device Info , SplashScreen]. And all packages give me that error.


我怎样才能修好它?

最佳答案

你用的是vs代码吗?

只需重新启动或关闭 vs 代码应用程序(所有窗口),然后再次打开它运行

flutter 酒吧得到

关于 flutter : "Could not resolved the package" every install new packages,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60071600/

相关文章:

flutter - 如何在Flutter上设置tflite PoseNet “Single-Person Pose Estimation”?

flutter - 如何使文本或富文本在 flutter 中可滚动?

flutter - 如何在Flutter dart的ListView中添加floatactionbutton

flutter - 可见性小部件占用行小部件中的区域?

flutter - 改变 Flutter 的 FlatButton onPressed 的颜色

listview - Listview 中项目之间不需要的间隙 flutter

flutter - 带有嵌套自定义FormField的Flutter Form onSaved执行顺序

flutter - 是否有一个订阅流,不会引发异常。相反,它会自动取消旧的订阅吗?

flutter - flutter 中的异步函数不会返回null

Flutter 将内容包含到页面中