Lanistor
Lanistor
Keeper is designing the next version: V3, what do you suppose to be added on? Show your ideas, better with designment.
**Describe the bug** Running project with flutter in iOS Simulator is ok, but while running with Xcode, will show bellow error: ``` Ignoring file /Users/vifird/C/flicker/flicker_mobile/ios/Flutter/Flutter.framework/Flutter, missing required architecture i386 in...
I ran Dueros' Demo, and there was no response to the voice interaction step. When I manually clicked the Rec button, it would report warn: `W (661493) AUDIO_EVT: There is...
**Is your feature request related to a problem? Please describe.** Window10
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
For example: in the code below, how to use `counter` and `switcher` in one widget? Neither `Provide.value` or `StreamBuilder` seems to be fited for this. ``` var counter = Counter();...
Thank @martinberlin for developed [driver of lvgl](https://github.com/martinberlin/lvgl_epaper_drivers), connected epdiy with the nearly best embeded GUI library. But the code cannot be merged because of LGPL license of epdiy: https://github.com/lvgl/lvgl_esp32_drivers/pull/75#issuecomment-1112135305 So...
### Introduce the problem Using `flush_cb` to paint in epaper, found that the flush area always larger than real object area. Such as repaint a object with area `{x: 100,...