Kilo-Loco / 30DaysOfFlutter

214 stars 277 forks source link

Convert deprecated FlatButton() to latest ElevatedButton() #10

Open Dnyaneshvn opened 1 year ago

Dnyaneshvn commented 1 year ago

This commit updates all uses of FlatButton to ElevatedButton as FlatButton is deprecated in the latest version of Flutter.

This change should be transparent to users of our code.

This commit is part of an effort to update our codebase to use the latest Flutter best practices.