blackmann / locationpicker

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

Fix search input TextTheme #54

Closed josecaseiro closed 2 years ago

josecaseiro commented 3 years ago

This was giving an error in version 2.4.0 or above because Theme.of(context).textTheme.body1 doesn't exists anymore. Changed to Theme.of(context).textTheme.bodyText1.color.