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

Flutter Plug-In for checking whether the device is using 24-hour time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add is_24_hour_format

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

dependencies:
  is_24_hour_format: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:is_24_hour_format/is_24_hour_format.dart';
3
likes
40
pub points
38%
popularity

Publisher

unverified uploader

Flutter Plug-In for checking whether the device is using 24-hour time.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on is_24_hour_format