ย ยทย Builder

Retrieve data from a cookie

Custom Code

Hey Community,

is there a straight forward way to retrieve data from a cookie thats being created by a javascript upon page load? The cookie gets set by a script from a third party tool I need for Referrals. I need to save this generated ID and store it for a later point in time.

I do know the exact name of the cookie and its data is stored as json like this

{"id":"b1e84eb6-85f4-40c1-abf8-324a4c512f02","created_at":"2024-07-30T10:31:20.119Z"}

Im stuck at this seemingly easy task ๐Ÿ˜„

Thanks for your help!

What have you tried so far?

Different pubdev packages like cookie_jar etc.

Did you check FlutterFlow's Documentation for this topic?
Yes
1