Flutter Bridge 1.6.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
  • This new 1.6.0 is based on the new native 5.6.0

Text Manager

  • The Dart Text Manager should now always be as up to date as the native one, previous versions would usually be late by one iteration

Multi-Configuration Support

  • Extra api configs can now be used (new feature from native SDK 5.6.0) on iOS and Android

Optional JWT

  • JWT token is now optional to send in a request. Still sent by default
  • This would usually be used in pair with an extra config, since the jwt security would block calls not from the correct app

References