creativecreatorormaybenot
creativecreatorormaybenot
@coreysprague Yes, I did check out #31. However, there are already assets in the project where the tests are in. There is no error message and the `loadAppFonts` is executed;...
@coreysprague I just noticed some additional behavior and how you can also test this: ![screen capture][] As you can see, the app bar title text is rendered correctly with the...
@coreysprague You are right - I should have noticed this. The [`CheckedModeBanner` uses a **bold** font weight](https://github.com/flutter/flutter/blob/c6fe7bb9e13dc630d04a0553ae74c9bdfd913688/packages/flutter/lib/src/widgets/banner.dart#L23). Furthermore, our (closed source) widgets use other fonts. I assumed that `loadAppFonts` would...
@coreysprague I had forgotten to include some fonts 😅 (which caused some of the issues). The reason I did not notice this is because Flutter will default to Roboto when...
Hi @taojoe, thanks for reporting. This is indeed something that we also noticed. This would require to enhance the way we update the math controller.
Thanks for the question @TylerAtCodeOfLife 🙏 Could you elaborate on what exactly you are thinking about? It might also be beneficial to change the issue title to something more descriptive...
Thanks @TylerAtCodeOfLife - it makes sense :) This is not yet built-in. This is something that @znjameswu put some effort into I think (as part of https://github.com/znjameswu/flutter_math). Having said that,...
@edhom looks like we did not consider screen sizes this small. I think the easiest and most flexible fix would be allowing to pass the font size for the symbols...
@Kumah1 here you can learn about what a PR (pull request) is: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
Hi @GoTrust-BaoNH, thanks for using the package and opening the issue! This is right now a known limitation, where we do not yet calculate if the cursor reaches the start...