liming
liming
日期错误
初始化日期正常,左右切换月份 显示错误,可能会跳过1-2个月 然后就正常了
使用 amap_location: ^0.2.0 Flutter 1.5.4-hotfix.2 • channel stable Dart 2.3.0 (build 2.3.0-dev.0.5 a1668566e5) 会报下面这个找不到类的错误,请解决一下 /Users/hongka-liming/hongka4.0/flutterHK/hongka_flutter/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:30: 错误: 无法访问AMapLocationListener AmapLocationPlugin.registerWith(registry.registrarFor("com.jzoom.amaplocation.AmapLocationPlugin")); ^ 找不到com.amap.api.location.AMapLocationListener的类文件 1 个错误 Finished with error: Gradle task assembleDebug failed with...
when I see Provide.dart ,In the 276 line , listenable = _getListenable(provider, value); I jump this method, Listenable _getListenable(Provider provider, dynamic value) =>provider is Listenable ? provider : value is...
I don't know why the child becomes smaller, as is shown in the picture  you can copy this code to main.dart to Repeat the question。 ` import 'package:flutter/material.dart'; import...
能否增加cityCode ,后台存储城市代码而不是城市名字
在安卓手机上Mate20 确定取消按钮会显示不全,..src/city_piceker.dart line126 你用了CupertinoButton 导致安卓手机显示按钮不全,换成MaterialButton就没问题了,建议区分一下手机系统