places_service 0.1.4 copy "places_service: ^0.1.4" to clipboard
places_service: ^0.1.4 copied to clipboard

A service that makes it easy to get information from the Places Api

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:places_example/app/app.locator.dart';
import 'package:places_example/ui/home/home_view.dart';

void main() async {
  await setupLocator();
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomeView(),
    );
  }
}
24
likes
110
pub points
88%
popularity

Publisher

verified publisherfilledstacks.com

A service that makes it easy to get information from the Places Api

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, freezed_annotation, geolocator, google_maps_webservice_ex, json_annotation, uuid

More

Packages that depend on places_service