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.
 
 
 
章文轩 150d390e30
隐藏 1.9
4 years ago
.fvm 隐藏 1.9 4 years ago
android Merge branch 'test' of https://git.oa00.com/recook/recook into test 4 years ago
assets 修复瑞币显示不正确的问题,更换会员权益页图片和头部背景 4 years ago
backups/keys update readme file 5 years ago
commands 修复问题:1.卡片背景图与我的改成一样 5 years ago
ios Merge branch 'test' of https://git.oa00.com/recook/recook into test 4 years ago
jks 首次提交项目 5 years ago
lib 隐藏 1.9 4 years ago
static/font 首次提交项目 5 years ago
test add import sort dev package and sort all import 4 years ago
tool 修复ios打包失败问题 4 years ago
.gitignore 返回弹框界面修改 5 years ago
.metadata 首次提交项目 5 years ago
README.md 重写GSDialog ,使用BotToast封装,重写新建话题点击页面 4 years ago
build_release_macos.sh 首次提交项目 5 years ago
privacy.md add privacy doc 5 years ago
pubspec.lock 7.9 4 years ago
pubspec.yaml Merge branch 'test' of https://git.oa00.com/recook/recook into test 4 years ago

README.md

recook

recook

瑞库客 商城应用 📦

在运行和构建应用前请详细阅读本文档

Before Started

Fluwx ShareSDK_Plugin冲突 修改详情

fluwxsharesdk_plugin冲突 ,参考 ShareSDK(分享插件)和Fluwx(微信支付插件)存在冲突

fluwx fix

sharesdk_plugin

简单校验应用证书

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