time_diffrence 0.0.1 copy "time_diffrence: ^0.0.1" to clipboard
time_diffrence: ^0.0.1 copied to clipboard

This package allows you to convert DateTime formate diffrence in a words like Tommorow, Today, yesterday , 1 day ago and so on.

This package allows you to convert DateTime formate diffrence in a words like Tommorow, Today, yesterday , 1 day ago and so on

Features #

This package allows you to convert DateTime format diffrence in a words like Tommorow, Today, yesterday , 1 day ago and so on

Getting started #

Just you have data in datetime format

Usage #

import 'package:time_diffrence/time_diffrence.dart';

void main(){
  // set year month and day in DateTime formate
  print(convertToNaturalLanguageDate(DateTime(2023,5,15)));
}
3
likes
150
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows you to convert DateTime formate diffrence in a words like Tommorow, Today, yesterday , 1 day ago and so on.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on time_diffrence