Dor Klein
Dor Klein
When is this going to be pushed to the next release?
I also ran into the same issue.
I also don't know how to access the image from path: content://0@media.... Is there a way to get the file and save it in the app's folder?
Why hasn't this been merged yet?
+1. No easy way to customize the theme color
Same issue. can't run flutter on ios or macos ``` ld: symbol(s) not found for architecture arm64 clang++: error: linker command failed with exit code 1 (use -v to see...
The problem with `WidgetOrderTraversalPolicy()` is it breaks reading order. ```dart FocusTraversalGroup( policy: WidgetOrderTraversalPolicy(), child: ... ) ``` When wrapping the TypeAhead widget in a LayoutBuilder, the traversal order gets very...
@clragon any update when the version 6 is released, or need any help before releasing it?
> Hi! I need a minimal code example to can execute: > > * Without external packages and dependencies > * Without refereces of imports > * With only Flutter...
> You add a property `controller: controller,` that I don't know how initialize and how you use. Because that I need the entire example. > > I think that this...