Flutter Web SDK 1.7.0

New versioning scheme

  • Now the minor part of the major.minor.patch will always be the same as the minor of the native sdk version and the flutter bridge version
  • This new 1.7.0 is based on the flutter bridge 1.7.0 and native SDKs 5.7.0, even if this (web) package has no dependency on neither the flutter bridge nor the native SDKs, it should follow a similar release schedule

Initialization

  • The init function previously waited for the completion of POST /sdk/devices, GET /sdk/texts and POST /sdk/statistics/, it still makes these three calls but doesn't wait for any of them

Various updates

  • flutter 3.32.7 -> 3.41.2

Misc

  • Added a x-ap-appid header to all API and SDK requests, with a value of the host of the current Uri
  • Added a x-ap-sessionid header to all API and SDK requests
  • Added a 15s receivedTimeout and sendTimeout to all requests