OpenCodeyard / YouSafe

Everyone should feel safe on having this App on their Smartphones.
MIT License
13 stars 14 forks source link

Project uses deprecated APIs #32

Closed shatanikmahanty closed 1 year ago

shatanikmahanty commented 1 year ago

Widgets like Raised Button have recieved end of support.

Resolution : Migrate RaisedButton to ElevatedButton

Scaffold.of(context).showSnackBar() as well.

Resolution : Use Scaffold Messenger API

shatanikmahanty commented 1 year ago

Closed as resolved under #33