-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#6128Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: flutter_migrateThe flutter_migrate package/toolThe flutter_migrate package/toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem team
Description
'package:test_api/test_api.dart' is deprecated and shouldn't be used.
package:test_api is not intended for general use. Please use package:test. Try replacing the use of the
deprecated member with the replacement.
The code was initially landed with the already-deprecated usage. I'm not sure why; my guess is that it relates to the way the code was moved from being in the tool itself, which has different dependency constraints.
Hopefully it will be a straightforward replacement with test, since this code is currently not clearly owned.
Metadata
Metadata
Assignees
Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: flutter_migrateThe flutter_migrate package/toolThe flutter_migrate package/toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem team