pizzacorn_maps 0.0.5 copy "pizzacorn_maps: ^0.0.5" to clipboard
pizzacorn_maps: ^0.0.5 copied to clipboard

Pizzacorn Maps: mapas, marcadores, geocoding y búsqueda para apps Pizzacorn.

example/main.dart

import 'package:flutter/material.dart';
import 'package:pizzacorn_maps/pizzacorn_maps.dart';

void main() {
  runApp(const PizzacornMapsExample());
}

class PizzacornMapsExample extends StatelessWidget {
  const PizzacornMapsExample({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: PizzacornMap(apiKey: "", searchMode: false, markers: []),
      ),
    );
  }
}
0
likes
0
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

Pizzacorn Maps: mapas, marcadores, geocoding y búsqueda para apps Pizzacorn.

Repository (GitHub)
View/report issues

Topics

#maps #google-maps #flutter-map #pizzacorn

License

unknown (license)

Dependencies

cloud_firestore, flutter, flutter_map, flutter_map_marker_cluster_plus, flutter_riverpod, geoflutterfire_plus, geolocator, http, latlong2, pizzacorn_ui

More

Packages that depend on pizzacorn_maps