wechat_flutter
wechat_flutter copied to clipboard
wechat_flutter is Flutter version WeChat, an excellent Flutter instant messaging IM open source library!
### 运行环境 ``` Flutter 2.2.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 02c026b03c (10 days ago) • 2021-05-27 12:24:44 -0700 Engine • revision 0fdb562ac8 Tools • Dart 2.13.1 ```...
Error Msg: ``` The plugin `dim` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports...
The plugin `dim` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2...
extended_text_field: 4.0.0 at pubspec.yaml brings compile error, need to change to extended_text_field: 5.0.0
Compiler message: /F:/Flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/dio-2.2.2/lib/src/dio_http_headers.dart:55:8: Error: The method 'DioHttpHeaders.add' has fewer named arguments than those of overridden method 'HttpHeaders.add'. void add(String name, value) { ^ org-dartlang-sdk:///third_party/dart/sdk/lib/_http/http.dart:694:8: Context: This is the overridden method...
什么时候升级一下flutter2.0
run 不起来
Launching lib/main.dart on iPhone 11 Pro Max in debug mode... Project base configurations detected, removing. Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS`...
请问如何实现聊天界面呢
能提供下思路么?进去的时候要滚动到底部显示最新的消息,这个用listview的反转实现,但假如只有一条信息不满一屏,这条信息也会显示在底部,如何让它自动显示在顶部呢