flutter_dialogflow
flutter_dialogflow copied to clipboard
AuthGoogle(fileJson)
Hi Is it possible for me to use a Json file that is not in Assets (defined in pubspec)? I would like to read a dynamic Json file. Ex: await AuthGoogle (fileJson: url)
Thank you Luciano
Hi. I have addressed this issue in a different package since this seems outdated. See #33
You can check DialogFlowtter to solve your issue.
Greetings