pinkfish / flutter_native_timezone

Apache License 2.0
78 stars 156 forks source link

Add ability to query supported timezones #8

Closed MaikuB closed 3 years ago

MaikuB commented 4 years ago

Hey was looking to originally create a similar plugin but noticed you had created one already. This is to help solve the problem I've currently got in the local notifications plugin when scheduling notifications. I'm looking to see if a method could be added to query the list of supported timezones. Should be possible and was going to look at trying to submit a PR. However, when I use Android Studio to open the example Android app, it's not able to resolve the paths such that it can also show the plugin code in the IDE. Perhaps the plugin needs to be recreated to resolve the issue. Is this something you're able to look into?

pinkfish commented 3 years ago

This has been added too. Thanks!