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.8k stars 39 forks source link

Null safety support for flutter #7

Closed FadiChaalab closed 3 years ago

FadiChaalab commented 3 years ago

Could you migrate your project to null safety, your package is awesome but i can't use it because it doesn't support null safety.

adamsyy commented 3 years ago

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 3 years ago

v 3.0.0 with null safety support is released