Giter Site home page Giter Site logo

bansicloud / prism Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hash-studios/prism

0.0 1.0 0.0 190.14 MB

Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework.

License: BSD 3-Clause "New" or "Revised" License

Dart 98.23% Swift 0.06% Objective-C 0.01% Java 1.55% HTML 0.16%

prism's Introduction

icon Prism

Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework.

flutter Dart Size Release License Stars

Prism UI Mockup

Prism relies on WallHaven and Pexels API as its source of beautiful and large collection of Wallpapers. By utilising their API, it provides the user with a fast and smooth experience filled with subtle animations and minimal design. The main goal of Prism is to make the smartphone customisation experience, smooth and easy, yet giving the users amazing wallpapers, and features like downloading infinite (as much your storage allows) wallpapers or sharing the ones they like with others.

Prism offers a never-ending feed of wallpapers on its home screen. It also has a Curated section that is filled with the best photos/wallpapers updated every day. It also features categories like Abstract, Nature if you are into these. Then it allows one to find wallpapers on the basis of colors, i.e. you can find wallpapers with a color that matches your icons or homescreen setup. Not even that, it also shows you a palette of colors from any wallpaper in the app, on clicking which you can find wallpapers of that specific color.

Main features like finding and setting up wallpapers don't rquire Google Sign In, while features like Favourites or Downloads require you to sign up using Google. This signup is facilitated by Google Firebase, so it is secure and we only get your name, email and profile photo for identification purposes. The app also has Dark Mode, if you want to save your phone's battery while getting in love with those wallpapers. The app also allows users to share wallpapers with others by giving them a unique link for every wallpaper, using Dynamic Links so that anyone can directly view the wallpaper.

List of Contents

  1. Features
  2. Changelog
  3. Demo
  4. Support
  5. Dependencies
  6. Usage
  7. Contributing
  8. License
  9. Contributors
  10. To-Do

Features

  • High-Quality Wallpapers from WallHaven and Pexels
  • Dark Mode supported
  • Google Sign-In is optional
  • Low Internet usage due to minimal loading and persistent data using Provider
  • Home Feed is infinite, never ends
  • Save Liked Images for later (works even after uninstalling the app)
  • Download any wallpaper to Gallery
  • Secure data and favorites storage on Google Firebase
  • Search for Wallpapers by keyword
  • Check how the wallpaper will look with fake clock and app icons
  • Search for Wallpapers by color
  • Find wallpapers with a similar color
  • Set any wallpaper on the home screen, lock screen or both
  • Find wallpapers by category (Curated, Abstract, and Nature)
  • Extensive settings menu with various options
  • Toast/Snackbar supported buttons
  • Minimal design with smooth transitions
  • Clear Cache, Downloads and Favourites with one-tap
  • Optimized storage using minimal packages
  • Application size under 10 MB
  • Adaptive UI (changes color based on wallpaper)

Changelog

v2.4.1

  • Minor bug fixes

v2.4.0

  • Major bug fixes and improvements
  • Redesigned the wallpaper info sheet
  • Added swipe to change categories
  • Added Firebase analytics
  • Added notifications support

v2.3.5

  • Major bug fixes and improvements

v2.3.0

  • Changed app icon and splash screen animations
  • Added backwards compatibility for v1
  • Redesigned profile page UI
  • Fixed favourites and downloads

v2.2.0

  • Added clock overlay to test wallpapers
  • Added ability to share wallpapers
  • Added ability to clear app cache
  • Major bug fixes and tweaks

v2.0.0

  • Completely new redesigned UI
  • Added Pexels API support
  • Added new color based search
  • Added new themes
  • Added 1M+ wallpapers
  • Added non intrusive sign in support
  • Added new quick wallpaper actions
  • Added new palette generator

v1.0.0

  • Added the app on Play Store
  • Wallpapers from WallHaven
  • Multiple Themes supported (including dark and light themes)
  • Sign in with Google support
  • Save Liked Images for later (works even after uninstalling the app)
  • Download any wallpaper to Gallery
  • Search for Wallpapers by keyword
  • Search for Wallpapers by colour
  • Set any wallpaper on the home screen, lock screen or both
  • Subtle Animations with Flare
  • Toast/Snackbar supported buttons
  • Clear Cache, Downloads and Favourites with one-tap
  • Optimised storage using minimal packages
  • Adaptive UI (changes colour based on wallpaper)

Demo

Screens

Explore Curated Abstract Nature Color Based
Color Picker Favourites Downloads Search Profile
Sign-in Popup Quick Action Menu Wallpaper Display Wallpaper Info Clock for testing
Splash Screen Loading Animation Wallpaper Popup Changelog Wallpaper Info 2

Light Theme

Explore Search Favourites Downloads Profile

Support

If you like what we do, and would want to help us continue doing it, consider sponsoring this project.

Buy Me A Coffee

Prism Wallpapers app is now available on Google Play, so you can support us by reviewing the app.

Get it on Google Play

Dependencies

The following packages are needed for the development of this application.

  • provider: ^4.1.3 for caching data, and state management
  • optimized_cached_image: ^0.1.13 for caching wallpapers
  • palette_generator: ^0.2.2 for generating wallpaper colors
  • flutter_colorpicker: ^0.3.4 for color picker dialog
  • fluttertoast: ^4.0.1 for toast notifications
  • gallery_saver: ^2.0.1 for saving wallpapers to gallery
  • shared_preferences: ^0.5.7 for storing settings like theme
  • share: ^0.6.4 for sharing the wallpaper links
  • url_launcher: ^5.4.5 for launching urls
  • cloud_firestore: ^0.13.5 for storing liked images and other user based data
  • firebase_core: ^0.4.4+3 for firebase support
  • firebase_auth: ^0.16.0 for user authentication
  • firebase_dynamic_links: ^0.5.1 for wallpaper link generation and handling
  • google_sign_in: ^4.4.4 for Google sign in support
  • permission_handler: ^5.0.1+1 for handling required device permissions
  • flare_splash_screen: ^3.0.1 for the animated splash screen
  • flutter_svg: 0.17.4 for svg assets
  • sliding_up_panel: ^1.0.2 for sliding info panel
  • firebase_analytics: ^5.0.16 for analytics
  • firebase_messaging: ^6.0.16 for notifications
  • in_app_purchase: ^0.3.4+1 for in-app purchases

More details about these can be found in the pubspec.yaml file.

Usage

The application files for Android devices can be found on Google Play Store.

More information about the releases can be found in the Release tab.

Contributing

First off, thank you for considering contributing to Prism. It's people like you that make Prism such a great app.

To start your lovely journey with Prism, first read the contributing guidelines and then fork the repo to start contributing!

License

This app is licensed under the BSD 3-Clause License. Any Usage of the source code must follow the below license.

BSD 3-Clause License

Copyright (c) 2020 Hash Studios
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
DISCLAIMER: Google Play and the Google Play logo are trademarks of Google LLC.

Contributors

Prism UI Mockup

To Do

  • notifications (timed, random)
  • code refactoring
  • community walls + collections (add users to upload there own walls in the app)
  • make tags clickable
  • search tags working
  • add analytics
  • centrecrop java for search
  • see more in search
  • favWallScreen downlod button issue
  • change circular progress indicator with fullscreen loader due to gesture detector

prism's People

Contributors

codenameakshay avatar liquidatorcoder avatar unhired-coder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.