londonappbrewery / xylophone-flutter

Starter code for the Xylophone project in the Complete Flutter Bootcamp
https://www.appbrewery.co
115 stars 893 forks source link

FlatButton widget no longer supported #40

Closed Digvijay-95 closed 3 years ago

Digvijay-95 commented 3 years ago

Flutter has replaced the FlatButton widget with, TextButton Widget. you can read the documentation for more information https://flutter.dev/docs/release/breaking-changes/buttons

tip: Leave the Text widget(child of text button) empty to use the text button widget as a flat button widget.