We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example: Use this package as a library
dependencies: flutter_webview_plugin: ^0.3.0+2
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
The text was updated successfully, but these errors were encountered:
Added
Sorry, something went wrong.
No branches or pull requests
For example:
Use this package as a library
Add this to your package's pubspec.yaml file:
dependencies:
flutter_webview_plugin: ^0.3.0+2
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.
Now in your Dart code, you can use:
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
The text was updated successfully, but these errors were encountered: