Raspberry Jenshen
Raspberry Jenshen
If you add one or many chips you can notice that the onMeature method is invoked infinitely in the recyclerview (chips container). Just add a breakpoint. It is the really...
Wow, what a great project :) You've done really impressive work. What do you think about supporting streams API? It's commonly used in flutter plugins. Kotlin multiplatform side: ` fun...
It would be great if this library supports more than one view for one tutorial.
Hello, I've found an issue that the banner isn't updated after the screen size was changed. Preconditions: I try to use maximum space for the banner widget. So, my banner...
**Description** Hello! Thanks for your awesome package and your support! I've faced a design issue when it's required to process all events one by one (sequentially). The 'bloc_concurrency' provides a...
# Description To sort overlays we can introduce a priority. Let's say my app contains several menus that can be displayed simultaneously, but I want my main menu displayed at...
Hello! Thank you for your cool package! I faced issues when I converted my Kotlin code to the web platform (JS). My code: ``` internal class FileSystemImpl( private val fileSystem:...
### Steps to reproduce Download Flutter SDK for Linux [3.24.0 - 3.24.5](https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.0-stable.tar.xz) Try to run flutter build appbundle --release ### Expected results Build is passing ### Actual results Can't build...