Ansen
Ansen
`final newCompressedPicpath = join((await getTemporaryDirectory()).path, '${DateTime.now().millisecondsSinceEpoch}.png'); CompressObject compressObject = CompressObject( imageFile: File(picturePath), path: newCompressedPicpath, quality: 80, step: 9, mode: CompressMode.AUTO ); var path =await (Luban.compressImage(compressObject));`
**Describe the bug** use flutter plugin: multi_image_picker, if import flutter_sound_lite, fishBun causes crash (crash log java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/widget/TintableCompoundDrawablesView; ). **To Reproduce** Steps to reproduce the behavior: 1. import...
论坛地址:https://community.jiguang.cn/ 论坛回复还是挺即时的,大家有问题可以去论坛提问
机型 一加7pro , 安卓9,测试了 wifi 4g,都无法连接上,日志显示连接超时:: I/flutter (22672): jmessage 开始初始化 W/JIGUANG-JMessage(22672): [JMessageClient] this receiver is already registed ! receiver = com.jiguang.jmessageflutter.JmessageFlutterPlugin@d01493b D/JIGUANG-JMessage(22672): [RequestingThread] Action - sendRequestInternal - connection:, timeout:60000, threadId:2820...
安卓发信息时,在 ios 上收到的消息,avatarThumbPath 字段为空 {id: msgId_1558932246499132, serverMessageId: 3717093152, isSend: false, from: {type: user, gender: unknown, username: 3900, appKey: 203ea0587d6d1decf9490c5c, nickname: æ±å®, avatarThumbPath: , birthday: 1970-01-01, region: , signature: , address:...
什么时候支持全球
model定义: `class Profile(models.Model): id = fields.BigIntField(pk=True, default=snowflake.next_id(seq_bit_length=7))` 生成代码: ``` from snowflake.source import options, generator, idregister from settings.constants import RedisConfig def next_id(seq_bit_length=6): # 连接redis register = idregister.Register(host=RedisConfig().redis_product_list[0], port=RedisConfig().redis_product_list[1], password=RedisConfig().redis_product_list[2]) # 获取worker...
安卓没数据能看一下吗
* **asyncpg version**: 0.26.0 * **PostgreSQL version**: 12.0 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce : NO, from pg docker the issue with a...