# Lovel阅读器 **Repository Path**: pixiao/lovel_reader ## Basic Information - **Project Name**: Lovel阅读器 - **Description**: 基于Flutter开发的本地小说阅读器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://pixiao.gitee.io/lovel-reader - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-26 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lovel 本地小说阅读器 ## 简介 一个基于Flutter开发的本地小说阅读器(练习) ## 图标 ### 配置 ### 命令 自动生成图标 ```shell flutter pub run flutter_launcher_icons ``` 自动生成Hive适配器 ```shell flutter pub run build_runner build --delete-conflicting-outputs ``` ## 构建 ### apk ```shell # 带构建号进行构建 flutter build apk --split-per-abi --build-number=2 ``` ### ipa ```shell flutter build ipa --build-number=2 ``` ### ios ```shell flutter build ios --build-number=2 ```