dst 1.0.3 copy "dst: ^1.0.3" to clipboard
dst: ^1.0.3 copied to clipboard

Daylight saving time plugin

dst #

Daylight saving time plugin

What it does #

Access iOS and Android native TimeZone and Calendar utilities to get the next daylight saving transition DateTime. The developer can specify the start check date and the TimeZone name for the specific DST.

Usage #


final plugin = Dst();
final nextTransitionDate = await plugin.nextDaylightSavingTransitionAfterDate(DateTime.now(), "Europe/Rome");
0
likes
140
pub points
54%
popularity

Publisher

unverified uploader

Daylight saving time plugin

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on dst