Michelphoenix98 / flutter_survey

MIT License
16 stars 16 forks source link

CHANGE BODYTEXT1 TO BODYLARGE #13

Open MarcENSC opened 5 months ago

MarcENSC commented 5 months ago

In the last version of flutter ( on the date of this document) bodytext1 has been deprecated and should use bodylarge instead. source : https://api.flutter.dev/flutter/material/TextTheme/bodyText1.html

If this isn't changed in the package, you can still fork the package on your own repo, solve the issue and use your own forked version of the package in your flutter app this way : dependencies: some_package: git: url: https://github.com/your-username/the-package.git. // the package on your repo ref: master # Or a specific branch/tag/commit