mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
39 lines
899 B
Markdown
39 lines
899 B
Markdown
# qinglong_app
|
|
|
|
版本更新通知 https://t.me/qinglongapp
|
|
|
|
基于[qinglong](https://github.com/whyour/qinglong)API实现的三方客户端,采用Flutter编写 (API最低支持2.10.0)
|
|
|
|
Android端下载地址:[Release](https://github.com/qinglong-app/qinglong_app/releases)
|
|
|
|
iOS端下载地址: [AppStore](https://apps.apple.com/cn/app/id1625871665)
|
|
|
|
|
|
<p float="left">
|
|
<img src="./art/1.png" width="300" />
|
|
<img src="./art/2.png" width="300" />
|
|
<img src="./art/3.png" width="300" />
|
|
</p>
|
|
<p float="left">
|
|
<img src="./art/4.png" width="300" />
|
|
<img src="./art/5.png" width="300" />
|
|
</p>
|
|
|
|
|
|
用于生成app的图标
|
|
|
|
>* flutter pub run flutter_launcher_icons:main
|
|
|
|
生成原生的启动页面
|
|
|
|
>* flutter pub run flutter_native_splash:create
|
|
|
|
修改app名称
|
|
|
|
>* flutter pub run flutter_app_name
|
|
|
|
生成json.jc.dart文件
|
|
|
|
>* flutter pub run build_runner build --delete-conflicting-outputs
|
|
|