8000 GitHub - kokpheng/time_duration: A simple API to find the hours and minutes between two times.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple API to find the hours and minutes between two times.

License

Notifications You must be signed in to change notification settings

kokpheng/time_duration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time_duration

Pub Package Build Status

A simple API to find the hours and minutes between two times.

Getting Started

To use this plugin, add time_duration as a dependency in your pubspec.yaml file.

pubspec

pub.dartlang.org: (you can use 'any' instead of a version if you just want the latest always)

dependencies:
  time_duration: 1.0.0
import 'package:time_duration/time_duration.dart';

Examples

See the examples in the example directory to learn how to use some of the features!

Testing

pub run test

# Using flutter_test SDK, please use this command: flutter test test

Release notes

See CHANGELOG.md

About

A simple API to find the hours and minutes between two times.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0