错误:不能解决包名称在颤动

0

的问题

我试图运行 flutter build apk --split-per-abi.

我已经运行 flutter pub get 它跑,没有任何错误,只是一些依赖关系的警告。 当我试图建立该应文件我得到了这个错误我的终端记录。

Error: Couldn't resolve the package 'fuodz' in 'package:fuodz/services/auth.service.dart'.
Error: Couldn't resolve the package 'fuodz' in 'package:fuodz/services/cart.service.dart'.
Error: Couldn't resolve the package 'fuodz' in 'package:fuodz/services/general_app.service.dart'.
Error: Couldn't resolve the package 'fuodz' in 'package:fuodz/services/local_storage.service.dart'.
Error: Couldn't resolve the package 'fuodz' in 'package:fuodz/services/firebase.service.dart'.
Error: Couldn't resolve the package 'fuodz' in 'package:fuodz/services/notification.service.dart'.
lib/main.dart:6:8: Error: Not found: 'package:fuodz/my_app.dart'
import 'package:fuodz/my_app.dart';
       ^
lib/main.dart:7:8: Error: Not found: 'package:fuodz/services/auth.service.dart'
import 'package:fuodz/services/auth.service.dart';
       ^
lib/main.dart:8:8: Error: Not found: 'package:fuodz/services/cart.service.dart'
import 'package:fuodz/services/cart.service.dart';
       ^
lib/main.dart:9:8: Error: Not found: 'package:fuodz/services/general_app.service.dart'
import 'package:fuodz/services/general_app.service.dart';
       ^
lib/main.dart:10:8: Error: Not found: 'package:fuodz/services/local_storage.service.dart'
import 'package:fuodz/services/local_storage.service.dart';
       ^
lib/main.dart:11:8: Error: Not found: 'package:fuodz/services/firebase.service.dart'
import 'package:fuodz/services/firebase.service.dart';
       ^
lib/main.dart:12:8: Error: Not found: 'package:fuodz/services/notification.service.dart'
import 'package:fuodz/services/notification.service.dart';
       ^
lib/main.dart:29:9: Error: Getter not found: 'LocalStorageService'.
  await LocalStorageService.getPrefs();
        ^^^^^^^^^^^^^^^^^^^
lib/main.dart:30:9: Error: Getter not found: 'CartServices'.
  await CartServices.getCartItems();
        ^^^^^^^^^^^^
lib/main.dart:33:9: Error: Getter not found: 'NotificationService'.
  await NotificationService.clearIrrelevantNotificationChannels();
        ^^^^^^^^^^^^^^^^^^^
lib/main.dart:34:9: Error: Getter not found: 'NotificationService'.
  await NotificationService.initializeAwesomeNotification();
        ^^^^^^^^^^^^^^^^^^^
lib/main.dart:35:9: Error: Getter not found: 'NotificationService'.
  await NotificationService.listenToActions();
        ^^^^^^^^^^^^^^^^^^^
lib/main.dart:36:9: Error: Method not found: 'FirebaseService'.
  await FirebaseService().setUpFirebaseMessaging();
        ^^^^^^^^^^^^^^^
lib/main.dart:37:41: Error: Getter not found: 'GeneralAppService'.
  FirebaseMessaging.onBackgroundMessage(GeneralAppService.onBackgroundMessageHandler);
                                        ^^^^^^^^^^^^^^^^^
lib/main.dart:44:29: Error: Getter not found: 'AuthServices'.
      initialLocale: Locale(AuthServices.getLocale()),
                            ^^^^^^^^^^^^
lib/main.dart:45:14: Error: Method not found: 'MyApp'.
      child: MyApp(),
             ^^^^^
Unhandled exception:
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Afuodz%2Fmy_app.dart; message=Stand
ardFileSystem only supports file:* and data:* URIs)
#0      StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:36:7)
#1      asFileUri (package:vm/kernel_front_end.dart:599:37)
#2      writeDepfile (package:vm/kernel_front_end.dart:738:21)
<asynchronous suspension>
#3      FrontendCompiler.compile (package:fr
ontend_server/f
rontend_server.dart:562:9)
<asynchronous suspension>
#4      starter (package:flutter_frontend_server/server.dart:180:12)
<asynchronous suspension>
#5      main (file:///C:/b/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24)
<asynchronous suspen
sion>



FAILURE: Build failed with an exception.

* Where:
Script 'C:\Users\treasure\Desktop\flutter_windows_2.2.2-stable\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1035

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'C:\Users\treasure\Desktop\flutter_windows_2.2.2-stable\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 1m 0s
Running Gradle task 'assembleRelease'...
Running Gradle task 'assembleRelease'... Done                      62.0s
Gradle task assembleRelease failed with exit code 1

这个项目目前正在C://directory我不知道如果其可能的原因之一是遇到了这个错误。

请我如何去关于这个错误,我没有得到正确?. 感谢

android dart flutter gradle
2021-11-22 21:14:13
2

最好的答案

1

如果 fuodz 是你的项目名称不是一个依赖,那么你就需要改变你的包名 fuodz.

去你的 pubspec.yaml 然后改变 name 符合这样的事情:

pubspec.yaml:

name: fuodz
description: My Project # Your project description
2021-11-22 21:46:24
0

我修复了这个问题通过删除的项目文件夹,从C://因为它需要一定的权限。 我搬到桌面和它的工作。

2021-11-23 13:44:01

你的回答可以改善与其他支持的信息。 请 编辑 ,以增加进一步的细节,例如引文或文件,以便其他人可以确认你的答案是正确的。 你可以找到更多的信息如何编写很好的答案 在帮助中心.
Community

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................