Junix

Results 30 issues of Junix

8.2.4版本,代码如下: ``` Fluttertoast.showToast( msg: msg, toastLength: Toast.LENGTH_SHORT, gravity: ToastGravity.CENTER, timeInSecForIosWeb: 1, backgroundColor: Theme.of(context).primaryColor, textColor: Theme.of(context).colorScheme.onPrimary, fontSize: 14.w); ```

**Describe the bug** After Get.changeTheme(), My Widget reference my themeData.xxxColor, Get.theme.xxxColor won't change, but Theme.of(context).theme.xxxColor will change, but I have to pass through context. Is there a better solution? example:...

仍然不执行,都报错token过期了,refreshSTSToken就是不执行,版本:6.17.0和6.17.1都不执行: ![image](https://user-images.githubusercontent.com/4426715/206702160-d62a209e-3832-4492-ab17-d3124e2634a5.png) ![image](https://user-images.githubusercontent.com/4426715/206702198-f9ba9e62-b51e-4e24-a51f-2f3a6d571c98.png) _Originally posted by @li-xiaojun in https://github.com/ali-sdk/ali-oss/issues/960#issuecomment-1344245586_

enhancement

var req = CreateTranscriptionRequest.builder() .responseFormat("verbose_json") .model("whisper-1") .build() var result = service.createTranscription(req, file)

this contract abi.json has same event name; ``` https://goerli.etherscan.io/token/0x326c977e6efc84e512bb9c30f76e30c160ed06fb?a=0x4441a4316ae770B8373267CAA23FcF2ba1fCb7B2#code ``` ![image](https://user-images.githubusercontent.com/4426715/229111339-5d150f5c-f0de-41a7-bed1-b5ea53f1ad97.png)

``` const String rpcUrl = 'https://eth-goerli.api.onfinality.io/public'; var res = await client.sendTransaction( credentials, Transaction( to: EthereumAddress.fromHex('xxxxx'), gasPrice: EtherAmount.fromUnitAndValue(EtherUnit.kwei, 10), maxGas: 100000, value: EtherAmount.fromUnitAndValue(EtherUnit.gwei, 1000000), //0.0001eth // value: EtherAmount.fromUnitAndValue(EtherUnit.ether, 0.01), ), chainId...

We need to add a feature to append a suffix to class names, as model classes in most projects end with "model" or "entity". Currently, the generated classes do not...

customization
naming

**Describe the bug** 创建群组的时候,内部调用的是GroupManager.createGroup方法,其实群组已经创建成功了,但后续的sql插入的时候报错了, 报错信息如下: ``` sql exec detail {"operationID": "1715309155447", "gorm": "gorm.io/driver/[email protected]/migrator.go:293", "elapsed time": "0.147084(ms)", "rows": 0, "sql": "CREATE INDEX index_send_time ON `chat_logs_sg_4270983861`(`send_time`)", "error": "index index_send_time already exists"} ```...

bug