photocoa?

临时照片应用: 拍照,但不让 Google Photos 同步,并自动删除它们。

编译

该项目仅在“Android”上可用,尽管没有使用特定的 Android 库(“camera”包负责平台特定的相机细节),因此它可能在其他操作系统上运行,但我无法测试。

‘flutter_native_splash’‘flutter_launcher_icons’ 需要先构建再运行应用程序,请使用以下命令

flutter pub get
flutter pub run flutter_native_splash:create
flutter pub run flutter_launcher_icons

发布构建

为了发布应用程序的构建,您需要预编译 SKSL 着色器,您可以使用提供的 ‘flutter_01.sksl.json’ 文件,或者通过命令提供您自己的文件。

flutter run --profile --cache-sksl --purge-persistent-cache --dump-skp-on-shader-compilation

尽可能多地触发动画,然后在命令行中按 M 导出 ‘flutter_01.sksl.json’ 文件

然后使用以下命令编译 .apk 应用程序

flutter build apk --obfuscate --split-debug-info=build/app/output/symbols --no-track-widget-creation --release --bundle-sksl-path flutter_01.sksl.json --no-tree-shake-icons -v

GitHub

查看 Github