Temporary photos app built with Flutter

0 0

photocoa 🍫

Temporary photos app: Take pictures without Google Photos syncing them and automatically delete them.

Compilation

The project is only available in ‘Android’ though no specific Android libraries where used (‘camera’ package is managing the Platform specific camera details) so it may work in other OS but I have no way of testing it.

‘flutter_native_splash’ and ‘flutter_launcher_icons’ require building before running the application, use the following commands:

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

Release Build

In order to relese build the app you need to precompile the SKSL shaders, you can use the provided ‘flutter_01.sksl.json’ file or provide your own via the command:

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

Trigger as much animations as you can and then press M inside the command-line to export the ‘flutter_01.sksl.json’ file

Then compile the .apk application using the following command

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

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A Calendly clone in flutter
Entrada siguiente Pomodoro App built with Dart