Tealium / tealium-flutter

Tealium Flutter Plugin
Other
6 stars 6 forks source link

Support for Flutter 3.x #28

Open FeelHippo opened 1 year ago

FeelHippo commented 1 year ago

We are in the process of updating our codebase to the latest stable version of Flutter, but there seems to be no support for Flutter 3.x

Is this planned for the near future?

craigrouse commented 1 year ago

@FeelHippo we did some research recently and couldn't find anything that would prevent the package from working with Flutter 3.x. Have you found an issue that needs addressing to make it work with 3.x?

maniveltvl commented 1 year ago

Hi, @craigrouse

Yes we are facing the below issue in Flutter 3.x

We just checked the Tealium data flow between app and Tealium, we could see the connection to app in Charles proxy app, it is not picking up the data layer. we could see tags.tiqcdn.com/utag and connect.tealiumiq.com/event, but app is not able to access the data layer and Tealium cannot therefore run the iQ config and build / fire the AA server call.

Do we need add anything in app config side?