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
| Component | Copyright | Licence | Source |
|---|---|---|---|
| Flutter | The Flutter Authors | BSD-3-Clause | github.com/flutter/flutter โ |
| Dart SDK | The Dart Authors | BSD-3-Clause | github.com/dart-lang/sdk โ |
| Skia (via Flutter) | Google LLC | BSD-3-Clause | skia.org โ |
2 Dart & Flutter Packages
2.1 State, routing and utilities
| Package | Used for | Licence |
|---|---|---|
| flutter_riverpod | State management and dependency injection | MIT |
| go_router | Declarative routing, including the ad-free root routes | BSD-3-Clause |
| collection | Collection utilities | BSD-3-Clause |
| intl | Date, number and message formatting | BSD-3-Clause |
| cupertino_icons | Icon set | MIT |
| package_info_plus | Reading the app version shown in About | BSD-3-Clause |
2.2 Storage and security
| Package | Used for | Licence |
|---|---|---|
| drift | Typed SQLite layer โ history, vault, tile cache | MIT |
| drift_flutter | Flutter bindings for Drift | MIT |
| shared_preferences | Settings and first-run state | BSD-3-Clause |
| flutter_secure_storage | Keystore-backed storage for the vault encryption key | BSD-3-Clause |
| crypto | SHA-256 and HMAC โ vault authentication and API request signing | BSD-3-Clause |
2.3 Networking
| Package | Used for | Licence |
|---|---|---|
| dio | HTTP client โ speed test, tiles, API | MIT |
| url_launcher | Opening the router admin page and external links | BSD-3-Clause |
| share_plus | Sharing reports, heatmaps and QR codes | BSD-3-Clause |
2.4 Platform and hardware
| Package | Used for | Licence |
|---|---|---|
| permission_handler | Runtime permission requests | MIT |
| geolocator | Device location for the Map tab | MIT |
| mobile_scanner | WiFi QR code scanning | BSD-3-Clause |
| qr_flutter | Generating WiFi QR codes for sharing | BSD-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
| Package | Used for | Licence |
|---|---|---|
| fl_chart | Throughput traces, signal history and trend charts | MIT |
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
| Package | Used for | Licence |
|---|---|---|
| google_mobile_ads | AdMob advertising and UMP consent | Apache-2.0 |
| google_maps_flutter | Map rendering and marker clustering | BSD-3-Clause |
| in_app_purchase | Google Play Billing | BSD-3-Clause |
| firebase_core | Firebase initialisation | BSD-3-Clause |
| firebase_analytics | Usage analytics | BSD-3-Clause |
| firebase_crashlytics | Crash reporting | BSD-3-Clause |
| firebase_remote_config | Server-tunable configuration and kill switches | BSD-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.
| Typeface | Designer | Used for | Licence |
|---|---|---|---|
| Sora | Jonathan Barnbrook / Studio Barnbrook, for Sora Foundation | Metrics and numerals โ tabular figures, so live values do not reflow | OFL-1.1 |
| Hanken Grotesk | Alfredo Marco Pradil | Interface text | OFL-1.1 |
| JetBrains Mono | JetBrains s.r.o. / Philipp Nurullin, Konstantin Bulenkov | Data and terminal output | OFL-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:
| Package | Used for | Licence |
|---|---|---|
| Hono | HTTP routing on the edge runtime | MIT |
| TypeScript | Language and compiler | Apache-2.0 |
| Vitest | Test runner (development only) | MIT |
| Wrangler | Deployment tooling (development only) | MIT / Apache-2.0 |
| @cloudflare/workers-types | Type definitions (development only) | MIT / Apache-2.0 |
6 Services & Data Sources
| Service | Used for | Terms |
|---|---|---|
| Cloudflare Speed Test endpoints | Primary 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, KV | Our own backend and tile hosting | Cloudflare terms โ |
| Google Maps Platform | Map rendering on the Map tab | Maps Platform terms โ |
| IEEE OUI registry | Bundled offline vendor lookup from a MAC prefix. Public registry data. | IEEE registry โ |
| Vercel | Hosting for this website | Vercel 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