tjarvstrand / flutter_timezone

A fork of https://github.com/pinkfish/flutter_native_timezone
Apache License 2.0
42 stars 29 forks source link

feat: support wasm compilation #30

Closed renancaraujo closed 3 months ago

renancaraujo commented 4 months ago

This fixes #29

bwhiteFC commented 4 months ago

@tjarvstrand can you please merge this. Thanks

tjarvstrand commented 4 months ago

Hey, sorry for the delay. I've been extremely busy of late. The good news is that July is set to be more quiet so I'll make sure to get to this then!

renancaraujo commented 3 months ago

@tjarvstrand thank you so much!

tjarvstrand commented 3 months ago

Change looks reasonable to me. Tried it out and it seems to work :)

tjarvstrand commented 3 months ago

Just published 2.0.0 with these changes

kuhnroyal commented 3 months ago

This PR introduced a 2 year old unused dependency with a GPL-3 license. You don't need https://pub.dev/packages/js_interop to use dat:js_interop - please revert the dependency change and publish a fix :)

tjarvstrand commented 3 months ago

Oh, oops.

Just published 2.0.1 without unused dependencies.