pubspec.yaml 231 B

1234567891011
  1. name: flutter_webview_plugin_example
  2. description: Demonstrates how to use the flutter_webview_plugin plugin.
  3. dependencies:
  4. flutter:
  5. sdk: flutter
  6. flutter_webview_plugin:
  7. path: ../
  8. flutter:
  9. uses-material-design: true