plugin_universal_in_app_browser 0.1.1 copy "plugin_universal_in_app_browser: ^0.1.1" to clipboard
plugin_universal_in_app_browser: ^0.1.1 copied to clipboard

A lightweight Flutter plugin for opening web content through a simple universal in-app browser API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plugin_universal_in_app_browser

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

dependencies:
  plugin_universal_in_app_browser: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:plugin_universal_in_app_browser/plugin_universal_in_app_browser.dart';
0
likes
150
points
120
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter plugin for opening web content through a simple universal in-app browser API.

Repository (GitHub)
View/report issues

Topics

#browser #webview #custom-tabs #safari-view-controller #in-app-browser

License

MIT (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on plugin_universal_in_app_browser

Packages that implement plugin_universal_in_app_browser