Amir Panahandeh
Amir Panahandeh
@felangel Will you be able to check this PR?
It's a work in progress and you can test it by cloning from it's PR (#564) origin. @taojoe I think I will get it ready to get merged by the...
You can test indentation and inner list from #593 . Hope @pulyaevskiy finds the time to review it. @taojoe
@hyouuu You can check out the https://github.com/memspace/zefyr/tree/1.0-dev/packages/zefyr/example
Currently we're only supporting Flutter's stable channel. We will fix this after it landed on stable. Until then please consider using stable channel. @newengine
@stevemessick It happened to me when running an iOS application in Profile mode without doing clean. Here is the stack trace and version info: ``` Android Studio `Bumblebee | 2021.1.1...
Unfortunately the package is outdated and is not compatible with Flutter v3. You can use [Fleather](https://github.com/fleather-editor/fleather) for now.
> Hi @Amir-P are you setting the ndk-version to: > > ``` > > ndkVersion "25.1.8937393" > > ``` > Hi @HayesGordon. Yes, I'm using the exact same version of...
Doing some investigation, I found that the root of this issue is the way `_moveChild` implemented. `_moveChild` assigns the child in `_children` map from "old key" to "new key" causing...
> Thanks for looking into this. I think the assertion should stay but also maybe it should include those that are being kept alive, and those that are currently in...