Muhammad A. Hafez

Results 5 issues of 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...

enhancement
wontfix

`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...

bug

![Screenshot 2024-08-28 at 5 26 36 PM](https://github.com/user-attachments/assets/8a0221cf-006b-4e29-9749-c7538cf61e99) ``` 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: [...

support
needs triage