FLUTTER ECOSYSTEM

webview_windows

A WebView2-powered webview implementation for the Windows platform.

webview_windows cover
Latest version
0.4.0
30-day downloads
46.5K
Likes
236
Pub points
140

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A Flutter package that provides a WebView2-powered web view implementation for Windows, enabling seamless integration of web content within desktop applications. Built specifically for the Windows platform, it leverages Microsoft's WebView2 control, which is based on Chromium, ensuring modern web compatibility and performance. The package allows developers to display web pages, handle navigation, and interact with JavaScript from Dart. It supports common web view features like URL loading, navigation events, and basic scripting. Ideal for embedding web-based UIs or content in Windows desktop apps built with Flutter.

Use cases
  • Embedding web content in Windows desktop apps
  • Displaying dynamic web-based interfaces
  • Integrating web services into desktop applications
  • Building hybrid desktop applications with web components
  • Creating rich user experiences with embedded web views
Key features
  • WebView2-powered rendering on Windows
  • Chromium-based web engine
  • JavaScript interaction support
  • Navigation event handling
  • Cross-platform compatible with Flutter desktop
Suitable for
  • Flutter developers targeting Windows desktop
  • Apps requiring embedded web content
  • Hybrid desktop applications with web components
  • Developers needing modern web rendering on Windows
  • Projects using WebView2 for Windows-specific functionality
Considerations
  • Windows-only platform support
  • Requires WebView2 runtime installation
  • Limited to Windows desktop environment
  • May require additional setup for production deployment
  • Dependent on WebView2 control availability on target systems
Supported platformsWindows

Install package

flutter pub add webview_windows

Categories

Source repository

Related projects