flutter-geocoding
                                
                                 flutter-geocoding copied to clipboard
                                
                                    flutter-geocoding copied to clipboard
                            
                            
                            
                        A Geocoding plugin for Flutter
Flutter geocoding plugin
The Flutter geocoding plugin is build following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in the Flutter documentation. This means the geocoding plugin is separated into the following packages:
- geocoding: the app facing package. This is the package users depend on to use the plugin in their project. For details on how to use the- geocodingplugin you can refer to its README.md file. At this moment the Android and iOS platform implementations are also part of this package;
- geocoding_platform_interface: this packages declares the interface which all platform packages must implement to support the app-facing package. Instructions on how to implement a platform packages can be found in the README.md of the- geocoding_platform_interfacepackage.