Skip to content

Comments

Supporting Android Embedding v2#29

Open
sagargpt wants to merge 6 commits intopichillilorenzo:masterfrom
sagargpt:refactor/androidEmbeddingv2
Open

Supporting Android Embedding v2#29
sagargpt wants to merge 6 commits intopichillilorenzo:masterfrom
sagargpt:refactor/androidEmbeddingv2

Conversation

@sagargpt
Copy link

No description provided.

LeonardoRosaa and others added 6 commits July 7, 2021 19:18
* Building a flutter android apk failed due to the android project being androidX compatible. Hence, updating the compileSdkVersion to 27 to enable androidX migration.
* In case of result.error from AppAvailability.java the result received on dart is not of type Map<dynamic, dynamic> instead it's a Platform Exception. Since, the type cast is explicitly on the invokeMethod call, this results in type cast exception.

* Resolving this by storing the result in an immutable variable first and then typecasting.
* Adding android friendly example (#2)

* Refactor: Creating an Android friendly example

* Minor code refactor

* updating changelog

* Adding support for flutter 3.0.5

* Adding support for flutter 3.0.5

Co-authored-by: Leonardo Rosa <43169851+LeonardoRosaa@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants