sanni prasad

Results 7 issues of sanni prasad

To reproduce: - Create a new "flutter module" - depend on flutter-sms - try to run `flutter build aar` ``` ^ e: Incompatible classes were found in dependencies. Remove them...

…d in a flutter modules This fixes https://github.com/fluttercommunity/flutter_sms/issues/70

- Migrate to null safety using flutter sdk 2.0.1 - Bump a major version

- Migrate to AndroidX - Bump Android target sdk - Bump Gradle version

Setup firebase in android module

I was exploring how sidekick executes shell commands and found isFvmInstalled check for `git`, I think its a mistake and it should be checking for `fvm` instead. https://github.com/fluttertools/sidekick/blob/356124bea7bc3c9bcd0373f1903a836d2204c569/lib/src/modules/compatibility_checks/compat.utils.dart#L23C2-L29C2 ``` Future...