Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flutter_math #715

Merged
merged 1 commit into from
Jul 10, 2020
Merged

Add flutter_math #715

merged 1 commit into from
Jul 10, 2020

Conversation

znjameswu
Copy link
Contributor

@znjameswu znjameswu commented Jul 8, 2020

Description

Flutter Math is a package to render TeX equations using pure Dart & Flutter. It aims to produce high-quality render result while maintaining the performance advandage of Dart & Flutter without using any WebView or Javascript. It will be an alternative to the flutter_tex package.

The project currently has 2276 SLOC of test cases. The coverage of 77% at the current stage is due to some provisioning in core structures for future development. The parser under /lib/src/parser/ has a coverage of 84%.

Link


Checklist


Copy link
Collaborator

@orestesgaolin orestesgaolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @Solido

@Solido Solido merged commit 1b6f120 into Solido:master Jul 10, 2020
@znjameswu
Copy link
Contributor Author

Hello, I saw this package is removed in a recent clean-up. Is there some stay-on-the-list criteria that I should follow?

This package is still in active development and have just recently released 0.2.0. And TeX equation rendering in pure Flutter is kind of important for math and note-taking apps. Currently there are only two packages able to do this on pub.dev, and this one is the more mature one.

Can I open up a PR to re-add this package? @Solido

@Solido
Copy link
Owner

Solido commented Oct 30, 2020

Hi @znjameswu
Your lib is very good but the reason is that people needing it would find it easily on pub dev.
Awesome flutter try to list only the best commons and can list them without reaching thousand of entries
Flutter is booming right now so I cleanup good but specific resources
If your package gain traction please re open this ticket !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants