fluent library

Classes

FluentBundle
Message bundles are single-language stores of translation resources. They are responsible for formatting message values and attributes to strings.
FluentDateTime
A FluentType representing a date and time.
FluentNone
A FluentValue representing no correct value.
FluentNumber
A FluentValue representing a number.
FluentString
A FluentValue representing string value.
FluentValue<T>
The FluentValue class is the base of Fluent's type system.

Functions

identity(String s) String

Typedefs

TextTransform = String Function(String s)