humaniza

Last updated:

0 purchases

humaniza Image
humaniza Images
Add to Cart

Description:

humaniza

Humaniza #
A package to quickly humanize data
Humanize month #
Takes an integer and the selected language as input and returns the name of the corresponding month.
Supports both English and EspaƱol
import 'package:humanizer/humanizer.dart';
import 'package:translatable_text_field/translatable_text.dart';

void main() {
String humanizedMonth = humanizeMonth(
language: Languages.english,
month: 5,
);
print(humanizedMonth);
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.