@youssefmarzouk621 please advise what could be done with the deprecated version of the android embedding. I have included the message below this message. Can I resolve this kind of an error from my side? I am new to flutter and I wish to get myself used to it. Most, important, congrats! this is one good project!
regards,
Bright238
@flutter
The plugin keyboard_visibility uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
@youssefmarzouk621 please advise what could be done with the deprecated version of the android embedding. I have included the message below this message. Can I resolve this kind of an error from my side? I am new to flutter and I wish to get myself used to it. Most, important, congrats! this is one good project!
regards,
Bright238
@flutter
The plugin
keyboard_visibilityuses a deprecated version of the Android embedding.To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.