Version 1.77 updates the default CE.SDK asset content and renames or merges several built-in asset source IDs. The Flutter plugin wraps the native iOS and Android SDKs, so the impact depends on how you configure assets.
Do I need to migrate?#
If you use the default asset configuration#
The default EditorSettings.baseUri resolves to the updated content automatically. Bump the Flutter package to v1.77 and continue as before.
If you self-host your assets#
Download https://cdn.img.ly/packages/imgly/cesdk-flutter/1.77.1/imgly-assets.zip, copy the assets/ directory to your hosting location, and point EditorSettings.baseUri at it. The renamed or merged source IDs no longer resolve under their old names, so review the mapping table and register the new IDs:
Both guides list the full old → new source ID mapping and show how to register sources directly instead of using the deprecated helpers.