geocoding 1.0.0 copy "geocoding: ^1.0.0" to clipboard
geocoding: ^1.0.0 copied to clipboard

outdated

A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:geocoding_example/pages/geocode_page.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: GeocodeWidget(),
      ),
    );
  }
}
1076
likes
0
pub points
100%
popularity

Publisher

verified publisherbaseflow.com

A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, geocoding_platform_interface

More

Packages that depend on geocoding