You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest Flutter update contains the changes to the different classes like RaisedButton - this class, for example, is deprecated, and the ElevatedButton should be used instead. The ElevatedButton, in its turn, provides a bit different API from the RaisedButton for changing the style of the button. See ElevatedButton documentation for more details. So, we should analyze the changes needed to the Metrics Web application to avoid using the deprecated classes.
Acceptance Criteria
The analysis section provides information about the chosen approach we are going to use in the Metrics web application to avoid using the deprecated classes.
Description
The latest Flutter update contains the changes to the different classes like
RaisedButton
- this class, for example, is deprecated, and theElevatedButton
should be used instead. TheElevatedButton
, in its turn, provides a bit different API from theRaisedButton
for changing the style of the button. See ElevatedButton documentation for more details. So, we should analyze the changes needed to the Metrics Web application to avoid using the deprecated classes.Acceptance Criteria
Additional context
ElevatedButton documentation
The text was updated successfully, but these errors were encountered: