native_address_autocomplete 0.0.2
native_address_autocomplete: ^0.0.2 copied to clipboard
A customizable Flutter address autocomplete TextField powered by native iOS MapKit and Android Geocoder APIs.
0.0.2 #
- Added pub.flutter-io.cn screenshot metadata and a package screenshot.
- Documented Flutter, Dart, Android, and iOS minimum versions.
- Documented platform behavior differences for MapKit and Android Geocoder.
- Clarified that no API key or location permission is required.
- Added more API documentation for public widgets, models, callbacks, and options.
- Added
onErrordocumentation and test coverage for suggestion failures. - Expanded the example README with the included demo screens.
- Relaxed the Dart SDK constraint to support more Flutter projects.
0.0.1 #
- Initial release.
- Added native Android/iOS address autocomplete.
- Added customizable TextField and FormField widgets.
- Added custom result rows, dropdown builders, loading states, errors, clear button, keyboard navigation, and matched-text highlighting.
- Added address resolution, address components, locale options, native availability checks, and external state controller support.
