blackmann / locationpicker

Location picker for Flutter.
Other
167 stars 159 forks source link

Fix TextTheme error #55

Closed josecaseiro closed 2 years ago

josecaseiro commented 3 years ago

On dart 2.4.0 or above its gives error because of Theme.of(context).textTheme.body1 doesn't exists anymore. Just changed to Theme.of(context).textTheme.bodyText1.