Wallpaper App developed in Flutter using Pexels API

Overview

Wallbay Build Status

Wallpaper App developed in Flutter using Pexels API

Packages Used in this Application:

  • data_connection_checker: ^0.3.4
  • http: ^0.12.0+2
  • path_provider: ^1.4.0
  • dio: ^3.0.3
  • share: ^0.6.3+1
  • wallpaper_manager: ^1.0.10
  • easy_permission_validator: ^1.0.6
  • flutter_bloc: ^4.0.0
  • equatable: ^1.1.1
  • google_nav_bar: ^2.2.0
  • url_launcher: ^5.4.10
  • package_info: ^0.4.1
  • getwidget: ^1.2.4
  • fluttertoast: ^7.1.6

Show some love Star this Repo.

GitHub stars GitHub forks

Pull Requests

I welcome and encourage all pull requests. I usually take 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. Match the document style as closely as possible.
  2. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  3. Check for existing issues first, before filing an issue.

Created & Maintained By

Tekeshwar Singh (@tsvillain)

Buy Me A Coffee

Comments
  • UI error on HomePage when Editor's choice is selected in iPhone 8

    UI error on HomePage when Editor's choice is selected in iPhone 8

    simulator_screenshot_38481167-3B0D-432F-9A3A-E974BBB6D196

    The overflowing RenderFlex has an orientation of Axis.horizontal. The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex. Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size. This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView. The specific RenderFlex in question is: RenderFlex#78821 relayoutBoundary=up2 OVERFLOWING: needs compositing creator: Row ← MediaQuery ← Padding ← SafeArea ← MediaQuery ← LayoutId-[<_ScaffoldSlot.bottomNavigationBar>] ← CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← _InkFeatures-[GlobalKey#0b530 ink renderer] ← NotificationListener<LayoutChangedNotification> ← ⋯ parentData: offset=Offset(0.0, 0.0) (can use size) constraints: BoxConstraints(w=375.0, 0.0<=h<=667.0) size: Size(375.0, 96.0) direction: horizontal mainAxisAlignment: spaceEvenly mainAxisSize: max crossAxisAlignment: center textDirection: ltr verticalDirection: down

    opened by pedr0luiz 0
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 12% 🎉

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /image/icon.png | 59.51kb | 43.20kb | 27.41% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 15.53kb | 11.72kb | 24.55% | | /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | 16.78kb | 12.69kb | 24.37% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 13.87kb | 10.66kb | 23.15% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 12.58kb | 9.73kb | 22.71% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 9.03kb | 7.06kb | 21.75% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 9.03kb | 7.06kb | 21.75% | | /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | 11.60kb | 9.13kb | 21.30% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 6.36kb | 5.05kb | 20.60% | | /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png | 7.05kb | 5.67kb | 19.61% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 5.75kb | 4.68kb | 18.50% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 5.41kb | 4.44kb | 17.82% | | /android/app/src/main/res/mipmap-hdpi/ic_launcher.png | 5.09kb | 4.23kb | 16.81% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 3.94kb | 3.32kb | 15.75% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 4.12kb | 3.51kb | 14.74% | | /demo/wallbay.gif | 4,825.22kb | 4,243.76kb | 12.05% | | /android/app/src/main/res/mipmap-mdpi/ic_launcher.png | 3.19kb | 2.85kb | 10.51% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 2.57kb | 2.34kb | 8.78% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 2.57kb | 2.34kb | 8.78% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 1.70kb | 1.67kb | 1.56% | | | | | | | Total : | 5,020.87kb | 4,395.12kb | 12.46% |


    Black Lives Matter | 💰 donate | 🎓 learn | ✍🏾 sign

    📝 docs | :octocat: repo | 🙋🏾 issues | 🏅 swag | 🏪 marketplace

    opened by imgbot[bot] 0
  • SetWallpaperWithCrop is not working.

    SetWallpaperWithCrop is not working.

    • SetWallpaperWithCrop is not working on Android Devices having Android 10 and above.
    • The issue can be better understand by below thread:
    • https://stackoverflow.com/questions/56306322/retrieving-content-uri-using-file-provider-fails
    bug help wanted 
    opened by tsvillain 0
  • upgrade all packages for full support of null-safety

    upgrade all packages for full support of null-safety

    Hi @tsvillain ,

    Hope you are all well ! and happy new year !

    I was playing with your great project and one thing that was obvious to me is that you should maybe upgrade all packages for full null-safety support

    What do you think about that ?

    Cheers, Luc

    opened by ghost 1
  • Migrate to Sound Null Safety

    Migrate to Sound Null Safety

    Sound null safety is now the default for new projects (from Flutter 2.2), adding protection against null reference exceptions and enabling developers to express non-nullable types in their code.

    📝Task

    • [ ] Check if all plugins are updated to NullSafety. If not then find a replacement.
    • [ ] Move not null safe code to a new branch named no-null-safety. Keep sound null safety code in master.
    • [ ] If the above task is completed Migrate current code to Sound Null Safety.
    enhancement 
    opened by tsvillain 0
Owner
Tekeshwar Singh
Flutter and Backend Developer. Flutter | NodeJS | Dart | JavaScript | Python | Java | SQL | MongoDB | Firebase
Tekeshwar Singh
A WallpaperWalaApp is a Simple Wallpaper app🏞️ developed in Flutter 💙 , with responsive UI✨ for Mobile📱 and Tablet 💻

WallpaperWalaApp A WallpaperWalaApp is a Simple Wallpaper app ??️ developed in Flutter ?? , with responsive UI ✨ for Mobile ?? and Tablet ?? . Fetch d

Dip Hire 3 Sep 16, 2022
🖼️ Wallpaper App built using Flutter & Unsplash API

WallE Wallpaper App built using Flutter & Unsplash API Story When I created iWallE (which is a CLI wallpaper app), I always wanted to create a wallpap

Tirth 25 Dec 14, 2021
Flutter Wallpaper service app

Walls Your phone wallpaper is great way to express your unique personality. Walls is a wallpaper service app with out any Ads. check this blog post Be

Naveen Jujaray 25 Dec 16, 2022
Wallpaper App made with Flutter with Dynamic Theming.

Wallpaper App made with Flutter This is a wallpaper app made with flutter. This is just a UI demo. If you want to learn how to apply an image as wallp

Bibek Timsina 280 Jan 2, 2023
A flutter based Wallpaper App

wall_paper_app Flutter based Wallpaper Application. The app allows you to view and download your favorite wallpaper in different orientaion and size.

ABHISHEK AMRUTE 4 Sep 1, 2022
wallpaper flutter app

Flutter Wallpaper My first flutter app (currently in beta) Wallpaper app I created a database with bloc patron to allow the people save any wallpaper,

guglia001 8 Sep 17, 2021
A Flutter plugin for changing the Home Screen, Lock Screen (or both) Wallpaper on Android devices.

wallpaper_manager A Flutter plugin for changing the Home Screen, Lock Screen (or both) Wallpaper(s) on Android devices. Usage Installation In the pubs

Aditya Mulgundkar 38 Nov 28, 2022
Simple wallpaper flutter

wallpaper-flutter Simple wallpaper flutter This is a very simple app created for the begginers. Flutter + Method channel (Kotlin/Swift) Trying apk Don

null 0 May 19, 2022
Bhagavad Gita app using flutter & Bhagavad-Gita-API is A lightweight Node.js based Bhagavad Gita API [An open source rest api on indian Vedic Scripture Shrimad Bhagavad Gita].

Gita Bhagavad Gita flutter app. Download App - Playstore Web Application About Bhagavad Gita app using flutter & Bhagavad-Gita-API is A lightweight No

Ravi Kovind 7 Apr 5, 2022
Beautiful Weather App using API with support for dark mode. Created by Jakub Sobański ( API ) and Martin Gogołowicz (UI, API help)

Flutter Weather App using API with darkmode support Flutter 2.8.1 Null Safety Beautiful Weather App using https://github.com/MonsieurZbanowanYY/Weathe

Jakub Sobański 5 Nov 29, 2022
This is GitLab application developed using GitLab's API & Flutter

GitLab Generated with ❤️ from Dhiwise GitLab application which is built with Flutter. It uses GitLab's API Table of Contents Features Screenshots Setu

DhiWise 3 Nov 1, 2022
Developed using Dart & Flutter & Rest Api & Dio & Bloc & SharedPreferenes.

This is an ecommerce app which contain Many features like : Sign in , Sign up , Verify Email , log out. Fetch Products Data Search for any product Add

Mohamed Hashim 4 Nov 3, 2022
A simple notes creating mobile application developed in flutter and php for API

NoteBox A simple note mobile application for Andorid and iOS, to users can easily create and save personal notes in smart phone, this application crea

Rohit Chouhan 22 Dec 14, 2022
Netflix app UI clone using bloc,Rest API and TMDB for API key

netflix_flutter project_using_bloc packages Used flutter_bloc json_serializable get_it dio A few resources to get you started if this is your first Fl

Pranav Pv 16 Nov 25, 2022
In this video we will learn how to Create CRUD Rest API for our Flutter application using NODEJS API.

Flutter CRUD Using NodeJS API In this video we will learn how to Create CRUD Rest API for our Flutter application using NODEJS API. ?? Packages Used h

SnippetCoder 14 Dec 30, 2022
Mentorup App developed using Flutter/Dart and Aqueduct as backend server is an app to help the startups

Mentorup App developed using Flutter/Dart and Aqueduct as backend server is an app to help the startups of various domains initiated by the budding entrepreneurs to get guidance and funding from the mentors and funders respectively.

Ekta Masrani 1 Dec 14, 2021
This is a flutter app which uses the Bitrise Api(https://api-docs.bitrise.io/) to show the bitrise projects and builds and lets you download your artifacts.

Bitrise Artifact Downloader Introduction ??‍♂️ This is a flutter app which uses the Bitrise Api(https://api-docs.bitrise.io/) to show the bitrise proj

Jens Klingenberg 9 Apr 30, 2021
APP desenvolvido em flutter que se comunica com uma API desenvolvida em python para controlar o mouse e teclado da maquina onde a API roda.

INSTRUÇÕES PARA EXECUÇÃO DA API Para executar a api em python, é necessario instalar as bibliotecas pynput, uvicorn e starlette e pyqrcode. Basta exec

João Paulo Prata 66 Mar 2, 2022
Flutter Dart-Projesi - Meditation app developed using Flutter and Dart

Müzik Çalar Meditasyon Uygulaması Medi Flutter ve Dart ile programlanmış bir med

null 2 Jan 29, 2022