/flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController

Primary LanguageObjective-COtherNOASSERTION

flutter_web_browser

A new 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);

Second

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.# flutter_web_browser