Adobe Target in Flutter application | Community
Skip to main content
April 24, 2024
Solved

Adobe Target in Flutter application

  • April 24, 2024
  • 1 reply
  • 1850 views

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/target

 

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by alexbishop

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 

1 reply

alexbishop
Adobe Employee
alexbishopAdobe EmployeeAccepted solution
Adobe Employee
April 25, 2024

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