Marsad Maqsood

Results 5 issues of Marsad Maqsood

Uncategorized (Xcode): Command CompileSwiftSources failed with a nonzero exit code Error (Xcode): Undefined symbol: _OBJC_CLASS_$_AlanText Error (Xcode): Undefined symbol: _OBJC_CLASS_$_AlanButton Error (Xcode): Undefined symbol: _OBJC_CLASS_$_AlanConfig Error (Xcode): Undefined symbol: _OBJC_CLASS_$_AlanLog

I'm facing an issue with Flutter - Android. whenever I run this code, the app crashes. ```dart AlanVoice.activate(); AlanVoice.playCommand('Play song'); ``` and in the studio.alan.app, I added ```js intent('Play (song|music)',...

example app migrate to null safety removed unnecessary author tag from pubspec.yaml file updated to the latest dart SDK version

- Added Gradient Appbar - Android example migrated to v2

- [x] Migrate to null safety - [x] Migrate to Android Embedding V2 - [x] Fixed lint warnings