Skip to content

Flutter library with form filed for selecting location on Google map.

License

Notifications You must be signed in to change notification settings

anycode/location_form_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

form_map_field

Map Input Field for Flutter Forms. Used to select coordinates on a map.

Setup

This package makes use of google_maps_flutter, for platform specific setup use the guidelines specified here

Usage

LocationFormField(
  name: 'Coordinates',
  decoration: InputDecoration(labelText: 'Select Location'),
  markerIconColor: Colors.red,
  markerIconSize: 50,
  onChanged: (val){
    print(val);
  },
),

About

Flutter library with form filed for selecting location on Google map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published