Cals Ranna

Results 6 issues of Cals Ranna

阅读挺好用,就是没有ios版。所以还是挺期待这个flutter版的,至少可以自己编译使用。问下作者还打算继续开发维护这个版本吗?

I try to find some docs from api, but i didn't get any useful event. How can i do this?

Seems like floor does not provide a way to do that. And since I try to use dao to access data from table, it gives me a exception like this...

Though the current inspector works well in developing, but since app run in the release mode, or even on customer's device, the only way I can do is get the...

enhancement

Is there a plan about support reason content in the response?

t:enhancement
p:openai_dart

Here's the thing. I use code like below to render Lottie animations: ```dart Lottie.network( entity.value, width: 60.r, height: 60.r, decoder: (bytes) => LottieComposition.decodeZip( bytes, filePicker: (files) { return files.firstWhereOrNull( (file)...