kuaifengle / flutter-wechat

使用Flutter模仿了一个你没见过的微信App.有炫酷的交互和船新的页面效果.欢迎点评!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter-WeChat

有一天突然头脑一热,就想用Flutter模仿一个微信.

然后在网上随便找到了张微信的Ui设计图.

App主要都是静态页面与动态交互,没有请求接口.

后续会更新页面与交互,有问题还望各位指出...

觉得对你有帮助的话,还希望客官star一下下!

感谢您的参观!!! (个人学习作品,无商业盈利目的,侵权必删)


我没有Mac电脑所以我不能确定项目能不能在Mac上面运行!

I don't have a Mac, so I'm not sure the project will work on a Mac!


flutter环境

> flutter --version 

Flutter 1.12.13+hotfix.9 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f139b11009 (5 weeks ago) • 2020-03-30 13:57:30 -0700
Engine • revision af51afceb8
Tools • Dart 2.7.2

> flutter doctor 

[√] Flutter (Channel stable, v1.12.13+hotfix.9, on Microsoft Windows [Version 10.0.18363.778], locale zh-CN)     

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Android Studio (version 3.5)
[√] Connected device (1 available)

• No issues found!

预览图

MIT License

Copyright (c) 2020 kuaifengle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

使用Flutter模仿了一个你没见过的微信App.有炫酷的交互和船新的页面效果.欢迎点评!

License:MIT License