TracyxMillion
TracyxMillion
This crash occurs multiple times on different versions of the Mac。 this is the flutter info of my package Mac flutter doctor -v ``` [✓] Flutter (Channel stable, 3.0.5, on...
> Hi @cuishijie1991, are you able to reproduce this locally? > > Labeling for further investigation I'm sorry I can't reproduce it locally, but it's there. Now hopefully, people with...
> Yes this can be implemented for all 3 desktop OS. That is great! I known it is ok for windows, but on macOS, I don't know how to do...
- extended_text_field: 10.1.0 - [✓] Flutter (Channel stable, 3.0.5, on macOS 11.6.1 20G224 darwin-x64, locale zh-Hans-CN) - on windows is perfect
I noticed that Pdfrenderer is not supporting the custom fonts and styles, may not be compatible with lib , I think that's probably why
> Related #93 Is there a time point for optimization?Thank U
> I had got this same problem too. > so did u solve it ? > 好像[spreadsheet_decoder]库没有啥问题,公式也能读出来 这个excel公式也读不出来 Replaced it with library "spreadsheet_decoder"
Not work on desktop platform +1. That will be very great if it can be solved
> > > I just tested the [example app](https://github.com/britannio/in_app_review/tree/master/in_app_review/example) and I wasn't able to reproduce any issue. https://user-images.githubusercontent.com/17976216/220006133-05e53aef-0938-467c-822f-fe794f908710.mov Sorry for the late reply. Please check my video recording in dev...
> Probably a 16-bit image. You can convert it to an 8-bit image first. Image u8 = image.convert(format: Format.uint8); Thank u, it works for me !