Connect to RuuviTag from a Flutter app

hello everyone
i am developing a flutter application connection with Ruuvi sensor then i got a sample code from your this website but i got 18 values only in ruuvi sensor so i didn’t get proper output any suggestion for this . thank you

Reference code value = [153, 4, 5, 23, 70, 105, 133, 190, 154, 253, 236, 0, 28, 3, 32, 176, 54, 193, 47, 237, 196, 88, 56, 33, 182, 103]; this sample code reference value (DartPad)

My device value : [5, 27, 55, 87, 91, 195, 196, 254, 208, 254, 132, 3, 96, 183, 86, 219, 157, 113] (my device)

so i can’t get the humidity , temperature , pressure , etc

Hello,

Are you using a Bluetooth GATT connection or listening in to advertisements?