webview_location 0.0.1 copy "webview_location: ^0.0.1" to clipboard
webview_location: ^0.0.1 copied to clipboard

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 t [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webview_location

With Flutter:

 $ flutter pub add webview_location

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  webview_location: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:webview_location/webview_location.dart';
7
likes
0
pub points
38%
popularity

Publisher

verified publisherayimenlatheef.online

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on webview_location