Flutter Bridge 1.0.6
about 1 month ago by Matteo Melis
New Datadog integration through AP's native SDKs
See https://appspanel.readme.io/docs/logs-v106
Dart Text Manager
A new integration of the AP TextManager not relying on async calls to the platform for each request, see https://appspanel.readme.io/docs/text-manager-1#dart-text-manager-v106
Added
AppsPanel.texts.get("key")
and "key".tm()
to retrieve a Text Manager value from a sync context
Deprecated
All previous async text manager related functions, classes, and widgets.
Known issues
The Dart TM is only initialized on its first use, meaning that its first request would usually fail. So you need to add a call to AppsPanel.texts.init()
at the launch of your app, before the first requests to the TM