pinkfish / flutter_native_timezone

Apache License 2.0
78 stars 156 forks source link

add method to get list of timezones and bump Android dependencies #13

Closed MaikuB closed 4 years ago

MaikuB commented 4 years ago

Was able to get the plugin working in my IDE again so here's a PR for #8

Updated the plugin to use AndroidX and updated some .gitignore rules as well

MaikuB commented 3 years ago

@pinkfish noticed this has been merged for a while but not released. Any plans to publish an updated version of the plugin to pub.dev? Currently I've got the example app for the flutter_local_notifications retrieving the timezone via platform channels. If you're still maintaining this plugin then having the community use an existing plugin (yours) would be easier though flutter_local_notifications also supports macOS so would need this https://github.com/pinkfish/flutter_native_timezone/pull/18 merged in and released as well

MaikuB commented 3 years ago

@pinkfish As I haven't heard anything for a while and how it looks like there's open issues/PRs with no updates/responses, it looks as though the plugin isn't being maintained that I'm likely going to look at publishing a separate plugin. Wanted to drop a courtesy message on this to give you a heads up in case you do plan to go back to maintaining the plugin and because you had made contributions to flutter_local_notifications before