An open API service indexing awesome lists of open source software.

https://github.com/weijianxian/fzu_qrcode

因为不想用福大一码通,所以我写了个APP
https://github.com/weijianxian/fzu_qrcode

flutter fzu

Last synced: 4 months ago
JSON representation

因为不想用福大一码通,所以我写了个APP

Awesome Lists containing this project

README

          


fzu_qrcode

fzu_qrcode


因为懒得使用福大一码通小程序,所以写了个app

## 使用方法

### 直接下载

请前往 [Action](https://github.com/weijianxian/fzu_qrcode/actions) 下载最新构建
或前往 [Release](https://github.com/weijianxian/fzu_qrcode/releases/latest) 下载最新稳定版本

### 手动构建

```sh
$ flutter --version
Flutter 3.27.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 8495dee1fd • 2024-12-10 14:23:39 -0800
Engine • revision 83bacfc525
Tools • Dart 3.6.0 • DevTools 2.40.2
```

1. 确保你已经安装了 Flutter SDK,并且配置了 Flutter 环境。
2. 在项目根目录下运行以下命令以获取项目依赖: `flutter pub get`
3. 1. build APK

```sh
# 配置签名
export KEYSTORE_PATH=path/to/your/keystore.jks
export KEYSTORE_PASSWORD=your_keystore_password
export KEY_ALIAS=your_key_alias
export KEY_PASSWORD=your_key_password
flutter build apk --release
```

3. 2. build apk

```sh
flutter build apk
```

![](https://count.getloli.com/@wei-fzuqrcode)