hyper_render 1.1.2 copy "hyper_render: ^1.1.2" to clipboard
hyper_render: ^1.1.2 copied to clipboard

Render HTML/Markdown/Delta at 60 FPS. The only Flutter renderer with CSS float layout, crash-free text selection, and CJK Ruby typography. Drop-in flutter_html alternative.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hyper_render

With Flutter:

 $ flutter pub add hyper_render

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hyper_render: ^1.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hyper_render/hyper_render.dart';
10
likes
0
points
346
downloads

Publisher

verified publisherbrewkits.dev

Weekly Downloads

Render HTML/Markdown/Delta at 60 FPS. The only Flutter renderer with CSS float layout, crash-free text selection, and CJK Ruby typography. Drop-in flutter_html alternative.

Repository (GitHub)
View/report issues

Topics

#html #markdown #rendering #richtext #css

License

unknown (license)

Dependencies

csslib, flutter, flutter_highlight, flutter_svg, highlight, html, hyper_render_core, hyper_render_highlight, hyper_render_html, hyper_render_markdown, markdown, vector_math

More

Packages that depend on hyper_render