Skip to content

Find your new favorite wallpaper that looks just like you.

Notifications You must be signed in to change notification settings

bleszerd/Artuaista

Repository files navigation

Artuaista

Find your new favorite wallpaper that looks just like you.

Builds

The pre-built app can be downloaded under "releases" on the right side of this page

How to compile

$ git clone https://github.com/bleszerd/Wollpaper.git

Create a new .env file and put your Pexels Api key like this:

PEXELS_API_KEY="AS596G4SJ91AE4F4G941A9E8"
flutter pub get
flutter build apk

Navigate to [project]/build/app/outputs/apk/release/ to see your APK (Android Package Kit).

Done!