Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze the changes to the Metrics Web application to avoid using deprecated classes with the latest Flutter version #1541

Open
1 task
solid-vovabeloded opened this issue Jul 29, 2021 · 0 comments · May be fixed by #1594
Assignees

Comments

@solid-vovabeloded
Copy link
Contributor

Description

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.

Additional context
ElevatedButton documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants