flutter_widget_from_html 0.1.2 copy "flutter_widget_from_html: ^0.1.2" to clipboard
flutter_widget_from_html: ^0.1.2 copied to clipboard

outdated

Flutter plugin for widget tree building from html that supports hyperlink, image, nested list, etc.

example/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_widget_from_html/flutter_widget_from_html.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Widget from HTML',
      home: Scaffold(
        appBar: AppBar(
          title: Text('Flutter Widget from HTML'),
        ),
        body: Center(
          child: HtmlWidget('Hello World!'),
        ),
      ),
    );
  }
}
781
likes
0
pub points
99%
popularity

Publisher

verified publisherdaohoangson.com

Flutter plugin for widget tree building from html that supports hyperlink, image, nested list, etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, flutter_widget_from_html_core, html, url_launcher

More

Packages that depend on flutter_widget_from_html