【问题标题】:ERROR: NoConfigFoundException Check that your config file `flutter_launcher_icons.yaml` has a `flutter_icons` section错误:NoConfigFoundException 检查您的配置文件 `flutter_launcher_icons.yaml` 是否有 `flutter_icons` 部分
【发布时间】:2022-08-19 01:31:01
【问题描述】:

问题描述:我正在尝试在 pubspec.yaml 文件中添加启动器 icn,但它显示此错误。 我什至也尝试过添加资产,但仍然无法正常工作。当我运行“flutter pub get”时,没有显示错误。 然后我运行 flutter pub run flutter_launcher_icons:main getting above error 中提到的命令。

dependencies:
  flutter:
    sdk: flutter

  retrofit: any
  json_annotation: ^3.1.1
  provider: ^4.3.1
  shared_preferences: ^0.5.8
  http: ^0.12.1
  flushbar: ^1.10.4
  dio: ^3.0.10


  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter

  retrofit_generator : any
  json_serializable: ^3.5.1
  build_runner: any
  flutter_launcher_icons: any

  # The \"flutter_lints\" package below contains a set of recommended lints to
  # encourage good coding practices. The lint set provided by the package is
  # activated in the `analysis_options.yaml` file located at the root of your
  # package. See that file for information about deactivating specific lint
  # rules and activating additional ones.
  flutter_lints: ^1.0.0
    # optionally, as transparency is not allowed on app store
    # remove_alpha_ios: true
flutter_icons:
  android: true
  ios: true
  image_path: \"assets/icons/ic_launcher_square.png\"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:

    标签: flutter


    【解决方案1】:

    这是因为我遇到了同样的问题,但现在它对我有用`dev_dependencies: flutter_lints: ^1.0.0 颤振测试: sdk:颤动 flutter_launcher_icons: "^0.10.0"

    颤振图标: 安卓:真 IOS:是的 图像路径:“资产/图像/cloudy.png”

    注意你正在写的行后面的间距

    【讨论】:

      猜你喜欢
      • 2020-11-26
      • 1970-01-01
      • 2017-08-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-04
      • 1970-01-01
      相关资源
      最近更新 更多