Some existing widgets like FlatButton, RaisedButton got deprecated in the latest iteration of Flutter. We can refactor the project to use the latest APIs provided by Flutter team in 2.0 version.
Proposed Solution
Refactor deprecated widgets and methods and handle different warnings in the project.
Context
Some existing widgets like
FlatButton
,RaisedButton
got deprecated in the latest iteration of Flutter. We can refactor the project to use the latest APIs provided by Flutter team in 2.0 version.Proposed Solution
Refactor deprecated widgets and methods and handle different warnings in the project.