简体   繁体   English

Flutter / Dart package integration_test with Z37A6259CC0C1DAE299A7866489 安全

[英]Flutter / Dart package integration_test with null safety

As I understand it, the Package integration_test package is not null type safe.据我了解, Package integration_test package 不是 null 类型安全的。 Can the package be used for the current Flutter version (version> 2.0)? package可以用于当前的Flutter版本(版本> 2.0)吗? If not, are there any alternatives?如果没有,是否有任何替代方案?

as montionned in Readme file, the package is ** DEPRECATED正如自述文件中所提到的,package 是 ** 已弃用

This package has been moved to the Flutter SDK.此 package 已移至 Flutter SDK。 Starting with Flutter 2.0.从 Flutter 2.0 开始。

it should be included as:它应包括为:

dev_dependencies:
  integration_test:
    sdk: flutter

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM