fluttercrashcourse-lessons icon indicating copy to clipboard operation
fluttercrashcourse-lessons copied to clipboard

Update deprecated flat button

Open tomprzadka opened this issue 2 years ago • 3 comments
trafficstars

  • replaces deprecated FlatButton with TextButton

image

tomprzadka avatar Aug 07 '23 19:08 tomprzadka

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!

seenickcode avatar Aug 07 '23 21:08 seenickcode

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

tomprzadka avatar Aug 14 '23 16:08 tomprzadka

Thank you for this contribution

seenickcode avatar Aug 14 '23 18:08 seenickcode