alan-ai / alan-sdk-flutter

Conversational AI SDK for Flutter to enable text and voice conversations with actions (iOS and Android)
https://alan.app
1.81k stars 39 forks source link

var visual uses Dart Map vs String for clarity #1

Closed YuraT closed 4 years ago

YuraT commented 4 years ago

Use native Dart Map with conversion to json for 'visual' variable instead of string interpolation and escaped double quotes. Makes the data more clear.