Skip to main content

Rigi Documentation

Flutter arb parser
  • Parser ID: flutter.

Flutter arb files have a JSON format. The object contains key/value pairs.

A Flutter arb file's @@locale-key contains the locale.

Keys can have a counterpart that has the same name, but starta with @. The Rigi parser will show that as a comment.

Parser settings:

  • unixNewline

    If set, the parser will generate a Unix newline (\n). Otherwise, it will generate a Windows newline (\r\n).