fluttercrashcourse-lessons
fluttercrashcourse-lessons copied to clipboard
Update deprecated flat button
trafficstars
- replaces deprecated FlatButton with TextButton
Can I see a before and after screenshot for this update please?
Also, could you provide the reasoning for deprecating the use of a flat button? Thanks!
Before & After image: I just have the screenshot of the implementation of TextButton. Couldn't get the project the run unless I re-do pubspec.yaml from scratch and update all dependencies.
Reasoning: https://docs.flutter.dev/release/breaking-changes/2-10-deprecations
Thank you for this contribution