不要在火币网交易,会把你的资料卖给所有他们能卖的平台
在火币网交易了最小单位的比特币
然后我的电话被币圈广告打爆了,全是加微信邀加群的.
节操碎了一地,吃相太难看..
再见.
在火币网交易了最小单位的比特币
然后我的电话被币圈广告打爆了,全是加微信邀加群的.
节操碎了一地,吃相太难看..
再见.
报错信息如下
Flutter版本1.7.0,长按textField时,触发文本复制或者选择功能时报错,具体报错信息大概如下
flutter create ofFile
"ofFile" is not a valid Dart package name.
From the [Pubspec format
description](https://www.dartlang.org/tools/pub/pubspec.html):
**DO** use `lowercase_with_underscores` for package names.
Package names should be all lowercase, with underscores to separate words,
`just_like_this`. Use only basic Latin letters and Arabic digits: [a-z0-9_].
Also, make sure the name is a valid Dart identifier -- that it doesn't start
with digits and isn't a reserved word.
记录下神奇的问题
在用dio发post请求时,格式为json,在设置BaseOptions
中的contentType时,设置为ContentType.json
,导致服务端始终接收不到post请求body中的数据.后将其改为ContentType.parse("application/json")
后,可以正常post.
出现场景是自制一个百度地图插件,加载原生mapView时报如下错误崩溃.
核心是Flutter.framework
中的FlutterPlatformViews.h
文件.
一般情况下,如果安装有androidstudio的话默认会在~/Library/Android/sdk/platform-tools/adb
路径下,配置到环境变量即可
调试一个flutter时还遇到下面这个错,因为插件模板的example中Run的工程文件,里面的podfile默认是没有打开iOS版本的注释的
今天在编写一个Flutter插件时,尝试flutter build ios
时提示了cocopods版本过低,如下