blackmann / locationpicker

Location picker for Flutter.
Other
169 stars 162 forks source link

Issues when using the dark theme. #15

Closed dariotrombello closed 4 years ago

dariotrombello commented 4 years ago

Screenshot_20191208-171837

When using dark theme the text is not visible anymore.

Code to reproduce this:

    return MaterialApp(
      title: 'Google Maps',
      darkTheme: ThemeData.dark(),
      theme: ThemeData.dark(),
      home: Home(),
    );
blackmann commented 4 years ago

@dariotrombello thanks for raising this issue. I'll try to resolve this during this week.

dariotrombello commented 4 years ago

Thank you very much!

blackmann commented 4 years ago

@dariotrombello Dark theming is enabled. Enjoy!!