mark8044
mark8044
> Hey, sorry for the late response! > > Unfortunately, boxy can't circumvent these errors during layout > > I think a possible workaround in your case is to do...
> transitionBuilder: (context, suggestionsBox, animationController) { > return Visibility( > visible: controller.searchController.value.text.length == 0 > ? false > : true, > child: suggestionsBox); > }, This works!
Agree, this functionality will become more and more vital as more people use this. I too need to get image dimensions as well as change the state of app when...
Looks like this was merged (THANK YOU!) so this should get closed @fushihara
+1 on this. Requests has been a game changer. However I recently came across the need to upload images and find myself having to unwind this package from my app...
Seeing the same thing here
``` [✓] Flutter (Channel stable, 2.10.3, on macOS 11.6.4 20G417 darwin-x64, locale en-US) • Flutter version 2.10.3 at /Users//Desktop/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 7e9793dee1 (5 days ago),...
@darshankawar Unfortunately those two refer to to different scenarios to this one #40340 refers to maintaining a scrollview position between states using a PageStorageKey #63946 refers to scroll position when...
> I think the scroll position change is inevitable because the content of the list view changes. For example, if we are at a scroll position of 10 pixels down,...
> > If unwilling, how about opening up paths for us to deall with this issue? > > I don't think that anyone is unwilling to resolve this issue, it...