Đào Hoàng Sơn
Đào Hoàng Sơn
Related to #177 TODO - [ ] Migrate to official `flutter_math` (using a fork) - [ ] Add support for `$...$` inline equations - [ ] Add support for `$$...$$`...
## Use case Dart 2.15 introduces isolate group which improve isolate performance and allow returning object in constant time. ## Proposal Only html parsing is being executed via Flutter's `compute()`...
`background-color` has already been supported. It would be great if `background` works too. - [x] background-color - [ ] background-image - [ ] repeat-style? - [ ] layers? https://developer.mozilla.org/en-US/docs/Web/CSS/background
## Use case The document looks simple enough. https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform ## Proposal These values should be supported: - [ ] `uppercase` Is a keyword that converts all characters to uppercase. -...
## Use case Roman number support is currently very limited. https://github.com/daohoangson/flutter_widget_from_html/blob/949cf49e490d5450ea434d53a3be2ed4d9f0179a/packages/core/lib/src/core_widget_factory.dart#L490-L505 ## Proposal https://pub.dev/packages/numerus has support up to 65535 which is... quite useful.
Link: https://dartpad.dev/embed-flutter.html Need to wait for `https://github.com/dart-lang/dart-pad/issues/901`
- [ ] Add support for `STYLE` tag: parsing & element matching - [ ] Replace `customStylesBuilder` implementation to use a custom class instead of Map
- [ ] Add support for COLGROUP, COL tag, related to #339 - [x] Add support for `style="width: 50"` in columns, related to #209 - [x] Add support for horizontal...
`list-style-type` is already supported, we only need - [ ] `list-style` - [ ] `list-style-position` - [ ] `list-style-image`