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:
since_date 0.0.1
Import the package to use it:
import 'package:since_date/since_date.dart';
Usage
- English use
SinceDate(DateTime.now(),local: "en",)
- Arabic use
SinceDate(DateTime.now(),local: "ar",)