Skip to content

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

License

Notifications You must be signed in to change notification settings

konstantintuev/respect_24_hour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is_24_hour_format

This project makes it possible to check whether the device is using 12 or 24 hour time.

Supported Platforms

  • Android API 16+ (4.1+, the minimum version supported by Flutter).
  • iOS 8.0+ (the minimum version supported by Flutter).

Getting Started

There is only one getter which is static and can be called anywhere.

//returns bool indicative of whether the device is using 24-hour time format
await Respect24Hour.get24HourFormat;

New valid package name for the pubspec.yaml

is_24_hour_format, respect_24_hour is discontinued

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published