webview_without_view 1.0.6 copy "webview_without_view: ^1.0.6" to clipboard
webview_without_view: ^1.0.6 copied to clipboard

discontinued
PlatformAndroid

A flutter plugin which allows the usage of the android webkit API without needing to display anything.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'application.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Application.run();
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin which allows the usage of the android webkit API without needing to display anything.

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on webview_without_view