I'm trying to update an old flutter package to Android v2 embedding. However running the example just freezes on loading an asset using rootBundle.load line 153 (tested on Windows 10, android studio 2021.1.1, android emulators API 29,30,31) no error or anything.
the fork itself is here: https://github.com/rix133/flutter_sphinx/
Can anybody suggest a better way of loading the asset files or point to me what I'm doing wrong in V2?
My guess is, that it was working under Android v1 embedding.