You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.fvm | 4 years ago | |
android | 4 years ago | |
assets | 4 years ago | |
backups/keys | 5 years ago | |
commands | 5 years ago | |
ios | 4 years ago | |
jks | 5 years ago | |
lib | 4 years ago | |
static/font | 5 years ago | |
test | 5 years ago | |
tool | 4 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 5 years ago | |
.metadata | 5 years ago | |
README.md | 4 years ago | |
build_release_macos.sh | 5 years ago | |
privacy.md | 5 years ago | |
pubspec.lock | 4 years ago | |
pubspec.yaml | 4 years ago |
README.md
recook
瑞库客 商城应用 📦
在运行和构建应用前请详细阅读本文档
Before Started
Fluwx ShareSDK_Plugin冲突 修改详情
fluwx
和 sharesdk_plugin
冲突 ,参考 ShareSDK(分享插件)和Fluwx(微信支付插件)存在冲突
简单校验应用证书
main.dart
142行
明文保存证书解决方案
./lib/utils/sc_encrypt_util.dart
17,27行
Getting Started
打包apk
flutter pub run grinder build-apk
with verbose
flutter pub run grinder build-apk --v
加固应用后签名
flutter pub run grinder sign --input=xxx.apk
预安装软件包
在运行应用前请使用./command/resource_gen.sh
来生成图片
该命令需要安装flutter_resource_generator
,在终端中运行
flutter pub global activate flutter_resource_generator
开发分支在master
,main.dart
中isDebug参数为true
发行分支在release
,main.dart
中isDebug参数为false
注意 ⚠️ 请勿直接修改发行isDebug
参数,打包发行分支前请合并开发分支
Design Guide Book
设计宽 Design Width rSize
设计高 Design Height rSize
example:
rSize(value
) value
is design pt
使用自动生成的图片
假设你有一张图片assets/live/user.png
,你只需要使用R.ASSETS_LIVE_USER_PNG
即可使用该图片
TODO LIST
- 迁移GSDialog 到 BotToast