该软件包在pubspec.yaml的dependencies部分中没有flutter_web_plugins

时间:2020-10-09 17:49:42

标签: flutter dart flutter-web

添加网络支持后发布我的软件包时,出现此错误

Package validation found the following error:
* line 9, column 1 of lib/hexcolor_web.dart: This package does not have flutter_web_plugins in the `dependencies` section of `pubspec.yaml`.
    ╷
  9 │ import 'package:flutter_web_plugins/flutter_web_plugins.dart';
    │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1 个答案:

答案 0 :(得分:1)

在您的pubspec.yaml内部

添加此

dependencies:
  flutter:
    sdk: flutter
  flutter_web_plugins:
    sdk: flutter