flutter_widget_from_html_core 0.3.3 copy "flutter_widget_from_html_core: ^0.3.3" to clipboard
flutter_widget_from_html_core: ^0.3.3 copied to clipboard

outdated

Flutter plugin for widget tree building from html that focuses on correctness and extensibility.

example/main.dart

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

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

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

Publisher

verified publisherdaohoangson.com

Flutter plugin for widget tree building from html that focuses on correctness and extensibility.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, html

More

Packages that depend on flutter_widget_from_html_core