Flutter Bridge 1.0.7
about 1 month ago by Matteo Melis
Fixed
- Dart Text Manager not being initialised before its first use (its first request would usually not return a value)
- This initialisation has been moved inside
AppsPanel.init()
so make sure you call this one- This means you should also remove the manual call to
AppsPanel.texts.init()
that you may have added if you used version 1.0.6
- This means you should also remove the manual call to
- This initialisation has been moved inside
Removed
String.tm()
extension function from the bridge.- This shouldn't be inside the bridge itself, we recommend putting it directly inside your app instead