Muhammad A. Hafez
Muhammad A. Hafez
I'm using: **printer: EPSON TM-m30** esc_pos_printer: ^4.0.3 I'm trying to print an image using the following code: ``` import 'package:image/image.dart' as im; final ByteData data = await image.toByteData(); Uint8List preImage...
pushNewScreen( context, screen: SomeScreen(), withNavBar: false, ); Using such code causes a lot of rebuild to the PersistentTabView screens. I have a Home Screen (Stack: Level 0) Then I've navigated...
**Describe the solution you'd like** It would be a great addition to the library if you added File-attachment, not only a picture. I have a UI suggestion: ![Screen Shot 2021-03-09...
`assetsAudioPlayer.open(Audio("assets/sounds/module_1/$filename.mp3"));` I'm also facing the same error Testing on Emulator, [emu64a, sdk_gphone64_arm64, Google, 33] Android 13 (sdk 33) ## What Happened ### The works for just fine, playing audio successfully...
 ``` pw.Container( width: double.infinity, padding: const pw.EdgeInsets.all(8), decoration: pw.BoxDecoration( border: pw.Border.all( color: PdfColors.blue, width: .5, ), ), child: pw.Column( crossAxisAlignment: pw.CrossAxisAlignment.start, children: [...