{"id":15469796,"url":"https://github.com/piedcipher/walle","last_synced_at":"2025-04-22T11:51:30.458Z","repository":{"id":62092672,"uuid":"215352170","full_name":"piedcipher/WallE","owner":"piedcipher","description":"🖼️ Wallpaper App built using Flutter \u0026 Unsplash API","archived":false,"fork":false,"pushed_at":"2020-09-23T18:55:49.000Z","size":8809,"stargazers_count":31,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T00:36:12.000Z","etag":null,"topics":["dart","flutter","flutter-apps","unsplash-api","wallpaper","wallpaper-app"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piedcipher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-15T16:58:41.000Z","updated_at":"2024-03-22T15:26:09.000Z","dependencies_parsed_at":"2022-10-26T08:45:20.154Z","dependency_job_id":null,"html_url":"https://github.com/piedcipher/WallE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2FWallE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2FWallE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2FWallE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2FWallE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piedcipher","download_url":"https://codeload.github.com/piedcipher/WallE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237796,"owners_count":21397399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","flutter-apps","unsplash-api","wallpaper","wallpaper-app"],"created_at":"2024-10-02T02:01:20.771Z","updated_at":"2025-04-22T11:51:30.428Z","avatar_url":"https://github.com/piedcipher.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WallE\n\n![](https://raw.githubusercontent.com/piedcipher/walle/master/assets/walle.png)\n\nWallpaper App built using [Flutter](https://flutter.dev) \u0026 [Unsplash API](https://unsplash.com/developers)\n\n## Story\nWhen I created [iWallE](https://github.com/piedcipher/iWallE) (which is a CLI wallpaper app), I always wanted to create a wallpaper app for Mobile. I attempted to create it in Native Android but it was not an easy process, and I gave up. After 2 years, I've created WallE (this app) using Flutter :blue_heart: in just 2 hours! So, what are you waiting for?! Go ahead and build beautiful things with Flutter :heart:\n\n## Features\n- Unlimited beautiful wallpapers\n\n- Favorite/Unfavorite wallpaper\n\n- Light/Dark Theme\n\n- Download wallpaper\n\n- View original unsplash post\n\n- Wallpaper stats for nerds\n\n- More coming soon\n\n## Screeshots\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/1.png\" width=300 /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/2.png\" width=300 /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/3.png\" width=300 /\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/4.png\" width=300 /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/5.png\" width=300 /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/6.png\" width=300 /\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/piedcipher/walle/master/screenshots/7.png\" width=300 /\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Dependencies\n- [http](https://pub.dev/packages/http)\n\n- [shared_preferences](https://pub.dev/packages/shared_preferences)\n\n- [url_launcher](https://pub.dev/packages/url_launcher)\n\n- [sqflite](https://pub.dev/packages/sqflite)\n\n- [intent](https://pub.dev/packages/intent)\n\n## Setup\n- Register a new application [here](https://unsplash.com/developers)\n\n- Put API keys in [api_constants.dart](https://github.com/piedcipher/WallE/blob/master/lib/utils/api_constants.dart)\n\n## Getting Started\n\nA few resources to get you started if this is your first Flutter project:\n\n- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)\n- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)\n\nFor help getting started with Flutter, view our\n[online documentation](https://flutter.dev/docs), which offers tutorials,\nsamples, guidance on mobile development, and a full API reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedcipher%2Fwalle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiedcipher%2Fwalle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedcipher%2Fwalle/lists"}