real_ist_time 1.0.0 copy "real_ist_time: ^1.0.0" to clipboard
real_ist_time: ^1.0.0 copied to clipboard

Get accurate Indian Standard Time (IST) from multiple NTP servers and HTTP APIs with smart caching and automatic fallback. Independent of device clock settings.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add real_ist_time

With Flutter:

 $ flutter pub add real_ist_time

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  real_ist_time: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:real_ist_time/real_ist_time.dart';
2
likes
160
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Get accurate Indian Standard Time (IST) from multiple NTP servers and HTTP APIs with smart caching and automatic fallback. Independent of device clock settings.

Repository (GitHub)
View/report issues

Topics

#time #ntp #ist #indian-time #timezone

Documentation

API reference

License

MIT (license)

Dependencies

http, ntp

More

Packages that depend on real_ist_time