-
Getting the following error after upgrading to Flutter 3.7.7:
`lib/core/gen/assets.gen.dart:253:21: Error: The argument type 'Clip?' can't be assigned to the parameter type 'Clip' because 'Clip?' i…
-
想问问加载assetbundle里的代码后,在卸载assetbundle后能不能卸载掉代码再加载别的assetbundle的代码啊?
-
### Description
https://api.flutter.dev/flutter/rendering/RenderRepaintBoundary/toImageSync.html
https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c
There's a performance improveme…
-
UnloadAsset,我调用后并没有想象中卸载掉资源
UnloadAssetBundle这方法参数为TRUE 释放AssetBundle文件内存镜像同时销毁所有已经Load的Assets内存对象?
比较菜,我看这个框架是学习用的,请大佬解惑
-
The [Unity Style Sheets Reference](https://docs.google.com/document/d/1uxSIJNY6zDuyM4FO_zJ8sFpcZjy6rPslmw0kqZhycbM/edit#) is referred to by the linked [UI Elements Documentation](https://docs.google.c…
-
**Describe the bug**
- Observed a strange scenario in which the **messages aren't picked from the subscription after 11 days of deployment**
- All the **pods are running fine** but the **messages …
-
I'd like to be able to add an entire folder of assets without having to enumerate each one in my flutter.yaml.
-
### Which packages are you using?
stream_chat_flutter
### On what platforms did you experience the issue?
iOS, Android
### What version are you using?
stream_chat_flutter: ^5.2.0
###…
-
When i build example in webgl, i got the error
[Error] Scene 'Assets/HotUpdateResources/Scene/Game.unity' couldn't be loaded because it has not been added to the build settings or the AssetBundle h…
-
**Code**
``` python
env = UnityPy.load(file) # load 2021.3.8f1 version asset bundle
for obj in env.objects:
if obj.type.name != "MonoBehaviour":
continue
data = obj.read()
…