Bryan Hunsberger

Results 8 comments of Bryan Hunsberger

Hoping to clarify some of this. 1. Example of a DatePicker that scrolls backwards 365 days and initial selected date is yesterday: `DatePicker( DateTime.now().subtract(const Duration(days: 365)), controller: _datePickerController, initialSelectedDate: DateTime.now().subtract(const...

Make sure you're in the right directory. I'm betting most people are dopes like me, and this is the issue.

I'm trying to work through this as well. A cold restart is required to update the image. @janlektonen, i'd love to hear if you found a workaround. @mattreid1, the image...

Seems to me the issues would be related. Whether shouldCache is set to false or not, on widget reload, the image should update if the image at Storage has changed,...

I think these cache plugins are GREAT if you just need static images loaded at start up that aren't dynamic or won't change in that session. I had to drop...

Looks like they are actively working on it. I'm curious though: I have successfully loaded this, and it works, with the example provided. However, any double clicks or long clicks,...

======== Exception caught by widgets library ======================================================= The following JSNoSuchMethodError was thrown building _SelectionToolbar(state: _SelectionToolbarState#3038c): NoSuchMethodError: invalid member on null: 'addListener' The relevant error-causing widget was: Expanded file:///Users/.../lib/views/layout_template/layout_template.dart:39:17 When the...

You may refer to this first: https://stackoverflow.com/questions/75226411/getting-a-non-user-tap-sound-to-play-on-ios-mobile-web web sounds on mobile can only start on a user tap. You'll need to start your play, pause, then restart if you want...