ARB (Flutter)
Babli supports ARB files for Flutter.
Example
Simple
{  "@@locale": "en",  "title": "Hello World",  "description": "This is a description"}With metadata
{  "@@locale": "en",  "hello": "Hello",  "@hello": {    "type": "text",    "description": "Greeting message"  },  "submitButton.title": "Submit",  "@submitButton": {    "type": "text",    "description": "Submit button title"  }}