FLUTTER ECOSYSTEM

Baseflow/flutter-geocoding

Flutter 向けのジオコーディングプラグイン

flutter-geocoding のプロジェクト画像
Stars
153
Forks
92
最終プッシュ(UTC)
2026/09/14
プロジェクト状態
公開中
Baseflow GitHub avatar
GITHUB Organization

Baseflow ↗

Engineering the Future of Software development. Together with exceptional people, strategy, and design, we create software for every challenge.

言語DartRuby

技術トピック

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

Flutter geocoding plugin

pub package License: MIT style: effective dart Buid status codecov

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:

  1. 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 geocoding plugin you can refer to its README.md file. At this moment the Android and iOS platform implementations are also part of this package;
  2. 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_interface package.