Open-source notices

Generated 2026-09-11 from the app's resolved dependencies. The same list is inside the app under About → Open-source licences.

What this is

Yapmesh is built on other people's open-source work, and most of their licences ask to be reproduced wherever the software is distributed. This page is that reproduction for the website; inside the app, About → Open-source licences shows every package's full licence text as bundled by Flutter. The repository copy is docs/THIRD_PARTY_NOTICES.md, with the full text of every licence.

Yapmesh itself

The source repository does not yet carry a licence file. The protocol specification and the core library are intended to be released under an open-source licence before the first public release; until then all rights are reserved and the code is published for reading and review. See the terms.

Needs attention

  • com.android.tools:desugar_jdk_libs 2.1.4: GPL-2.0-with-classpath-exception
  • com.google.android.gms:play-services-nearby 19.2.0: Android SDK License (proprietary)
  • archive: MIT, plus LICENSE-other.md listing code derived from zlib.js (MIT, imaya), JZlib (BSD-3-Clause, JCraft), bzip2 (BSD-style, Julian Seward) and Pointy Castle (MIT). Reproduced under package notices.
  • image_picker / image_picker_android / image_picker_ios: BSD-3-Clause (The Flutter Authors) plus the Apache-2.0 notice for the bundled aFileChooser code (Paul Burke). Reproduced under package notices.
  • mqtt_client: MIT (Steve Hamblett) plus the BSD-3-Clause notice for the included Observable code (Dart project authors). Reproduced under package notices.
  • pointycastle: LICENSE is MIT (Legion of the Bouncy Castle). licenses/LICENSE-BouncyCastle.html carries a stale HTML comment saying the library is 'dually licensed under LGPL 3 and MPL 2.0' (pre-2019 Pointy Castle); the shipped LICENSE and pubspec are MIT, and licenses/LICENSE-scrypt.txt is Apache-2.0 for the bundled scrypt implementation. Reproduced under package notices.
  • vector_math: BSD-3-Clause (Google) plus a Zlib-style notice for code by Andrew Magill. Reproduced under package notices.
  • Flutter engine: the engine binary embeds many further third-party components (Skia, ICU, HarfBuzz, libpng, zlib, ...). Their notices are compiled into the app as the Flutter LICENSE asset and are shown by Flutter's showLicensePage; this file does not repeat them, the app's licence screen must stay reachable.
  • nearby_connections 4.3.0+zynk1: vendored fork of the pub.dev package (upstream 4.3.0). The one local change (forwarding onBandwidthChanged) is described in app/third_party/nearby_connections/YAPMESH_PATCH.md; the fork keeps the upstream licence and copyright line, and the modification notice is that file.
  • com.android.tools:desugar_jdk_libs:2.1.4 (declared in app/android/app/build.gradle.kts): POM says "GNU General Public License, version 2, with the Classpath Exception" (https://github.com/google/desugar_jdk_libs/blob/master/LICENSE). GPL-2.0 WITH Classpath Exception is the OpenJDK licence; the Classpath Exception permits linking it into an independently licensed app without the GPL extending to the app, but the notice and the licence URL must be reproduced. The library itself is an Android build-time desugaring runtime, distributed inside the APK.
  • com.google.android.gms:play-services-nearby:19.2.0 (declared in app/third_party/nearby_connections/android/build.gradle): POM says "Android Software Development Kit License" (https://developer.android.com/studio/terms.html). Not open source: Google Play Services client library, distributed under Google's Android SDK terms; no attribution text is required, but it cannot be listed as open source and does not ship in the F-Droid/seed builds that exclude Play Services.
  • app/lib/services/meshtastic_protobuf.dart is hand-written from Meshtastic's published protobuf field numbers; no Meshtastic source code, generated code or text is copied into this repository, so no Meshtastic licence is asserted or reproduced here.

Components

PackageVersionLicenceCopyright
android_file_picker1.1.0MITCopyright (c) 2018 Miguel Ruivo
archive3.6.1MITCopyright (c) 2013-2021 Brendan Duncan.
args2.7.0BSD-3-ClauseCopyright 2013, the Dart project authors.
async2.13.1BSD-3-ClauseCopyright 2015, the Dart project authors.
audioplayers6.8.1MITCopyright (c) 2017 Blue Fire
audioplayers_android5.3.0MITCopyright (c) 2017 Blue Fire
audioplayers_darwin6.5.0MITCopyright (c) 2017 Blue Fire
audioplayers_linux4.3.0MITCopyright (c) 2017 Blue Fire
audioplayers_platform_interface7.2.0MITCopyright (c) 2017 Blue Fire
audioplayers_web5.3.0MITCopyright (c) 2017 Blue Fire
audioplayers_windows4.4.1MITCopyright (c) 2017 Blue Fire
bip3400.3.1MITCopyright 2021 [email protected]
bluetooth_low_energy6.2.1MITCopyright (c) 2025 zeekr.dev
bluetooth_low_energy_android6.2.1MITCopyright (c) 2025 zeekr.dev
bluetooth_low_energy_darwin6.2.1MITCopyright (c) 2025 zeekr.dev
bluetooth_low_energy_linux6.2.1MITCopyright (c) 2025 zeekr.dev
bluetooth_low_energy_platform_interface6.2.1MITCopyright (c) 2025 zeekr.dev
bluetooth_low_energy_windows6.2.1MITCopyright (c) 2025 zeekr.dev
bluez0.8.3MPL-2.0not stated in LICENSE (see repository)
bonsoir7.1.5MITCopyright (c) 2019 Hugo DELAUNAY "Skyost"
bonsoir_android7.1.3MITCopyright (c) 2019 Hugo DELAUNAY "Skyost"
bonsoir_darwin7.1.1MITCopyright (c) 2019 Hugo DELAUNAY "Skyost"
bonsoir_linux7.1.0MITCopyright (c) 2019 Hugo DELAUNAY "Skyost"
bonsoir_platform_interface7.0.0MITCopyright (c) 2019 Hugo DELAUNAY "Skyost"
bonsoir_windows7.3.0MITCopyright (c) 2019 Hugo DELAUNAY "Skyost"
characters1.4.1BSD-3-ClauseCopyright 2019, the Dart project authors.
clock1.1.2Apache-2.0not stated in LICENSE (see repository)
code_assets1.2.1BSD-3-ClauseCopyright 2025, the Dart project authors.
collection1.19.1BSD-3-ClauseCopyright 2015, the Dart project authors.
convert3.1.2BSD-3-ClauseCopyright 2015, the Dart project authors.
cross_file0.3.5+5BSD-3-ClauseCopyright 2013 The Flutter Authors
crypto3.0.7BSD-3-ClauseCopyright 2015, the Dart project authors.
cryptography2.9.0Apache-2.0not stated in LICENSE (see repository)
csslib1.0.2BSD-3-ClauseCopyright 2013, the Dart project authors.
cupertino_icons1.0.9MITCopyright (c) 2016 Vladimir Kharlampidi
dart_webrtc1.8.2MITCopyright (c) 2020 Flutter WebRTC
dbus0.7.15MPL-2.0not stated in LICENSE (see repository)
dynamic_color1.9.0Apache-2.0not stated in LICENSE (see repository)
event_bus2.0.1MITCopyright (c) 2013 Marco Jakob ([email protected])
ffi2.2.0BSD-3-ClauseCopyright 2019, the Dart project authors.
ffi_leak_tracker0.1.2BSD-3-ClauseCopyright (c) 2026, Halil Durmus
file7.0.1BSD-3-ClauseCopyright 2017, the Dart project authors. All rights reserved.
file_picker12.2.0MITCopyright (c) 2018 Miguel Ruivo
file_picker_darwin1.1.0MITCopyright (c) 2018 Miguel Ruivo
file_picker_linux1.1.0MITCopyright (c) 2018 Miguel Ruivo
file_picker_platform_interface3.3.0MITCopyright (c) 2018 Miguel Ruivo
file_picker_web3.1.0MITCopyright (c) 2018 Miguel Ruivo
file_selector_linux0.9.4+1BSD-3-ClauseCopyright 2013 The Flutter Authors
file_selector_macos0.9.5+1BSD-3-ClauseCopyright 2013 The Flutter Authors
file_selector_platform_interface2.7.0BSD-3-ClauseCopyright 2013 The Flutter Authors
file_selector_windows0.9.3+6BSD-3-ClauseCopyright 2013 The Flutter Authors
fixnum1.1.1BSD-3-ClauseCopyright 2014, the Dart project authors.
flutter_foreground_task11.0.2MITCopyright (c) 2021 Dev-hwang
flutter_image_compress2.5.1MITCopyright (c) 2023 FlutterCandies
flutter_image_compress_common1.1.1MITCopyright (c) 2023 FlutterCandies
flutter_image_compress_macos1.1.0MITCopyright (c) 2023 FlutterCandies
flutter_image_compress_ohos0.0.3+1MITCopyright (c) 2023 FlutterCandies
flutter_image_compress_platform_interface1.1.0MITCopyright (c) 2023 FlutterCandies
flutter_image_compress_web0.1.5+1MITCopyright (c) 2023 FlutterCandies
flutter_local_notifications22.3.0BSD-3-ClauseCopyright 2018 Michael Bui. All rights reserved.
flutter_local_notifications_linux8.0.1BSD-3-ClauseCopyright 2018 Michael Bui. All rights reserved.
flutter_local_notifications_platform_interface12.2.0BSD-3-ClauseCopyright 2020 Michael Bui. All rights reserved.
flutter_local_notifications_web1.0.0BSD-3-ClauseCopyright 2020 Michael Bui. All rights reserved.
flutter_local_notifications_windows3.1.1BSD-3-ClauseCopyright 2024 Michael Bui. All rights reserved.
flutter_plugin_android_lifecycle2.0.35BSD-3-ClauseCopyright 2013 The Flutter Authors
flutter_secure_storage11.0.0BSD-3-ClauseCopyright 2017 German Saprykin
flutter_secure_storage_darwin0.4.0BSD-3-ClauseCopyright 2025 Julian Steenbakker
flutter_secure_storage_linux3.0.2BSD-3-ClauseCopyright 2017 German Saprykin
flutter_secure_storage_platform_interface2.0.3BSD-3-ClauseCopyright 2017 German Saprykin
flutter_secure_storage_web2.1.1BSD-3-ClauseCopyright 2017 German Saprykin
flutter_secure_storage_windows4.2.2BSD-3-ClauseCopyright 2017 German Saprykin
flutter_webrtc1.6.1MITCopyright (c) 2018 湖北捷智云技术有限公司
geoclue0.1.1MPL-2.0not stated in LICENSE (see repository)
geolocator14.0.3MITCopyright (c) 2018 Baseflow
geolocator_android5.0.3MITCopyright (c) 2018 Baseflow
geolocator_apple2.3.14MITCopyright (c) 2018 Baseflow
geolocator_linux0.2.6MITCopyright (c) 2018 Baseflow
geolocator_platform_interface4.3.0MITCopyright (c) 2018 Baseflow
geolocator_web4.1.4MITCopyright (c) 2018 Baseflow
geolocator_windows0.2.5MITCopyright (c) 2018 Baseflow
gsettings0.2.8MPL-2.0not stated in LICENSE (see repository)
hooks2.0.2BSD-3-ClauseCopyright 2025, the Dart project authors.
html0.15.7MITCopyright (c) 2006-2012 The Authors
http1.6.0BSD-3-ClauseCopyright 2014, the Dart project authors.
http_parser4.1.2BSD-3-ClauseCopyright 2014, the Dart project authors.
image_picker1.2.3BSD-3-ClauseCopyright 2013 The Flutter Authors; Copyright 2011 - 2013 Paul Burke
image_picker_android0.8.13+22BSD-3-ClauseCopyright 2013 The Flutter Authors; Copyright 2011 - 2013 Paul Burke
image_picker_for_web3.1.1BSD-3-ClauseCopyright 2013 The Flutter Authors
image_picker_ios0.8.13+7BSD-3-ClauseCopyright 2013 The Flutter Authors; Copyright 2011 - 2013 Paul Burke
image_picker_linux0.2.2BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
image_picker_macos0.2.2+1BSD-3-ClauseCopyright 2013 The Flutter Authors
image_picker_platform_interface2.11.1BSD-3-ClauseCopyright 2013 The Flutter Authors
image_picker_windows0.2.2BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
intl0.20.3BSD-3-ClauseCopyright 2013, the Dart project authors.
jni1.0.3BSD-3-ClauseCopyright 2022, the Dart project authors.
jni_flutter1.0.3BSD-3-ClauseCopyright 2026, the Dart project authors.
jni_util1.0.0BSD-3-ClauseCopyright 2026, the Dart project authors.
json_annotation4.12.0BSD-3-ClauseCopyright 2017, the Dart project authors. All rights reserved.
local_auth3.0.2BSD-3-ClauseCopyright 2013 The Flutter Authors
local_auth_android2.0.10BSD-3-ClauseCopyright 2013 The Flutter Authors
local_auth_darwin2.0.4BSD-3-ClauseCopyright 2013 The Flutter Authors
local_auth_platform_interface1.1.0BSD-3-ClauseCopyright 2013 The Flutter Authors
local_auth_windows2.0.2BSD-3-ClauseCopyright 2013 The Flutter Authors
logger2.8.0MITCopyright (c) 2019 Simon Leier; Copyright (c) 2019 Harm Aarts; Copyright (c) 2023 Severin Hamader
logging1.3.0BSD-3-ClauseCopyright 2013, the Dart project authors.
material_color_utilities0.13.0Apache-2.0Copyright 2021 Google LLC
meta1.18.0BSD-3-ClauseCopyright 2016, the Dart project authors.
mime2.1.0BSD-3-ClauseCopyright 2015, the Dart project authors.
mobile_scanner7.4.0BSD-3-ClauseCopyright (c) 2022, Julian Steenbakker
mqtt_client10.11.11MITCopyright (c) 2017 Steve Hamblett<[email protected]>; Copyright 2016, the Dart project authors. All rights reserved.
ndef_record1.4.2MITCopyright (c) 2024 okadan
nested1.0.0MITCopyright (c) 2019 Remi Rousselet
nfc_manager4.2.1MITCopyright (c) 2019 okadan
objective_c9.5.0BSD-3-ClauseCopyright 2024, the Dart project authors.
open_filex4.7.0BSD-3-ClauseCopyright 2018 crazecoder. All rights reserved.
package_config3.0.0BSD-3-ClauseCopyright 2019, the Dart project authors.
package_info_plus10.2.1BSD-3-ClauseCopyright 2017 The Chromium Authors. All rights reserved.
package_info_plus_platform_interface4.1.0BSD-3-ClauseCopyright 2017 The Chromium Authors. All rights reserved.
path1.9.1BSD-3-ClauseCopyright 2014, the Dart project authors.
path_provider2.1.6BSD-3-ClauseCopyright 2013 The Flutter Authors
path_provider_android2.3.1BSD-3-ClauseCopyright 2013 The Flutter Authors
path_provider_foundation2.6.0BSD-3-ClauseCopyright 2013 The Flutter Authors
path_provider_linux2.2.2BSD-3-ClauseCopyright 2013 The Flutter Authors
path_provider_platform_interface2.1.3BSD-3-ClauseCopyright 2013 The Flutter Authors
path_provider_windows2.3.0BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
permission_handler13.0.2MITCopyright (c) 2018 Baseflow
permission_handler_android14.1.0MITCopyright (c) 2018 Baseflow
permission_handler_apple9.6.1MITCopyright (c) 2018 Baseflow
permission_handler_html0.1.4+1MITCopyright (c) 2018 Baseflow
permission_handler_platform_interface4.4.1MITCopyright (c) 2018 Baseflow
permission_handler_windows0.2.2MITCopyright (c) 2018 Baseflow
petitparser7.0.2MITCopyright (c) 2006-2024 Lukas Renggli.
platform3.1.6BSD-3-ClauseCopyright 2017, the Dart project authors. All rights reserved.
plugin_platform_interface2.1.8BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
pointycastle4.0.0MITCopyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
provider6.1.5+1MITCopyright (c) 2019 Remi Rousselet
pub_semver2.2.1BSD-3-ClauseCopyright 2014, the Dart project authors.
qr3.0.2BSD-3-ClauseCopyright 2014, the Dart QR project authors. All rights reserved.
qr_flutter4.1.0BSD-3-ClauseCopyright (c) 2020, Luke Freeman.
record7.1.1BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_android2.1.2BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_ios2.1.1BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_linux2.1.1BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_macos2.1.1BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_platform_interface2.1.0BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_use0.6.0BSD-3-ClauseCopyright 2024, the Dart project authors.
record_web2.1.2BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
record_windows2.2.3BSD-3-ClauseCopyright 2022 openapi4j authors. All rights reserved.
screen_retriever0.2.2MITCopyright (c) 2022-2024 LiJianying <[email protected]>
screen_retriever_linux0.2.2MITCopyright (c) 2022-2024 LiJianying <[email protected]>
screen_retriever_macos0.2.2MITCopyright (c) 2022-2024 LiJianying <[email protected]>
screen_retriever_platform_interface0.2.2MITCopyright (c) 2022-2024 LiJianying <[email protected]>
screen_retriever_windows0.2.2MITCopyright (c) 2022-2024 LiJianying <[email protected]>
share_plus13.3.0BSD-3-ClauseCopyright 2017, the Flutter project authors. All rights reserved.
share_plus_platform_interface7.2.0BSD-3-ClauseCopyright 2017 The Chromium Authors. All rights reserved.
shared_preferences2.5.5BSD-3-ClauseCopyright 2013 The Flutter Authors
shared_preferences_android2.4.28BSD-3-ClauseCopyright 2013 The Flutter Authors
shared_preferences_foundation2.5.7BSD-3-ClauseCopyright 2013 The Flutter Authors
shared_preferences_linux2.4.1BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
shared_preferences_platform_interface2.4.2BSD-3-ClauseCopyright 2013 The Flutter Authors
shared_preferences_web2.4.3BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
shared_preferences_windows2.4.1BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
source_span1.10.2BSD-3-ClauseCopyright 2014, the Dart project authors.
stream_channel2.1.4BSD-3-ClauseCopyright 2015, the Dart project authors.
string_scanner1.4.1BSD-3-ClauseCopyright 2014, the Dart project authors.
synchronized3.4.1+2MITCopyright (c) 2016, Alexandre Roux Tekartik.
term_glyph1.2.2BSD-3-ClauseCopyright 2017, the Dart project authors.
timezone0.11.1BSD-2-ClauseCopyright (c) 2014, timezone project authors.
typed_data1.4.0BSD-3-ClauseCopyright 2015, the Dart project authors.
unifiedpush6.2.0Apache-2.0Copyright 2021 Simon Gougeon, Karmanyaah Malhotra
unifiedpush_android3.5.0Apache-2.0Copyright 2021 Simon Gougeon, Karmanyaah Malhotra
unifiedpush_linux1.0.0Apache-2.0Copyright 2021 Simon Gougeon, Karmanyaah Malhotra
unifiedpush_platform_interface4.0.0Apache-2.0Copyright 2021 Simon Gougeon, Karmanyaah Malhotra
unifiedpush_storage_interface1.0.0Apache-2.0Copyright 2021 Simon Gougeon, Karmanyaah Malhotra
url_launcher6.3.2BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
url_launcher_android6.3.33BSD-3-ClauseCopyright 2013 The Flutter Authors
url_launcher_ios6.4.2BSD-3-ClauseCopyright 2013 The Flutter Authors
url_launcher_linux3.2.3BSD-3-ClauseCopyright 2013 The Flutter Authors
url_launcher_macos3.2.6BSD-3-ClauseCopyright 2013 The Flutter Authors
url_launcher_platform_interface2.3.2BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
url_launcher_web2.4.3BSD-3-ClauseCopyright 2013 The Flutter Authors
url_launcher_windows3.1.6BSD-3-ClauseCopyright 2013 The Flutter Authors
uuid4.6.0MITCopyright (c) 2021 Yulian Kuncheff
vector_math2.2.0BSD-3-ClauseCopyright 2015, Google Inc. All rights reserved.; Copyright (C) 2013 Andrew Magill
video_player2.14.0BSD-3-ClauseCopyright 2013 The Flutter Authors
video_player_android2.12.2BSD-3-ClauseCopyright 2013 The Flutter Authors
video_player_avfoundation2.12.0BSD-3-ClauseCopyright 2013 The Flutter Authors
video_player_platform_interface6.9.0BSD-3-ClauseCopyright 2013 The Flutter Authors
video_player_web2.4.0BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
wakelock_plus1.8.0BSD-3-ClauseCopyright (c) 2020-2023, creativecreatorormaybenot
wakelock_plus_platform_interface1.7.0BSD-3-ClauseCopyright (c) 2020-2023, creativecreatorormaybenot
web1.1.1BSD-3-ClauseCopyright 2023, the Dart project authors.
web_socket1.0.1BSD-3-ClauseCopyright 2024, the Dart project authors.
web_socket_channel3.0.3BSD-3-ClauseCopyright 2016, the Dart project authors.
webcrypto0.6.0Apache-2.0not stated in LICENSE (see repository)
webpush_encryption1.0.1Apache-2.0Copyright 2022 Simon Ser, Karmanyaah Malhotra
webrtc_interface1.5.1MITCopyright (c) 2021 Flutter WebRTC
win326.4.0BSD-3-ClauseCopyright (c) 2024, Halil Durmus
window_manager0.5.2MITCopyright (c) 2022-present LiJianying <[email protected]>
windows_file_picker1.2.0MITCopyright (c) 2018 Miguel Ruivo
xdg_directories1.1.0BSD-3-ClauseCopyright 2013 The Flutter Authors. All rights reserved.
xml7.0.1MITCopyright (c) 2006-2026 Lukas Renggli.
yaml3.1.4MITCopyright (c) 2014, the Dart project authors.; Copyright (c) 2006, Kirill Simonov.
Flutter SDK (framework + engine)3.44.8BSD-3-ClauseCopyright 2014 The Flutter Authors. All rights reserved.
Dart SDK3.12.2BSD-3-ClauseCopyright 2012, the Dart project authors.
nearby_connections (vendored fork: app/third_party/nearby_connections)4.3.0+zynk1BSD-2-ClauseCopyright (c) 2019, Prerak Mann
Vazirmatn (web font: site/assets/fonts)OFL-1.1Copyright 2015 The Vazirmatn Project Authors (https://github.com/rastikerdar/vazirmatn)
com.android.tools:desugar_jdk_libs2.1.4GPL-2.0-with-classpath-exceptionnot stated in POM
com.google.android.gms:play-services-nearby19.2.0Android SDK License (proprietary)not stated in POM

Fonts and marks

The website's typeface is Vazirmatn, under the SIL Open Font License 1.1. The Yapmesh mark and wordmark are not open source; see the brand sheet for how they may be used to describe Yapmesh.