Flutter arb parser
Parser ID: flutter.
Flutter arb files have JSON format. The object contains key/value pairs.
A Flutter arb file's @@locale-key contains the locale.
Keys can have a counterpart with the same name, but starting with @. The Rigi parser will show that as a comment.
Key features:
Parses ARB flutter files. For details, see the Flutter documentation.
Parser settings:
Use Unix newlines (
unixNewline).Default:
false.If true, the parser will generate a Unix newline (\n). Otherwise, it will generate a Windows newline (\r\n).
For other parser settings, see the Generic parser settings article.