Chitr: Wallpapers and Backgrounds

Related tags

Templates chitr
Overview

Chitr: Wallpapers and Backgrounds

Chitr is a Wallpapers and Backgrounds app.

  • Find all your wallpapers and backgrounds in one place.
  • Easily set any image as a wallpaper.
  • Choose between variety of wallpapers.
  • Share your favourite images with your friends.
  • Get more than 1 million stunning images from Pixabay.
  • Discover beautiful photos from different genre.

Download

Get it on Google Play

Screenshots

Connect

LICENCE

Copyright 2019 Divyanshu Bhargava

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Comments
  • App Crashes on applying a wallpaper.

    App Crashes on applying a wallpaper.

    The app crashes when I try to apply an image as wallpaper with the error :

    E/flutter (18158): 	at com.divyanshu.chitr.MainActivity.access$setWallpaper(MainActivity.kt:18)
    E/flutter (18158): 	at com.divyanshu.chitr.MainActivity$onCreate$1.onMethodCall(MainActivity.kt:27)
    E/flutter (18158): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:222)
    E/flutter (18158): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:96)
    E/flutter (18158): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:656)
    E/flutter (18158): 	at android.os.MessageQueue.nativePollOnce(Native Method)
    E/flutter (18158): 	at android.os.MessageQueue.next(MessageQueue.java:328)
    E/flutter (18158): 	at android.os.Looper.loop(Looper.java:164)
    E/flutter (18158): 	at android.app.ActivityThread.main(ActivityThread.java:5737)
    E/flutter (18158): 	at java.lang.reflect.Method.invoke(Native Method)
    E/flutter (18158): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
    E/flutter (18158): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)
    E/flutter (18158):
    F/flutter (18158): [FATAL:flutter/shell/platform/android/platform_view_android_jni.cc(76)] Check failed: CheckException(env).
    

    This issue doesnt appear if I change wm?.setBitmap(bitmap, null, true, wallpaperType) to wm?.setBitmap(bitmap) but that way I can only set the home screen wallpaper.

    opened by bimsina 5
  • Ensure initialisation of Flutter Widget Bindings.

    Ensure initialisation of Flutter Widget Bindings.

    If the main() function runs some async code, we get an error in the latest version of Flutter:

    Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized. If you're running an application and need to access the binary messenger beforerunApp()has been called (for example, during plugin initialization), then you need to explicitly call theWidgetsFlutterBinding.ensureInitialized()first. If you're running a test, you can call theTestWidgetsFlutterBinding.ensureInitialized()as the first line in your test'smain()method to initialize the binding. #0 defaultBinaryMessenger.<anonymous closure> (package:flutter/src/services/binary_messenger.dart:73:7) #1 defaultBinaryMessenger (package:flutter/src/services/binary_messenger.dart:86:4) #2 MethodChannel.binaryMessenger (package:flutter/src/services/platform_channel.dart:140:62) #3 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:314:35) <asynchronous suspension> #4 MethodChannel.invokeMapMethod (package:f<…>

    Error is fixed by adding the mentioned line of code.

    opened by vishal-android-freak 2
  • Android embedding v2

    Android embedding v2

    Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of the Android embedding. It's being deprecated in favor of Android embedding v2. Follow the steps at

    https://flutter.dev/go/android-project-migration

    to migrate your project. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    Launching lib\main.dart on SM J100F in debug mode... [!] Your app isn't using AndroidX. To avoid potential build failures, you can quickly migrate your app by following the steps on https://goo.gl/CP92wY .

    opened by NaseerUllahAwan 0
  • Type mismatch: inferred type is MainActivity but FlutterEngine was expected

    Type mismatch: inferred type is MainActivity but FlutterEngine was expected

    Hi, I read your article from medium.com thanks for your sharing, I have learn many things. I have an error, could you help me?

    Under the android folder /MainActivity.kt Kotlin file throws an error.

    I tried these below:

    flutter clean flutter pub cache repair I read about other type mismatch error questions from here but unfortunately not found anything.

    Any help appriciated. My code is as below.

        package com.combasis.wallpaper_son_app
    import android.os.Bundle
    import io.flutter.app.FlutterActivity
    import io.flutter.plugin.common.MethodChannel
    import io.flutter.plugins.GeneratedPluginRegistrant
    import java.io.IOException
    import android.app.WallpaperManager
    import android.graphics.BitmapFactory
    import java.io.File
    import android.os.Build
    import android.annotation.TargetApi
    import android.content.Context
    import io.flutter.Log
    
    private const val CHANNEL = "com.combasis.wallpaper_son_app"
    class MainActivity: FlutterActivity() {
        override fun onCreate(savedInstanceState: Bundle?) {
            super.onCreate(savedInstanceState)
            GeneratedPluginRegistrant.registerWith(this)
    
        MethodChannel(flutterView, CHANNEL).setMethodCallHandler { call, result ->
            if (call.method == "setWallpaper") {
                val arguments = call.arguments as ArrayList<*>
                val setWallpaper = setWallpaper(arguments[0] as String, applicationContext, arguments[1] as Int)
    
                if (setWallpaper == 0) {
                    result.success(setWallpaper)
                } else {
                    result.error("UNAVAILABLE", "", null)
                }
            } else {
                result.notImplemented()
            }
        }
    }
    
    opened by ihsanalgul 4
  • Expected ios/Runner.xcodeproj but this file is missing.

    Expected ios/Runner.xcodeproj but this file is missing.

    While trying to run on IOS simulator this getting this error

    No application found for TargetPlatform.ios. Is your project missing an ios/Runner/Info.plist? Consider running "flutter create ." to create one.

    opened by theindianappguy 0
Releases(v1.0)
Owner
Divyanshu Bhargava
Remote Flutter developer | Public Speaker 🎙️| Open source enthusiast | Blogger 📝| Exploring new Tech. 🇮🇳
Divyanshu Bhargava
Sexy and beautiful wallpapers for your Android-powered device! :black_heart:

BLACK UNICORN WALLPAPERS ?? Sexy and beautiful wallpapers for your Android-powered device! ?? About ?? I've always wanted to write an app that had sex

✭ THE BLACK UNICORN ✭ 6 Jun 13, 2022
MiXplash - Home of Photos and Wallpapers

MiXplash MiXplash : Beautiful Images and Wallpapers ?? Table of Contents ?? Table of Contents ??️ Screenshots ?? About ?? Getting Started Prerequisite

Yasir Shariff 15 Oct 19, 2022
Pexels-app - Wallpapers Mobile App using Flutter Framework and pexles API with provider as a state management.

jo_sequal_software_pexels_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to ge

Aasem Hany 0 Jan 5, 2022
Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework.

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

Hash Studios 473 Dec 31, 2022
Fetch Wallpapers from your favorite subreddits.

reWalls : Wallpapers from Reddit Initial code and design inspiration from Chitr and RetroMusicPlayer. What's been done? Fetch Wallpapers From your Fav

Bibek Timsina 134 Dec 24, 2022
Wally - A flutter app for mobile wallpapers

WALLY Wally is a flutter app for mobile wallpapers. Steps to Run/Build the Proje

null 6 Feb 28, 2022
Codeflow 19 Sep 29, 2022
Find The Latest trending and upcoming movies and tv shows with MovieDB app. The app contains all info about movies and tv shows. find similar movies or shows, Browse all genres, video trailers, backdrops, logos, and posters.

MovieDB App Features. Dynamic Theming Search Functionality Onboarding-Screen Select favourite movie Home Screen Tranding movie Movies different catego

Ansh rathod 80 Dec 12, 2022
A beautiful, secure and simple authenticator app that supports multiple protocols and services. Free and open source. Written in Flutter and Dart.

OpenAuth A beautiful, secure and simple authenticator app that supports multiple protocols and services. Free and open source. Written in Flutter and

Isaiah Collins Abetong 31 Oct 5, 2022
An app to pick, upload and display images from camera and gallery with size and extension constraints.

image_uploader A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

Ehmad Saeed⚡ 4 Mar 7, 2022
A Flutter application with proper navigation and routes handling and API data fetching and posting.

Flutter-Navigation-and-API-Integration A Flutter application with proper navigation and routes handling and API data fetching and posting. ⏮ Preview G

Ehmad Saeed⚡ 7 Oct 5, 2022
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis

responsive_scaffold View the online demo here! On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item.

Flutter Community 346 Dec 2, 2022
Breathe is a mental health blogging app where users can join communities of doctors and other users from around the world and both share their problems as well as lend a ear to and help others

?????????????? ?????????????? In a condensed, suffocating society you can feel closed off, when you can't process your emotions and are going through

Soham Sen 3 May 16, 2022
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App: Label StoreMax Label StoreMax - v5.3.1 Official WooSignal WooCommerce App About Label StoreMax Label StoreMax is an App Template for

WooSignal 314 Jan 9, 2023
A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.

Ably Flutter Plugin A Flutter plugin wrapping the ably-cocoa (iOS) and ably-java (Android) client library SDKs for Ably, the platform that powers sync

Ably Realtime - our client library SDKs and libraries 46 Dec 13, 2022
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.

Dart Sealed Class Generator Generate sealed class hierarchy for Dart and Flutter. Features Generate sealed class with abstract super type and data sub

6thSolution 15 Jan 2, 2023
flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.

中文文档 英文文档 问题集 原仓库不再维护,代码已经很老了 最近版本更新会很快,主要是增加新特性,涉及到混合栈的稳定性的问题应该不多,可放心升级,发现问题加 QQ 群号码:1014085473,我会尽快解决。 不打算好好看看源码的使用者可以放弃这个库了,因为很多设定是比较死的,而我本人不打算花时间写

null 290 Dec 29, 2022