Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please add installation instruction for flutter? #2

Open
z2228391 opened this issue Nov 28, 2018 · 1 comment
Open

Could you please add installation instruction for flutter? #2

z2228391 opened this issue Nov 28, 2018 · 1 comment

Comments

@z2228391
Copy link

For example:
Use this package as a library

  1. Depend on it
    Add this to your package's pubspec.yaml file:

dependencies:
flutter_webview_plugin: ^0.3.0+2

  1. Install it
    You can install packages from the command line:

with Flutter:

$ flutter packages get

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

  1. Import it
    Now in your Dart code, you can use:

import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';

@marcusfelix
Copy link
Owner

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants