๐Ÿ“ฆ

Open Source Licenses

WiFi Map is built on open-source software. Here is all of it, with attribution and licence terms.

๐Ÿ“… Last updated: September 5, 2026 ๐Ÿ“ฑ App v1.0.0 ๐Ÿ™ Thank you, maintainers

Acknowledgement

WiFi Map would not exist without the work of a large number of open-source maintainers, most of whom are unpaid. This page lists every third-party component the App and its backend depend on, along with the licence it is used under and a link to its source.

Where a licence requires attribution, this page is that attribution. Where a licence requires that its text accompany the software, ยง7 reproduces it.

โ„น๏ธ

Licence identifiers below reflect what each project publishes at the version we depend on. If any is wrong, tell us at contact@epsilondevelopers.xyz and we will correct it โ€” attribution errors are defects.

1 Framework

ComponentCopyrightLicenceSource
FlutterThe Flutter AuthorsBSD-3-Clausegithub.com/flutter/flutter โ†—
Dart SDKThe Dart AuthorsBSD-3-Clausegithub.com/dart-lang/sdk โ†—
Skia (via Flutter)Google LLCBSD-3-Clauseskia.org โ†—

2 Dart & Flutter Packages

2.1 State, routing and utilities

PackageUsed forLicence
flutter_riverpodState management and dependency injectionMIT
go_routerDeclarative routing, including the ad-free root routesBSD-3-Clause
collectionCollection utilitiesBSD-3-Clause
intlDate, number and message formattingBSD-3-Clause
cupertino_iconsIcon setMIT
package_info_plusReading the app version shown in AboutBSD-3-Clause

2.2 Storage and security

PackageUsed forLicence
driftTyped SQLite layer โ€” history, vault, tile cacheMIT
drift_flutterFlutter bindings for DriftMIT
shared_preferencesSettings and first-run stateBSD-3-Clause
flutter_secure_storageKeystore-backed storage for the vault encryption keyBSD-3-Clause
cryptoSHA-256 and HMAC โ€” vault authentication and API request signingBSD-3-Clause

2.3 Networking

PackageUsed forLicence
dioHTTP client โ€” speed test, tiles, APIMIT
url_launcherOpening the router admin page and external linksBSD-3-Clause
share_plusSharing reports, heatmaps and QR codesBSD-3-Clause

2.4 Platform and hardware

PackageUsed forLicence
permission_handlerRuntime permission requestsMIT
geolocatorDevice location for the Map tabMIT
mobile_scannerWiFi QR code scanningBSD-3-Clause
qr_flutterGenerating WiFi QR codes for sharingBSD-3-Clause

The WiFi layer itself โ€” scanning, throttle budgeting, the add-network intent โ€” is hand-written Kotlin in this project rather than a third-party plugin, and is covered by our own copyright.

2.5 Interface

PackageUsed forLicence
fl_chartThroughput traces, signal history and trend chartsMIT

2.6 Development only

These are used to build the App and are not shipped inside it: flutter_lints (BSD-3-Clause), drift_dev (MIT), build_runner (BSD-3-Clause), and flutter_test (BSD-3-Clause).

3 Google SDKs

PackageUsed forLicence
google_mobile_adsAdMob advertising and UMP consentApache-2.0
google_maps_flutterMap rendering and marker clusteringBSD-3-Clause
in_app_purchaseGoogle Play BillingBSD-3-Clause
firebase_coreFirebase initialisationBSD-3-Clause
firebase_analyticsUsage analyticsBSD-3-Clause
firebase_crashlyticsCrash reportingBSD-3-Clause
firebase_remote_configServer-tunable configuration and kill switchesBSD-3-Clause
โš ๏ธ

The Flutter plugins above are open source. The underlying native SDKs they wrap โ€” Google Mobile Ads, Google Maps, Play Billing, Firebase, Google Play Services โ€” are proprietary and are used under Google's own terms, not under an open-source licence.

4 Typefaces

All three typefaces are used under the SIL Open Font License 1.1 and are vendored into the App so it renders correctly offline on first launch.

TypefaceDesignerUsed forLicence
SoraJonathan Barnbrook / Studio Barnbrook, for Sora FoundationMetrics and numerals โ€” tabular figures, so live values do not reflowOFL-1.1
Hanken GroteskAlfredo Marco PradilInterface textOFL-1.1
JetBrains MonoJetBrains s.r.o. / Philipp Nurullin, Konstantin BulenkovData and terminal outputOFL-1.1

The SIL OFL permits use, study, modification and redistribution, including in bundled software, provided the fonts are not sold on their own and any modified version is not distributed under a reserved font name. Full text: openfontlicense.org โ†—.

Iconography in the App is Google's Material Symbols, used under the Apache License 2.0.

5 Backend

The community map API runs on Cloudflare Workers and uses:

PackageUsed forLicence
HonoHTTP routing on the edge runtimeMIT
TypeScriptLanguage and compilerApache-2.0
VitestTest runner (development only)MIT
WranglerDeployment tooling (development only)MIT / Apache-2.0
@cloudflare/workers-typesType definitions (development only)MIT / Apache-2.0

6 Services & Data Sources

ServiceUsed forTerms
Cloudflare Speed Test endpointsPrimary throughput and latency measurement. Our measurement methodology mirrors Cloudflare's published approach โ€” median latency over 20 samples, jitter as the mean absolute difference between consecutive samples, throughput as the 90th percentile of a size ladder.Cloudflare terms โ†—
Cloudflare Workers, D1, R2, KVOur own backend and tile hostingCloudflare terms โ†—
Google Maps PlatformMap rendering on the Map tabMaps Platform terms โ†—
IEEE OUI registryBundled offline vendor lookup from a MAC prefix. Public registry data.IEEE registry โ†—
VercelHosting for this websiteVercel terms โ†—

7 Licence Texts

7.1 MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

7.2 BSD 3-Clause License

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

7.3 Apache License 2.0

Used by google_mobile_ads, TypeScript and Material Symbols. The full text is at apache.org/licenses/LICENSE-2.0 โ†—. In summary, it grants a perpetual, worldwide, royalty-free copyright and patent licence to use, reproduce, modify and distribute the work, provided that a copy of the licence is included, modified files are marked, and existing notices are retained. The work is provided "AS IS", without warranties or conditions of any kind.

7.4 SIL Open Font License 1.1

Used by Sora, Hanken Grotesk and JetBrains Mono. The full text is at openfontlicense.org โ†—. In summary, the fonts may be used, studied, modified and redistributed freely, including bundled with software, provided they are not sold by themselves, that this notice accompanies them, and that any modified version is not distributed under a Reserved Font Name. The fonts are provided "AS IS", without warranty of any kind.

8 In the App

The same attribution is reachable inside the App at Settings โ†’ About this app โ†’ Open source licenses, which renders the licence text bundled with each package at build time. Where that in-app list and this page differ, the in-app list is authoritative for the version you have installed โ€” it is generated from what actually shipped, whereas this page is maintained by hand.

Package versions for the release you are running are shown alongside the app version in Settings โ†’ About this app.

9 Corrections

If your project is listed with the wrong licence, the wrong attribution, or is missing entirely, please tell us and we will fix it promptly. Attribution is not a formality โ€” it is the condition on which we are permitted to use your work.

Contact
contact@epsilondevelopers.xyz
Subject line
License attribution โ€” WiFi Map
Response
Within 7 business days

Thank you

To everyone whose work is listed on this page โ€” the App is built on it, and we are glad to say so.

โœ‰๏ธ Report an attribution error