Is it possible to integrate Adobe Target into Flutter? Because in the SDKs documentation there is no reference to the library for the Flutter environment.
https://developer.adobe.com/client-sdks/home/current-sdk-versions/#flutter
And in other documentation they indicate that it is used through Optimize but there is no reference to that library in Flutter either.
https://experienceleague.adobe.com/es/docs/platform-learn/implement-mobile-sdk/experience-cloud/targ...
Thank you
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
At the moment the options are either to build a Flutter wrapper (there are some examples here of Flutter wrappers that have been built for other Adobe libraries) or to work directly with the APIs where you would develop methods to handle requests & responses
At the moment the options are either to build a Flutter wrapper (there are some examples here of Flutter wrappers that have been built for other Adobe libraries) or to work directly with the APIs where you would develop methods to handle requests & responses