flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

Add TextButton instead of deprecated FlatButton #183

Closed MayurSMahajan closed 2 years ago

MayurSMahajan commented 2 years ago

FlatButton widget is now deprecated in flutter and soon will be removed, which might cause this application to not run.(https://docs.flutter.dev/release/breaking-changes/buttons). Hence all the FlatButton widgets in the application should be replaced with TextButton widget. I have replaced those FlatButtons with TextButtons.