JoonChul

Results 3 comments of JoonChul

I found solution. Use **StatefulBuilder**. Here is the code modified in the readme.md. ```dart StatefulBuilder( builder: (context4, setState2) { return Column( children: [ NumberPicker( value: _currentValue, minValue: 0, maxValue: 100,...

i have same problem. And I found 'app-store' change to 'app-store-connect' in Xcode 15.4. https://github.com/flutter/flutter/issues/149369#issuecomment-2141026519 i think downgrade Xcode is the only way before fastlane update.