fireship-io / flutter-firebase-quizapp-course

QuizApp Built with Flutter & Firebase
https://fireship.io/courses/flutter-firebase/
560 stars 244 forks source link

Update theme.dart, Deprecated text styles need updating #32

Closed djg3577 closed 1 year ago

djg3577 commented 1 year ago

The original bodyText1, bodyText2, button, subtitle1 use deprecated values and give this error:

'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre. Try replacing the use of the deprecated member with the replacement.

I changed all text styles to accurate values now, using bodyLarge, bodyMedium, labelLarge, displayLarge, and titleMedium.