easy_web_view2 0.0.3 copy "easy_web_view2: ^0.0.3" to clipboard
easy_web_view2: ^0.0.3 copied to clipboard

A super simple webview for Flutter Web and Mobile from @rodydavis (Null safety and updated dependencies)

example/lib/main.dart

import 'package:flutter/material.dart';

import 'ui/home/screen.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Easy Web View',
      theme: ThemeData.light(),
      home: HomeScreen(),
      debugShowCheckedModeBanner: false,
    );
  }
}
18
likes
100
pub points
76%
popularity

Publisher

unverified uploader

A super simple webview for Flutter Web and Mobile from @rodydavis (Null safety and updated dependencies)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_markdown, html2md, http, markdown, permission_handler, url_launcher, webview_flutter

More

Packages that depend on easy_web_view2