Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.04 KB

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!