Cagatay Ulusoy
Cagatay Ulusoy
The stroke cap of the progress bar paint is hardcoded as round. As a result, it doesn't show the exact value, but adds extra as seen in the image below....
I set `onTouchListener` for `MapView` and the code inside the block as below was invoked each time. ``` mapView.setOnTouchListener { view, event -> ... } ``` However, after initializing `LineManager`,...
Looks like the [`formats`](https://pub.dev/documentation/flutter_qr_bar_scanner/latest/qr_bar_scanner_camera/QRBarScannerCamera/formats.html) field which restricts the supported formats is not effective in iOS since it is not implemented. Any plans for implementing this? If not, I can work...
### Page URL https://docs.flutter.dev/resources/faq ### Page source _No response_ ### Describe the problem The current FAQ section on the Flutter documentation does not include information about code push. This feature...