age_calculator_helper 1.0.1 copy "age_calculator_helper: ^1.0.1" to clipboard
age_calculator_helper: ^1.0.1 copied to clipboard

A Dart package to calculate age, zodiac, milestones, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add age_calculator_helper

With Flutter:

 $ flutter pub add age_calculator_helper

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

dependencies:
  age_calculator_helper: ^1.0.1

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:age_calculator_helper/age_calculator_helper.dart';
2
likes
145
points
43
downloads

Documentation

API reference

Publisher

verified publishersarankumarrs.in

Weekly Downloads

A Dart package to calculate age, zodiac, milestones, and more.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on age_calculator_helper