since_date 0.0.1
since_date: ^0.0.1 copied to clipboard
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")