adobe / aepsdk_flutter

Apache License 2.0
8 stars 11 forks source link

Embedded MobileCore.setWrapperType(WrapperType.FLUTTER) in Core plugin #118

Open cacheung opened 2 months ago

cacheung commented 2 months ago

Task description

Embedded MobileCore.setWrapperType(WrapperType.FLUTTER) in Core plugin, so the user doesn't need to explicitly call that in the client native sdk registration code. This can avoid the user to miss setting the SDK wrapper type to Flutter.

aepsdk React Native has this implementation.

Additional implementation details or code snippet(s)

No response