Suat Özkaya

Results 5 issues of Suat Özkaya

Hello, I noticed that the onScroll callback input value starts at 10000, not 0 as expected. What could be the reason for this? ` onScrolled: (indexAsDouble) { print(indexAsDouble); },` ![image](https://user-images.githubusercontent.com/63163416/171494197-a842c113-ef50-4495-a70a-0a4f3036ce40.png)

I can not find a way to listen to the opening and closing events of the menu. The selectionMenuController does not have such an ability. What can I do, any...

I am trying to set a default device frame, however I can not figure out how to get the device property for the plugin. ``` Storybook( plugins: [ ThemeModePlugin(initialTheme: ThemeMode.light),...

I installed version `numberpicker: ^2.1.1` ScreenShots below for diffferent options. I saw similar issues closed, but can not figure out how to do it. itemCount:3 ![image](https://user-images.githubusercontent.com/63163416/127739523-d21f4baf-35af-4f3d-a796-2d12040eb964.png) itemCount:5 ![image](https://user-images.githubusercontent.com/63163416/127739557-8419ffb7-5044-42c4-91cb-cc2697a31356.png) itemCount:7 ![image](https://user-images.githubusercontent.com/63163416/127739566-85e23f49-1785-4d7a-a266-72a0d50e6355.png)

What I need is a similar flow like this: I already searched and read these issues: #220, #259 and #181, tried to implement what is already told. However can not...