Cruvie Kang

Results 28 issues of Cruvie Kang

the tool web is 404 Try Flutter-Neumorphic on your browser : 👉 https://flutter-neumorphic.firebaseapp.com/ 🌐

## 问题提交 标题格式:[BUG]: 问题简介 内容需包含: **1、BUG 描述** bruno和flutter_svg依赖冲突 ```sh Because bruno >=2.0.0 depends on xml ^5.1.2 and flutter_svg 1.1.3 depends on xml ^6.0.1, bruno >=2.0.0 is incompatible with flutter_svg 1.1.3....

**Describe the bug** some mp4 can't only play with voice ,but the others can play well. **To Reproduce** only voice the play bar will be like this for the good...

bug
scanner
needs information

## 问题提交 标题格式:当BrnMultiSelectTagsPicker的layoutStyle设置为BrnMultiSelectTagsLayoutStyle.auto时,很多异常。 内容需包含: 1. 选择的tag颜色异常 ![image](https://user-images.githubusercontent.com/55651847/187950247-9b1f323e-1070-4114-bbe3-d68478c9199a.png) 2. 设置了只能选择一个,却可以选两个 ![image](https://user-images.githubusercontent.com/55651847/187950390-d8c6138a-d669-4267-8671-3d28dabb8353.png) 3. 上下两行tag没有间隙 问题的描述,请尽量使用简短、准确的语言 **2、复现步骤** **3、期望行为** **4、运行环境** * 运行设备 * 系统 * Bruno 版本 3.0.0 * Flutter Doctor 信息 **5、附加信息** 包括视频、图片等补充信息

## 问题提交 标题格式:增加BrnTagsPickerConfig外边距配置项 内容需包含: **1、BUG 描述** 当BrnMultiSelectTagsPicker的layoutStyle为 BrnMultiSelectTagsLayoutStyle.auto时,上下两排tags会贴在一起 image **2、复现步骤** **3、期望行为** **4、运行环境** * 运行设备 * 系统 * Bruno 版本 3.0.0 * Flutter Doctor 信息 **5、附加信息** ![image](https://user-images.githubusercontent.com/55651847/187949259-29e3f9e9-7437-476b-abf3-573eb27bbfd6.png)

## 问题提交 Cant devide by 0 内容需包含: **1、BUG 描述** 使用BrnDatePicker.showDatePicker报flutter: Cant devide by 0 **2、复现步骤** ```dart BrnDatePicker.showDatePicker( context, maxDateTime: DateTime.parse('2030-12-31 23:59:59'), minDateTime: DateTime.parse('2000-01-01 00:00:00'), initialDateTime: DateTime.now(), pickerMode: BrnDateTimePickerMode.datetime, pickerTitleConfig: BrnPickerTitleConfig.Default,...

when I run my flutter on macos(m2) the exception occurred ```dart [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Connection failed #0 IOClient.send (package:http/src/io_client.dart:88:7) #1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32) #2 _withClient (package:http/http.dart:164:12) #3 Request.request (package:daily_diet_ui/utils/request/request.dart:27:18) #4 SharedFunction.getCaptcha...

type-bug
package:http

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...

framework
platform-mac
a: images
team-framework

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. deploy with docker-compose 2. upload brand image twice 3....

bug

It would be useful to build with fully static link, is there any way I can do to achive it? I tried the following cmd, but get some errors. ```sh...