i am having this problem when i try to run flutter as a desktop app - flutter

image here
i am having a problem to run my project as a desktop app facing this problem in image added i tried all the suggestion in the internet but nothing work i changed the flutter version up and down i deleted all caches file i tried flutter clean and invalidate cache and restart also but didnt solve can you help me
**

Well the image being not displayed in gmail is not a flutter issue
On your computer, go to Gmail.
In the top right, click Settings Settings and then See all settings.
Scroll down to the "Images" section.
Click Always display external images.
At the bottom of the page, click Save Changes.

Related

Flutter restart and reload issue

Hey friends I am facing an issue when I restart my app then I am not able to click on any button on screen. Whenever I hot reload it then I am able to click. I am using Getx package in flutter.
I guess you are using android emulator, right? Sometimes this happens to me, just click on the bezel of the emulator device until the screen is brighter (the difference is very small, you should pay attention to it). Then try to click on device screen again. If this still doesn't work, stop you device then try to start the emulator using cold boot, see this documentation or you just simply choose cold boot option if you using vscode to start your emulator.

Chrome Dev Tool Shrinks screen when inspecting an element

I am creating a dev. site to eventually replace an existing site and every time I inspect an element the body of the page shrinks down to a third of the left half of the page. It is also happening randomly with the slider where the image shows on only half the page from time to time. If I refresh the page it corrects it until I inspect an element again. It is making it impossible to work on this site and I have disabled the theme and gone to a stock theme as well as one by one disabled plugins trying to figure out what is causing this glitch and I have yet to determine what could be causing this issue. How can I fix it?
If you're using chrome dev tools (assuming the dev-tools window opens separate from chrome, not in the same window) my guess is that your device toolbar may be toggled.
Click this to turn it off, as it's used to test your site on a different screen sizes and could be shrinking your screen whenever you inspect something.
It's possible that you have your Dev tools Emulator on which helps you emulate the web page in different device sizes. Try closing the emulator by clicking on it.

Chrome Devtools Workspace 2.0 loses syncing with CSS files after reload

I have added the local folder into the "Filesystem" tab of the Workspace. I see the CSS file I need to edit with the green badge (the linked icon) as shown on the screenshot below. As I make the changes, I see them being reflected on the page. However, as soon as I refresh the page, the linking just disappear just for the file I have edited. But as soon as I upload the file to the server, then the linking starts working until another refresh.
Am I missing something? Is there a setting that I need to do?
Chrome was not able to store persistent changes on version 63. They have introduced something called overrides with version 64.
Figured this frustrating thing out as an annoying side effect is that once you loose the mapping breakpoints stop working and the only solution was to reloading Chrome.
It appears sync is lost when using multiple Chrome DevTools trick as per here: https://stackoverflow.com/a/55507080/913223 .
The work around is to re-open the file using CTRL+P command palette. Notice in the screenshot below the file is duplicated, opening the virtual one re-connects mapping and brings back the green icon.

How to clear error list of chrome app?

First introduction to chrome apps. I'm trying to get some sort of workflow down. I've enabled the checkbox to collect errors, but can not seem to clear them between executions of the app. I assumed closing the app them re launching it would do the trick. The only thing that works right now is deleting the app then reloading the package.
To clear the list of errors at "Collect errors":
Toggle the "Developer mode" checkbox (disable, then re-enable).
Click on the Reload link (reload extension/app).
Refreshing the page instead of reloading the app/extension also works.
Using the 39.0.2171.95 64-bit Chromium all I need to do is toggle the Developer mode
I think the solution suggested by Rob does not work anymore for recent versions of Chrome.
You clear the errors by following the steps below.
Go to chrome://extensions
If it's not enabled, enable the Developer mode, see below.
Click on the Errors button (in red in the picture below) on the extension.
Now you can either delete each single error by clicking on the trashbin icon next to it, or you can just clear all errors by clicking on the Clear all button depicted below.

Default splash image in iOS Phone Gap / Cordova 2.2.0

Question based on: PhoneGap 2.0 Splash always using default but that didn't solve it.
Basically my PhoneGap application (version 2.2.0) regardless of what I have done still shows the default Cordova screen. I have replaced:
/Default-568h#2x.png, /Default#2x.png, /Default.png,/www/res/screen/ios/screen-iphone-portrait-2x.png,/www/res/screen/ios/screen-iphone-portrait.png
I have done a "Clean", a rebuild, I've added a "Launch Image" (UILaunchImageFile) key to the info.plist, I've removed the app from the device and re-built and after all that I still am showing the default Cordova splash image.
Any help is greatly appreciated.
Select Project -> Clean from the menu. Then rebuild your project. That should clear out the cached images.
I bumped into this case also. try to use the xcode file explorer in the left side to copy your new png files. sometimes its just cache it for somereason.. the same with icon's png.