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

outdated

Convert The DateTime Into Humanized text

`` Convert The DateTime Into Humanized text

Features #

Support Both English And Arabic Languages

Getting started #

To use SinceDate in your project, add the since_date package to pubspec.yaml:

dart pub add sine_date or flutter pub add sine_date

Import the package to use it:

import 'package:since_date/since_date.dart';

Usage #

  • Example

  • English use

 SinceDate(DateTime(2023).add(Duration(days: 15,hours: 1,minutes: 80)),local: "en",)
  • Arabic use
 SinceDate(DateTime(2023).add(Duration(days: 15,hours: 1,minutes: 80)),local: "ar",)

Follow Me On Linkedin #

[OmarMudhaffar] ("https://www.linkedin.com/in/omarmudhaffar")

1
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Convert The DateTime Into Humanized text

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on since_date