Andre

Results 7 issues of Andre

How to aplly css property ``` image-rendering: pixelated; ``` only for max zoomed image state? (it is when the cursor is in the form of hand_icon) more detail is here...

On a very first changeBrightness invoke the keyboard panel opens. The following changes do not do this. This related only to my example.

The option 'change color' works only with the ligth theme, but how to set it without changing dark theme backgroud color?

Browser: Chrome (latest) Operating system: Windows 10 DartPad in Chrome renders it like > Hello, import 'package:flutter/material.dart'; void main() => runApp(MaterialApp(home: Scaffold(body: Center(child: MyWidget())))); class MyWidget extends StatelessWidget { @override...

bug
p2

According to docs, Flutter Document Picker parameter `allowedMimeTypes` allows to list mime types which will be shown in select dialog. > /// Android only. Allowed MIME types. /// Only files...

Error for example of binary data AES encryption/decryption: ``` Uint8List key = Uint8List.fromList( [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]); Uint8List...

Error message from terminal window: > For more info check out the docs: https://nuclide.io/docs/features/terminal > Error starting process: > Error: Cannot find module 'C:\Users\UserName\.atom\packages\atom-ide-ui\node_modules\nuclide-prebuilt-libs\pty\build\pty-node-v64-win32-x64\pty.node' The same happens on two mashicnes...