smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
151 stars 133 forks source link

Refactoring deprecated widgets in Flutter 2.0 #159

Closed aayushbisen closed 3 years ago

aayushbisen commented 3 years ago

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.

I'm participating in GSSOC21.

anushbhatia commented 3 years ago

Sure you can go ahead with it do mention the components modified in the code when you create a PR.