google_map_place_picker 0.0.4 copy "google_map_place_picker: ^0.0.4" to clipboard
google_map_place_picker: ^0.0.4 copied to clipboard

Flutter Package for Google Map Place Picker

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_map_place_picker

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

dependencies:
  google_map_place_picker: ^0.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:google_map_place_picker/google_map_location_picker.dart';
import 'package:google_map_place_picker/utils/address_util.dart';
import 'package:google_map_place_picker/utils/models.dart';
import 'package:google_map_place_picker/utils/utils.dart';
import 'package:google_map_place_picker/utils/uuid.dart';
import 'package:google_map_place_picker/widget/components/components.dart';
import 'package:google_map_place_picker/widget/components/near_by_place_item.dart';
import 'package:google_map_place_picker/widget/components/rich_suggestion.dart';
import 'package:google_map_place_picker/widget/components/search_input.dart';
import 'package:google_map_place_picker/widget/components/select_place_action.dart';
import 'package:google_map_place_picker/widget/location_picker.dart';
6
likes
70
points
62
downloads

Publisher

verified publishertachyonbyte.com

Weekly Downloads

Flutter Package for Google Map Place Picker

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, geolocator, google_maps_flutter, http

More

Packages that depend on google_map_place_picker