humaniza 1.0.0+1 copy "humaniza: ^1.0.0+1" to clipboard
humaniza: ^1.0.0+1 copied to clipboard

A package to quickly humanize data

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);
}
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A package to quickly humanize data

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, translatable_text_field

More

Packages that depend on humaniza