Flutter Web SDK 1.7.0
2 months ago by Matteo Melis
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.0and native SDKs5.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
initfunction previously waited for the completion ofPOST /sdk/devices,GET /sdk/textsandPOST /sdk/statistics/, it still makes these three calls but doesn't wait for any of them
Various updates
flutter3.32.7->3.41.2
Misc
- Added a
x-ap-appidheader to all API and SDK requests, with a value of thehostof the current Uri - Added a
x-ap-sessionidheader to all API and SDK requests - Added a
15sreceivedTimeoutandsendTimeoutto all requests
