Mao Yufeng

Results 17 comments of Mao Yufeng

Hi @pichillilorenzo We also have the same problem and here is the stack trace from the PlayConsole: ``` #00 pc 000000000007f33c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) #00 pc 000000000014b094 /apex/com.android.runtime/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) #00 pc...

>Apart from the cache being invalidated, there are other reasons why the fetcher is triggered (e.g. StoreRequest.fresh(key)). I am wondering the cache system is like a collection of key-value, so...

@ychescale9 I created a playground repo about my requirement that using `Store` to cache `PagedList`. https://github.com/lcdsmao/PagingMemoryCacheStorePlayground Can you have a look at it, please? 😄

Hi @theHamsta https://github.com/UserNobody14/tree-sitter-dart/issues/29#issuecomment-1141659026 This solves the crash.

Hello Yes, the sample code works well when using the master branch code. It will take some time to confirm with our production code, since there seem like some breaking...

Can you tell me your use case here? >so we can hide the package name inside of AssetGenImage What's the benefit of this?

This should be fixed in 4.3.0. Can you give it a try?

Hi @elianmortega Can you tell me what's your motivation here? Then we can consider adding this feature. 🙂

@gokuldasvr It seems like a different problem. Please fire a new issue and attach your `pubspec.yaml` configuration.

@IvanYue >Is ImageProvider no longer supported Yes. Can you try `Assets.images.icon.allInOne.image(width: ...)` or `Image.asset(Assets.images.icons.allInOne.path, width: ...)`?