z_time_ago 0.0.5 copy "z_time_ago: ^0.0.5" to clipboard
z_time_ago: ^0.0.5 copied to clipboard

outdated

A flutter package to get duration between current date and a given date for kurdish, arabic and english languages.

This package is used to get time duration from now and given time for kurdish, arabic and english, simple and easy to use.

Features #

Changes date to time ago.

Getting started #

add package to your pubspec.yaml file

    dependecies:
        flutter:
            sdk: flutter
        z_time_ago:

import it

import 'package:z_time_ago/z_time_ago.dart';

Usage #

String result = ZTimeAgo().getTimeAgo(
    date: DateTime.parse('2021-01-15 20:50:36.977'),
    language: Language.kurdish,
)
13
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to get duration between current date and a given date for kurdish, arabic and english languages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on z_time_ago