Skip to content

Latest commit

 

History

History
264 lines (181 loc) · 10.1 KB

File metadata and controls

264 lines (181 loc) · 10.1 KB

GitHub stars GitHub forks GitHub issues star star

If there is a problem that other dependencies cannot be compiled, you can try to remove the "^" of all dependencies in dependencies in pubspec.yaml or change the plug-in version number to any, and try to compile again. 6 If there is still an error, execute flutter clean in the main directory of the project and run again. 7 If the plug-in version does not match, remember to check whether the plug-in flutter version introduced in the pubspec.yaml file is compatible with your local Flutter.

Related documents

List of problems and solutions

中文文档 README_ZH.md

课程说明

本项目出配套课程啦,耗时6个月打造,flutter3最新版本,从0到1实现微信,包含im聊天单聊群聊功能:https://edu.csdn.net/course/detail/39189

课程demo下载地址 https://wwpj.lanzouu.com/s/wechat-new-demo

商务合作联系微信【q1666655】,帮面试、出技术方案、解决Apple Store上架4.3等问题.

Business DM to Telegram: @ahyangnb_1

HarmonyOS Next 6.0 【纯血鸿蒙Next6.0】

1.jpg 2.jpg

log

  • 2026.03.07 完整兼容纯血鸿蒙6.0 Next系统. (在 pubspec.yaml 搜索 "鸿蒙专属" 或直接使用pubspec.yaml.harmony) (flutter 3.27.5-ohos-1.0.4)

  • 2026.03.07 Fully fit HarmonyOS Next 6.0. (search "鸿蒙专属" in pubspec.yaml or using pubspec.yaml.harmony) (flutter 3.27.5-ohos-1.0.4)

  • 2024.12.16 Compatible with flutter 3.24.3 [All plugin versions up-to-date]

  • 2023.12.28 merge 3.0.5 of flutter version and Android sdk 33【android 13】.

  • 2022.06.28 Replace the pure ui branch simulation picture address [12:00]

  • 2022.06.28 create pure ui branch [10:00]

  • 2022.05.28 Update environment information and post problem list and solution index

  • 2022.05.26 Began to be compatible with flutter2.10.4

  • 2022.05.26 List the errors and how to fix them

  • 2022.05.15 Repair and supplement Android installation package link and QR code

  • 2021.11.08 Adapt to flutter 2.5

  • 2021.05.12 Adapt to iOS, solve running problems

  • 2021.05.10 Adapt to Flutter2 stable branch [11:45]

  • 2021.05.10 Fix im plugin example can not get dependencies, fix lib/ui/flutter/my_cupertino_dialog.dart

  • 2021.01.16 Added a new payment page, waiting for the icon to be completed [14:49]

  • 2021.01.16 Adapt to Flutter (Channel stable, 1.22.5)

  • 2020.08.25 Adapt to Flutter (Channel stable, 1.20.2)

  • 2020.07.29 Upload avatar capture error [15:45]

  • 2020.07.29 Repair login, logout, and modify information reporting status management monitoring errors;

  • 2020.06.30 Only when the group members are more than 20 will it display all group members, and the group owner will display the group management item [afternoon]

  • 2020.06.30 Session list no session message judgment display, fix session error reporting, group announcement complete display [AM

  • 2020.06.26 Quit group chat and disband group chat functions, chat member page, select member page [PM].

  • 2020.06.26 Modify group chat name page, change chat background page, fix webView [AM].

  • 2020.06.24 Group announcement, change group announcement message body content display, add group notes, add group QR code page;

  • 2020.06.23 Group chat detail page creation;

  • 2020.06.21 Session list chat content display expressions [10 points].

  • 2020.06.20 Fix an error when recording video is finished [17:48].

  • 2020.06.20 Remove the initialized tap effect [17 points

  • 2020.06.20 Fix the empty session list [12:00].

  • 2020.06.20 Fix group chat messages not appearing in the session list [09 points].

  • 2020.06.18 Added WeChat tap effect;

  • 2020.06.17 Added display of initiated group chat and group chat list;

  • 2020.06.16 Added the function of chatting with expressions;

  • 2020.06.15 Fix the package flashback problem;

  • 2020.02.14 Adaptation of Flutter v1.17.3;

  • 2020.02.16 adapt flutter v1.12.13 and Androidx, fix Android running problems;

  • 2019.12.30 remove extended_text_field;

Introduction

wechat_flutter is a flutter version of WeChat, currently has implemented the basic functions of instant messaging, support for Android and IOS, specific download experience. Download it and experience it! start.gif

Effect

1.gif 2.gif 3.gif
4.gif 5.gif 6.gif
7.gif 8.gif 9.gif

Download Experience(Android) [Test account 166, login directly]: https://wwc.lanzoul.com/iQlkj04vnhsj

Can't see it? locate to assets/git/qr_code.png

For IOS, just pull down the project and run it directly.

Features

  • text message
  • Emotion messages
  • Image messages
  • Voice messages
  • Delete session
  • Language internationalization
  • Account registration
  • Account login
  • Auto-login
  • Session list
  • Address Book
  • Change avatar
  • Show avatar
  • Show nickname
  • Change nickname
  • Search for friends
  • Add a friend
  • Delete Friends
  • Video shooting
  • Video message
  • Location messages
  • Create a group chat
  • Quit group chat
  • Dismiss a group chat
  • Group chat list
  • Group chat announcement
  • Modify group name
  • Group chat message (text)
  • Swipe
  • Set notes

Third Party Framework

Library Features
tencent_cloud_chat_sdk instant messaging
shared_preferences persistent_storage
provider state management
cached_network_image Image caching
toast message alerts
webview_flutter web page display
image_picker image and video selection
extended_text extended_text
url_launcher open_browser_browse
connectivity check network connection
photo_view zoom in on images
dio network_frame
open_file open_file
package_info package information
flutter_sound Audio recording and processing
permission_handler permission management
audioplayers audio playback processing
camera camera
video_player video_players
extended_text_field extended_text_input
flutter_image_compress image compression
lpinyin Get Chinese pinyin
azlistview Special list slider
wechat_assets_picker WeChat image gallery

Tutorials for using

IOS

  • Enter the project IOS directory: $ cd ios/
  • Update Pod (not required): $ pod update
  • Install Pod: $ pod install

If you get (Connection refused - connect(2) for "raw.githubusercontent.com" port 443), then you haven't set up the domestic source. Or try to go over the wall.

My Flutter environment

flutter 3.27.5-ohos-1.0.4

and

Flutter  3.24.3

Flutter WeChat group【Flutter微信交流群】

加我为微信好友,我拉你。

Can't see it? locate to assets/git/left_group.png

Flutter exchange QQ group: 874592746

赞助

开源不容,买杯咖啡给我点支持,我的想法是完整实现音视频通话和语音房以及直播,在此项目,给我点动力吧。

LICENSE

fluttercandies/wechat_flutter is licensed under the
Apache License 2.0

A permissive license whose main conditions require preservation of copyright and license notices. 
Contributors provide an express grant of patent rights. 
Licensed works, modifications, and larger works may be distributed under different terms and without source code.