The flutter_inappwebview brick performs all of the required steps to add an in-app web browser to your Flutter app. This brick is useful when you want to display web content in your app without opening a separate browser window.

This brick completes the following steps:

  1. Add the flutter_inappwebview package to your pubspec.yaml file.
  2. Adds the internet permission to your Android manifest file.
  3. Adds the necessary script to your index.html file.