time_calculator 0.0.3 copy "time_calculator: ^0.0.3" to clipboard
time_calculator: ^0.0.3 copied to clipboard

A Flutter package for time-related calculations, including age computation and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add time_calculator

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

dependencies:
  time_calculator: ^0.0.3

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:time_calculator/time_calculator.dart';
1
likes
160
points
41
downloads

Publisher

verified publisherkavindu.cloud

Weekly Downloads

A Flutter package for time-related calculations, including age computation and more.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, timezone

More

Packages that depend on time_calculator