plugin_universal_in_app_browser 0.1.1
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_browserThis 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.1Alternatively, 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';