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

alan_voice does not support null safety in flutter #9

Closed adamsyy closed 2 years ago

adamsyy commented 2 years ago

but still if you want to use alan in your application, you can run your app without null safety. put //@dart=2.9 as the first line in main.dart file (even before the import statements) and then rebuild you application once again

snyuryev commented 2 years ago

v 3.0.0 with null safety support is released