Open-source notices
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
| Package | Version | Licence | Copyright |
|---|---|---|---|
| android_file_picker | 1.1.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| archive | 3.6.1 | MIT | Copyright (c) 2013-2021 Brendan Duncan. |
| args | 2.7.0 | BSD-3-Clause | Copyright 2013, the Dart project authors. |
| async | 2.13.1 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| audioplayers | 6.8.1 | MIT | Copyright (c) 2017 Blue Fire |
| audioplayers_android | 5.3.0 | MIT | Copyright (c) 2017 Blue Fire |
| audioplayers_darwin | 6.5.0 | MIT | Copyright (c) 2017 Blue Fire |
| audioplayers_linux | 4.3.0 | MIT | Copyright (c) 2017 Blue Fire |
| audioplayers_platform_interface | 7.2.0 | MIT | Copyright (c) 2017 Blue Fire |
| audioplayers_web | 5.3.0 | MIT | Copyright (c) 2017 Blue Fire |
| audioplayers_windows | 4.4.1 | MIT | Copyright (c) 2017 Blue Fire |
| bip340 | 0.3.1 | MIT | Copyright 2021 [email protected] |
| bluetooth_low_energy | 6.2.1 | MIT | Copyright (c) 2025 zeekr.dev |
| bluetooth_low_energy_android | 6.2.1 | MIT | Copyright (c) 2025 zeekr.dev |
| bluetooth_low_energy_darwin | 6.2.1 | MIT | Copyright (c) 2025 zeekr.dev |
| bluetooth_low_energy_linux | 6.2.1 | MIT | Copyright (c) 2025 zeekr.dev |
| bluetooth_low_energy_platform_interface | 6.2.1 | MIT | Copyright (c) 2025 zeekr.dev |
| bluetooth_low_energy_windows | 6.2.1 | MIT | Copyright (c) 2025 zeekr.dev |
| bluez | 0.8.3 | MPL-2.0 | not stated in LICENSE (see repository) |
| bonsoir | 7.1.5 | MIT | Copyright (c) 2019 Hugo DELAUNAY "Skyost" |
| bonsoir_android | 7.1.3 | MIT | Copyright (c) 2019 Hugo DELAUNAY "Skyost" |
| bonsoir_darwin | 7.1.1 | MIT | Copyright (c) 2019 Hugo DELAUNAY "Skyost" |
| bonsoir_linux | 7.1.0 | MIT | Copyright (c) 2019 Hugo DELAUNAY "Skyost" |
| bonsoir_platform_interface | 7.0.0 | MIT | Copyright (c) 2019 Hugo DELAUNAY "Skyost" |
| bonsoir_windows | 7.3.0 | MIT | Copyright (c) 2019 Hugo DELAUNAY "Skyost" |
| characters | 1.4.1 | BSD-3-Clause | Copyright 2019, the Dart project authors. |
| clock | 1.1.2 | Apache-2.0 | not stated in LICENSE (see repository) |
| code_assets | 1.2.1 | BSD-3-Clause | Copyright 2025, the Dart project authors. |
| collection | 1.19.1 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| convert | 3.1.2 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| cross_file | 0.3.5+5 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| crypto | 3.0.7 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| cryptography | 2.9.0 | Apache-2.0 | not stated in LICENSE (see repository) |
| csslib | 1.0.2 | BSD-3-Clause | Copyright 2013, the Dart project authors. |
| cupertino_icons | 1.0.9 | MIT | Copyright (c) 2016 Vladimir Kharlampidi |
| dart_webrtc | 1.8.2 | MIT | Copyright (c) 2020 Flutter WebRTC |
| dbus | 0.7.15 | MPL-2.0 | not stated in LICENSE (see repository) |
| dynamic_color | 1.9.0 | Apache-2.0 | not stated in LICENSE (see repository) |
| event_bus | 2.0.1 | MIT | Copyright (c) 2013 Marco Jakob ([email protected]) |
| ffi | 2.2.0 | BSD-3-Clause | Copyright 2019, the Dart project authors. |
| ffi_leak_tracker | 0.1.2 | BSD-3-Clause | Copyright (c) 2026, Halil Durmus |
| file | 7.0.1 | BSD-3-Clause | Copyright 2017, the Dart project authors. All rights reserved. |
| file_picker | 12.2.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| file_picker_darwin | 1.1.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| file_picker_linux | 1.1.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| file_picker_platform_interface | 3.3.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| file_picker_web | 3.1.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| file_selector_linux | 0.9.4+1 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| file_selector_macos | 0.9.5+1 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| file_selector_platform_interface | 2.7.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| file_selector_windows | 0.9.3+6 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| fixnum | 1.1.1 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| flutter_foreground_task | 11.0.2 | MIT | Copyright (c) 2021 Dev-hwang |
| flutter_image_compress | 2.5.1 | MIT | Copyright (c) 2023 FlutterCandies |
| flutter_image_compress_common | 1.1.1 | MIT | Copyright (c) 2023 FlutterCandies |
| flutter_image_compress_macos | 1.1.0 | MIT | Copyright (c) 2023 FlutterCandies |
| flutter_image_compress_ohos | 0.0.3+1 | MIT | Copyright (c) 2023 FlutterCandies |
| flutter_image_compress_platform_interface | 1.1.0 | MIT | Copyright (c) 2023 FlutterCandies |
| flutter_image_compress_web | 0.1.5+1 | MIT | Copyright (c) 2023 FlutterCandies |
| flutter_local_notifications | 22.3.0 | BSD-3-Clause | Copyright 2018 Michael Bui. All rights reserved. |
| flutter_local_notifications_linux | 8.0.1 | BSD-3-Clause | Copyright 2018 Michael Bui. All rights reserved. |
| flutter_local_notifications_platform_interface | 12.2.0 | BSD-3-Clause | Copyright 2020 Michael Bui. All rights reserved. |
| flutter_local_notifications_web | 1.0.0 | BSD-3-Clause | Copyright 2020 Michael Bui. All rights reserved. |
| flutter_local_notifications_windows | 3.1.1 | BSD-3-Clause | Copyright 2024 Michael Bui. All rights reserved. |
| flutter_plugin_android_lifecycle | 2.0.35 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| flutter_secure_storage | 11.0.0 | BSD-3-Clause | Copyright 2017 German Saprykin |
| flutter_secure_storage_darwin | 0.4.0 | BSD-3-Clause | Copyright 2025 Julian Steenbakker |
| flutter_secure_storage_linux | 3.0.2 | BSD-3-Clause | Copyright 2017 German Saprykin |
| flutter_secure_storage_platform_interface | 2.0.3 | BSD-3-Clause | Copyright 2017 German Saprykin |
| flutter_secure_storage_web | 2.1.1 | BSD-3-Clause | Copyright 2017 German Saprykin |
| flutter_secure_storage_windows | 4.2.2 | BSD-3-Clause | Copyright 2017 German Saprykin |
| flutter_webrtc | 1.6.1 | MIT | Copyright (c) 2018 湖北捷智云技术有限公司 |
| geoclue | 0.1.1 | MPL-2.0 | not stated in LICENSE (see repository) |
| geolocator | 14.0.3 | MIT | Copyright (c) 2018 Baseflow |
| geolocator_android | 5.0.3 | MIT | Copyright (c) 2018 Baseflow |
| geolocator_apple | 2.3.14 | MIT | Copyright (c) 2018 Baseflow |
| geolocator_linux | 0.2.6 | MIT | Copyright (c) 2018 Baseflow |
| geolocator_platform_interface | 4.3.0 | MIT | Copyright (c) 2018 Baseflow |
| geolocator_web | 4.1.4 | MIT | Copyright (c) 2018 Baseflow |
| geolocator_windows | 0.2.5 | MIT | Copyright (c) 2018 Baseflow |
| gsettings | 0.2.8 | MPL-2.0 | not stated in LICENSE (see repository) |
| hooks | 2.0.2 | BSD-3-Clause | Copyright 2025, the Dart project authors. |
| html | 0.15.7 | MIT | Copyright (c) 2006-2012 The Authors |
| http | 1.6.0 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| http_parser | 4.1.2 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| image_picker | 1.2.3 | BSD-3-Clause | Copyright 2013 The Flutter Authors; Copyright 2011 - 2013 Paul Burke |
| image_picker_android | 0.8.13+22 | BSD-3-Clause | Copyright 2013 The Flutter Authors; Copyright 2011 - 2013 Paul Burke |
| image_picker_for_web | 3.1.1 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| image_picker_ios | 0.8.13+7 | BSD-3-Clause | Copyright 2013 The Flutter Authors; Copyright 2011 - 2013 Paul Burke |
| image_picker_linux | 0.2.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| image_picker_macos | 0.2.2+1 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| image_picker_platform_interface | 2.11.1 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| image_picker_windows | 0.2.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| intl | 0.20.3 | BSD-3-Clause | Copyright 2013, the Dart project authors. |
| jni | 1.0.3 | BSD-3-Clause | Copyright 2022, the Dart project authors. |
| jni_flutter | 1.0.3 | BSD-3-Clause | Copyright 2026, the Dart project authors. |
| jni_util | 1.0.0 | BSD-3-Clause | Copyright 2026, the Dart project authors. |
| json_annotation | 4.12.0 | BSD-3-Clause | Copyright 2017, the Dart project authors. All rights reserved. |
| local_auth | 3.0.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| local_auth_android | 2.0.10 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| local_auth_darwin | 2.0.4 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| local_auth_platform_interface | 1.1.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| local_auth_windows | 2.0.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| logger | 2.8.0 | MIT | Copyright (c) 2019 Simon Leier; Copyright (c) 2019 Harm Aarts; Copyright (c) 2023 Severin Hamader |
| logging | 1.3.0 | BSD-3-Clause | Copyright 2013, the Dart project authors. |
| material_color_utilities | 0.13.0 | Apache-2.0 | Copyright 2021 Google LLC |
| meta | 1.18.0 | BSD-3-Clause | Copyright 2016, the Dart project authors. |
| mime | 2.1.0 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| mobile_scanner | 7.4.0 | BSD-3-Clause | Copyright (c) 2022, Julian Steenbakker |
| mqtt_client | 10.11.11 | MIT | Copyright (c) 2017 Steve Hamblett<[email protected]>; Copyright 2016, the Dart project authors. All rights reserved. |
| ndef_record | 1.4.2 | MIT | Copyright (c) 2024 okadan |
| nested | 1.0.0 | MIT | Copyright (c) 2019 Remi Rousselet |
| nfc_manager | 4.2.1 | MIT | Copyright (c) 2019 okadan |
| objective_c | 9.5.0 | BSD-3-Clause | Copyright 2024, the Dart project authors. |
| open_filex | 4.7.0 | BSD-3-Clause | Copyright 2018 crazecoder. All rights reserved. |
| package_config | 3.0.0 | BSD-3-Clause | Copyright 2019, the Dart project authors. |
| package_info_plus | 10.2.1 | BSD-3-Clause | Copyright 2017 The Chromium Authors. All rights reserved. |
| package_info_plus_platform_interface | 4.1.0 | BSD-3-Clause | Copyright 2017 The Chromium Authors. All rights reserved. |
| path | 1.9.1 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| path_provider | 2.1.6 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| path_provider_android | 2.3.1 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| path_provider_foundation | 2.6.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| path_provider_linux | 2.2.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| path_provider_platform_interface | 2.1.3 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| path_provider_windows | 2.3.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| permission_handler | 13.0.2 | MIT | Copyright (c) 2018 Baseflow |
| permission_handler_android | 14.1.0 | MIT | Copyright (c) 2018 Baseflow |
| permission_handler_apple | 9.6.1 | MIT | Copyright (c) 2018 Baseflow |
| permission_handler_html | 0.1.4+1 | MIT | Copyright (c) 2018 Baseflow |
| permission_handler_platform_interface | 4.4.1 | MIT | Copyright (c) 2018 Baseflow |
| permission_handler_windows | 0.2.2 | MIT | Copyright (c) 2018 Baseflow |
| petitparser | 7.0.2 | MIT | Copyright (c) 2006-2024 Lukas Renggli. |
| platform | 3.1.6 | BSD-3-Clause | Copyright 2017, the Dart project authors. All rights reserved. |
| plugin_platform_interface | 2.1.8 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| pointycastle | 4.0.0 | MIT | Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) |
| provider | 6.1.5+1 | MIT | Copyright (c) 2019 Remi Rousselet |
| pub_semver | 2.2.1 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| qr | 3.0.2 | BSD-3-Clause | Copyright 2014, the Dart QR project authors. All rights reserved. |
| qr_flutter | 4.1.0 | BSD-3-Clause | Copyright (c) 2020, Luke Freeman. |
| record | 7.1.1 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_android | 2.1.2 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_ios | 2.1.1 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_linux | 2.1.1 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_macos | 2.1.1 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_platform_interface | 2.1.0 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_use | 0.6.0 | BSD-3-Clause | Copyright 2024, the Dart project authors. |
| record_web | 2.1.2 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| record_windows | 2.2.3 | BSD-3-Clause | Copyright 2022 openapi4j authors. All rights reserved. |
| screen_retriever | 0.2.2 | MIT | Copyright (c) 2022-2024 LiJianying <[email protected]> |
| screen_retriever_linux | 0.2.2 | MIT | Copyright (c) 2022-2024 LiJianying <[email protected]> |
| screen_retriever_macos | 0.2.2 | MIT | Copyright (c) 2022-2024 LiJianying <[email protected]> |
| screen_retriever_platform_interface | 0.2.2 | MIT | Copyright (c) 2022-2024 LiJianying <[email protected]> |
| screen_retriever_windows | 0.2.2 | MIT | Copyright (c) 2022-2024 LiJianying <[email protected]> |
| share_plus | 13.3.0 | BSD-3-Clause | Copyright 2017, the Flutter project authors. All rights reserved. |
| share_plus_platform_interface | 7.2.0 | BSD-3-Clause | Copyright 2017 The Chromium Authors. All rights reserved. |
| shared_preferences | 2.5.5 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| shared_preferences_android | 2.4.28 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| shared_preferences_foundation | 2.5.7 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| shared_preferences_linux | 2.4.1 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| shared_preferences_platform_interface | 2.4.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| shared_preferences_web | 2.4.3 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| shared_preferences_windows | 2.4.1 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| source_span | 1.10.2 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| stream_channel | 2.1.4 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| string_scanner | 1.4.1 | BSD-3-Clause | Copyright 2014, the Dart project authors. |
| synchronized | 3.4.1+2 | MIT | Copyright (c) 2016, Alexandre Roux Tekartik. |
| term_glyph | 1.2.2 | BSD-3-Clause | Copyright 2017, the Dart project authors. |
| timezone | 0.11.1 | BSD-2-Clause | Copyright (c) 2014, timezone project authors. |
| typed_data | 1.4.0 | BSD-3-Clause | Copyright 2015, the Dart project authors. |
| unifiedpush | 6.2.0 | Apache-2.0 | Copyright 2021 Simon Gougeon, Karmanyaah Malhotra |
| unifiedpush_android | 3.5.0 | Apache-2.0 | Copyright 2021 Simon Gougeon, Karmanyaah Malhotra |
| unifiedpush_linux | 1.0.0 | Apache-2.0 | Copyright 2021 Simon Gougeon, Karmanyaah Malhotra |
| unifiedpush_platform_interface | 4.0.0 | Apache-2.0 | Copyright 2021 Simon Gougeon, Karmanyaah Malhotra |
| unifiedpush_storage_interface | 1.0.0 | Apache-2.0 | Copyright 2021 Simon Gougeon, Karmanyaah Malhotra |
| url_launcher | 6.3.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| url_launcher_android | 6.3.33 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| url_launcher_ios | 6.4.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| url_launcher_linux | 3.2.3 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| url_launcher_macos | 3.2.6 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| url_launcher_platform_interface | 2.3.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| url_launcher_web | 2.4.3 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| url_launcher_windows | 3.1.6 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| uuid | 4.6.0 | MIT | Copyright (c) 2021 Yulian Kuncheff |
| vector_math | 2.2.0 | BSD-3-Clause | Copyright 2015, Google Inc. All rights reserved.; Copyright (C) 2013 Andrew Magill |
| video_player | 2.14.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| video_player_android | 2.12.2 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| video_player_avfoundation | 2.12.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| video_player_platform_interface | 6.9.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors |
| video_player_web | 2.4.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| wakelock_plus | 1.8.0 | BSD-3-Clause | Copyright (c) 2020-2023, creativecreatorormaybenot |
| wakelock_plus_platform_interface | 1.7.0 | BSD-3-Clause | Copyright (c) 2020-2023, creativecreatorormaybenot |
| web | 1.1.1 | BSD-3-Clause | Copyright 2023, the Dart project authors. |
| web_socket | 1.0.1 | BSD-3-Clause | Copyright 2024, the Dart project authors. |
| web_socket_channel | 3.0.3 | BSD-3-Clause | Copyright 2016, the Dart project authors. |
| webcrypto | 0.6.0 | Apache-2.0 | not stated in LICENSE (see repository) |
| webpush_encryption | 1.0.1 | Apache-2.0 | Copyright 2022 Simon Ser, Karmanyaah Malhotra |
| webrtc_interface | 1.5.1 | MIT | Copyright (c) 2021 Flutter WebRTC |
| win32 | 6.4.0 | BSD-3-Clause | Copyright (c) 2024, Halil Durmus |
| window_manager | 0.5.2 | MIT | Copyright (c) 2022-present LiJianying <[email protected]> |
| windows_file_picker | 1.2.0 | MIT | Copyright (c) 2018 Miguel Ruivo |
| xdg_directories | 1.1.0 | BSD-3-Clause | Copyright 2013 The Flutter Authors. All rights reserved. |
| xml | 7.0.1 | MIT | Copyright (c) 2006-2026 Lukas Renggli. |
| yaml | 3.1.4 | MIT | Copyright (c) 2014, the Dart project authors.; Copyright (c) 2006, Kirill Simonov. |
| Flutter SDK (framework + engine) | 3.44.8 | BSD-3-Clause | Copyright 2014 The Flutter Authors. All rights reserved. |
| Dart SDK | 3.12.2 | BSD-3-Clause | Copyright 2012, the Dart project authors. |
| nearby_connections (vendored fork: app/third_party/nearby_connections) | 4.3.0+zynk1 | BSD-2-Clause | Copyright (c) 2019, Prerak Mann |
| Vazirmatn (web font: site/assets/fonts) | OFL-1.1 | Copyright 2015 The Vazirmatn Project Authors (https://github.com/rastikerdar/vazirmatn) | |
| com.android.tools:desugar_jdk_libs | 2.1.4 | GPL-2.0-with-classpath-exception | not stated in POM |
| com.google.android.gms:play-services-nearby | 19.2.0 | Android 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.