Fred WIlliam

Results 3 comments of Fred WIlliam

> Thanks @ayushin @GiancarloCode I got it working the way I wanted. I followed [this model](https://github.com/GiancarloCode/form_bloc/issues/64#issuecomment-613836269) using `flutter_google_places: ^0.2.5` I just needed the address from google places API then use...

hi i was facing the same error i resolved by adding height and width list2.add(LineText(type: LineText.TYPE_IMAGE, content: base64Image, height: 90, width: 90, align: LineText.ALIGN_CENTER,));

> Don't work in my case 😔 . I have the next code: > > ``` > ByteData data = await rootBundle.load(ImageUtils.getImagePath("logo_ticket.png")); > List imageBytes = data.buffer.asUint8List(data.offsetInBytes, data.lengthInBytes); > String...