sejun
sejun
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* Every PR must update the corresponding documentation in the `code`,...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* Every PR must update the corresponding documentation in the `code`,...
## Steps to Reproduce ``` SizedBox( height: 500, child: CameraAwesome( ///Image_stream function imagesStreamBuilder: (imageStream) { imageStream!.listen((data) async { if (streamMutex) { print('imageStream working...'); streamMutex = false; //logic here... //await writeImageFile(data);...
When use setPage method, the alignment of pdf is not centered as I intended. On iOS work fine but android has problem. Anyone has same problem ?? and how to...
```dart @Preview(name: 'Disconnected Device Screen', size: Size(800, 500)) Widget disconnectedDeviceScreenPreview() { return MaterialApp( home: EasyLocalization( supportedLocales: const [Locale('en', 'US'), Locale('ko', 'KR')], path: 'assets/translations', fallbackLocale: const Locale('ko', 'KR'), child: const DisconnectedDeviceScreen(),...