-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: 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 updatedpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem teamwaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Example:
Analyzing flutter_adaptive_scaffold... 2.3s
info • example/lib/main.dart:866:32 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to
the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use
of the deprecated member with the replacement. • deprecated_member_use
info • example/lib/main.dart:870:42 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to
the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use
of the deprecated member with the replacement. • deprecated_member_use
info • example/lib/main.dart:873:31 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to
the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use
of the deprecated member with the replacement. • deprecated_member_use
info • example/lib/main.dart:888:32 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to
the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use
of the deprecated member with the replacement. • deprecated_member_use
info • example/lib/main.dart:892:42 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to
the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use
of the deprecated member with the replacement. • deprecated_member_use
info • example/lib/main.dart:895:31 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to
the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use
of the deprecated member with the replacement. • deprecated_member_use
info • lib/src/adaptive_scaffold.dart:341:24 • 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead.
Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try
replacing the use of the deprecated member with the replacement. • deprecated_member_use
info • lib/src/adaptive_scaffold.dart:342:20 • 'MaterialState' is deprecated and shouldn't be used. Use WidgetState instead. Moved to the
Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of
the deprecated member with the replacement. • deprecated_member_use
Currently affects flutter_adaptive_scaffold and rfw.
Looks like we should be able to fix this after the next stable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: 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 updatedpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem teamwaiting for PR to land (fixed)A fix is in flightA fix is in flight