french_date_formatter 0.0.2 french_date_formatter: ^0.0.2 copied to clipboard
A very simple package to format date in french. It requires a Date in String format (usually YYYY-MM-DD) and returns a String in french format.
french_date_formatter #
A very simple and easy-to-use Flutter plugin to formatted dates in french format
Installation #
Run this command:
flutter pub add french_date_formatter
Example #
After runnning the below command, you should see this in your pubspec.yaml:
To use it, you must first import the package :
And finally, to use it, you can do it this way :
This is a screenshot of the excpeted result :