Skip to content
/ Wallx Public
generated from DSCKGEC/project-template

Wallx is a beautiful wallpaper app that provides you with the rich library of Unsplash and lets u download, like, and set the desired image as the lock and home screen wallpaper. one can view the images in their preferred order too.

License

Notifications You must be signed in to change notification settings

DSCKGEC/Wallx

Repository files navigation

Wallx

Contributors Forks Issues Pull Request

.

Contents

  1. Description
  2. Project structure
  3. Project roadmap
  4. Getting started
  5. Live demo
  6. Built with
  7. Contributing
  8. Authors
  9. License
  10. Acknowledgments

Description

The idea

Wallx provides a wide range of wallpapers from the Unsplash library. the app also orders the pictures by preference and lets the user set the desired picture as lock, home screen wallpaper, or both.

Project structure

+---lib
|   +---controller            (contain files that controls the child widgets)
|   +---model                 (files containing wallpapers and URL classes)
|   +---service               (holds the file for the rest API )
|   \---view
|       +---screens           (UI code for the two screens)
|       +---utils             (codes for shared grid widgets, color constants and button styles)
|       |   +---constants     
|       |   +---helpers       
|       |   \---shared        
|       \---wigets 
|  +---main.dart              (contains the main function for the execution of the program)          

Project roadmap

The project currently does the following things.

  • fetches necessary data from the Unsplash API to display the wallpapers.
  • orders the pictures according to preferences.
  • lets the user set any desired picture as the home and lock screen wallpaper.

See below for our future steps.

  • splash screen overhaul
  • animating the search bar
  • adding new functionality wallpaper_view page

Getting started

Prerequisites

  1. Basic Understanding of Programming Language (preferably, C++/Java)
  2. OOPS
  3. Understanding of the Flutter Framework by Google

Installing

Softwares needed

Knowledge needed

The best way to learn the following is to google each and everything!

  • Fundamental understanding of Git and GitHub:

    • What are repositories (local - remote - upstream), issues, pull requests
    • How to clone a repository, how to fork a repository, how to set upstreams
    • Adding, committing, pulling, and pushing changes to remote repositories
  • For Flutter SDK:

    • Getting Started with Flutter

    • Beginner to Intermediate knowledge of Flutter UI Design Patterns, Widgets, Routers, Navigation, etc.

    • Knowledge of integrating third-party libraries and Hive database (for solving backend issues, not mandatory).

Instructions

Below is a step-by-step series of instructions that tells you how to run the project locally. Google every issue you face following the below instructions or just ask us in our Discord channel.

  • Fork and Clone the Repository
  • Use Visual Studio Code/Android Studio
  • In the terminal type flutter pub get
  • Type flutter run in Terminal / Choose Run --> Run without Debugging and play it in any emulator of your choice(Special Note: Do not run it in WEB mode as Shared Preferences is there.)

Live demo

Built with

Contributing

Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

Wallx is a beautiful wallpaper app that provides you with the rich library of Unsplash and lets u download, like, and set the desired image as the lock and home screen wallpaper. one can view the images in their preferred order too.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published