https://github.com/i-aiymen/webview_location
A Flutter package designed to display Google Maps locations by place name in a WebView for both Android and iOS platforms. Ideal for applications that require location-based features without leaving the app interface. Easy to integrate and highly customizable, it provides a seamless user experience across different operating systems.
https://github.com/i-aiymen/webview_location
android dart flutter google-maps location webview
Last synced: about 2 months ago
JSON representation
A Flutter package designed to display Google Maps locations by place name in a WebView for both Android and iOS platforms. Ideal for applications that require location-based features without leaving the app interface. Easy to integrate and highly customizable, it provides a seamless user experience across different operating systems.
- Host: GitHub
- URL: https://github.com/i-aiymen/webview_location
- Owner: i-aiymen
- License: bsd-3-clause
- Created: 2024-03-04T09:54:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T12:06:21.000Z (over 2 years ago)
- Last Synced: 2025-10-22T23:37:01.586Z (8 months ago)
- Topics: android, dart, flutter, google-maps, location, webview
- Language: C++
- Homepage: https://pub.dev/packages/webview_location
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# webview_location
[](https://pub.dev/packages/webview_location)
[](https://pub.dev/packages/lint)
A Flutter package designed to display Google Maps locations by place name in a WebView for both Android and iOS platforms. Ideal for applications that require location-based features without leaving the app interface. Easy to integrate and highly customizable, it provides a seamless user experience across different operating systems.
Feel free to connect me at: [
][LinkedIn]
## Features Supported
See the example app for detailed implementation information.
| Features | Android | iOS | macOS | Web | Windows |
|------------------------|--------------------|--------------------|----------------------|-----|---------|
| View location | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: |
## Platform Support
| Android | iOS | macOS | Web | Linux | Windows |
|---------|-----|-------|-----|-------|---------|
| ✔ | ✔ | :x: | :x: | :x: | :x: |
## Usage
Import the package with:
```
import 'package:webview_location/webview_location.dart';
```
Add the `WebViewLocation` widget to your app and pass the `location` parameter to display the location in a WebView. The `location` parameter is a `String` that represents the place name to be displayed in the WebView.
See the example app for detailed implementation information.
[linkedin]: https://www.linkedin.com/in/aiymenlatheef/