AndroidDesigner

Results 16 issues of AndroidDesigner

Applying this library to a view with alpha attribute will result in ignore the alpha value! I saw the BaseViewAnimator class and in it you have set alpha to 1...

Hi everyone. I get the ``Connection refused`` error when I run my flutter app at a raspberrypi : command: ``` flutter run --release -v ``` resullt: ``` [ +73 ms]...

waiting for customer response
in triage

Hello I'm using the ``Zebra ZPL label`` driver for a label printer on a Ubuntu OS. Everything work fine, except I want to set a horizontal offset in the left...

Hi everyone. I need to run a python code using [process_run](https://pub.dev/packages/process_run) to plot something by ``matplotlib`` python package, but flutter-pi runs without X11. Therefore, my python command executes but no...

Hello I wanna stream an IP camera by the ``rtsp`` protocol. So I have used [media_kit](https://pub.dev/packages/media_kit) package to play a media. It works fine on my Ubuntu 16.04 x86_64 system,...

Hello I'm using this package in a linux app. I'm loading a huge data list from database: ``` static Future getMachineDataInDuration() async { QueryBuilder? queryBuilder = isar.mainBoardCollections.filter(); return await isar.mainBoardCollections.where().sortByTime().findAll();...

Hello. I have a simple flutter project that works fine in my Ubuntu system. But when I run the project in a raspberrypi 4, it shows the below error: ```...

hi all. I have installed mosquitto in my PC (windows 10) and it was working well. then i changed mosquitto.conf file to activate username/password authentication. then I wanted to restart...

Status: Blocked

Hello dear @liamappelbe Can you provide an explanation for [spectrogram example](https://github.com/liamappelbe/fftea/blob/main/example/spectrogram.dart) please?

Hello. I have cloned the ``moquette version 0.17`` inside of my java project, but retain flag does not work with ``qos = 0``, while I remember it was working in...