Bryan Hunsberger

Results 6 issues of Bryan Hunsberger

The current default of attribute wrapWords is true. This creates a situation, that if you have a maxLines more than 1 line, you can, and frequently have, words wrap like...

enhancement

flutter_slidable dependency on 0.6.0-nullsafety.0 is old, newest version is 1.2.0. The old dependency is causing conflicts with other resources. Able to update?

There was a bug where a user could tapdown, and if they first dragged horizontally, the list locks up. Using onPanUpdate is preferred to horizontal/vertical triggers in GestureDetector. I created...

Because of only using onVerticalDragUpdate, when a user would tap down and drag horizontally, the list would lock up. Using onPan instead of vertical/horizontal is preferred. Also updated a dependency...

Thanks for the great package! I would propose removing the Row and Expanded from the DirectSelectItem. This gives the user greater flexibility to design the widget as needed. Thanks!

**Is your feature request related to a problem? Please describe.** When .record is called, your code overrides any audio session that has been previously configured. let options: AVAudioSession.CategoryOptions = [.defaultToSpeaker,...

enhancement