flutter_web_browser 0.9.0 copy "flutter_web_browser: ^0.9.0" to clipboard
flutter_web_browser: ^0.9.0 copied to clipboard

outdated

A flutter plugin project to open a web page with Chrome Custom Tabs & SFSafariViewController.

flutter_web_browser #

A flutter plugin to open a web page with Chrome Custom Tabs & SFSafariViewController.

This plugin is under development, APIs might change.

Getting Started #

Add the package in you project

Add these lines in your dev_dependencies:

flutter_web_browser:
    git: git@github.com:victorbonnet/flutter_web_browser.git

Import the library

import 'package:flutter_web_browser/flutter_web_browser.dart';
Open the web page
FlutterWebBrowser.openWebPage(url: "https://flutter.io/", androidToolbarColor: Colors.deepPurple);

License #

This project is licensed under the terms of the MIT license.

87
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A flutter plugin project to open a web page with Chrome Custom Tabs & SFSafariViewController.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_web_browser