Naos
Naos
Hello ! I have a problem detected :   The red square can't be Tab, no action works on that red part ! Do you...
Hello ! I have a probleme, i can't focus a TextField after used Navigator.push() I have an example : https://www.youtube.com/watch?v=ppQUZIc8e7s&feature=youtu.be ``` InnerDrawer( scaffold: Stack( children: [ TabBarView( physics: NeverScrollableScrollPhysics(), controller:...
Hello it's possible to have onDragStared on ReorderableSliverList ?
Hello, Any idea how to change the vibration onLongPress ? Thx for your time 👌
Hello, it's possible to have a height 'auto' ? Because my component is always different ! Thx
Hello, an idea how to disable the logs ? ``` [log] buildDataIos", Instance of 'IosDeviceInfo' ``` AdSupport.framework is removed ! Thx for your time 😇
Hello, i would like to change the width value during the responsive ! `getWidth(event) { let widthLandingFlat = Math.floor($('.landing_flat').width()); let value; if (widthLandingFlat > 655 && widthLandingFlat < 1000) value...