pinkfish / flutter_native_timezone

Apache License 2.0
75 stars 152 forks source link

Document web usage #31

Open enyo opened 3 years ago

enyo commented 3 years ago

Hi,

I've seen that this library added support for web, which is great! But there is no documentation about it.

Are we supposed to conditionally import flutter_native_timezone.dart or flutter_native_timezone_web.dart depending on which platform we're on? If so, it would be great if the library could add this platform check directly.

Some clarity on this would be much appreciated.