Analyze your flutter apk in as and you will find that it has a directory structure like this
Now suppose I need to load pic_app_logo.png, then the code should be like this
context.assets.open("flutter_assets/packages/pkg_res/assets/images/common/login/pic_app_logo.png")