Skip to content

Latest commit

 

History

History
223 lines (153 loc) · 5.91 KB

File metadata and controls

223 lines (153 loc) · 5.91 KB

Third-Party Notices

TEAM-Flutter uses the following third-party open-source software.


Flutter Framework

License: BSD-3-Clause
Copyright: Copyright 2014 The Flutter Authors
Homepage: https://flutter.dev
Repository: https://github.com/flutter/flutter

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.


flutter_blue_plus

License: BSD-3-Clause
Copyright: Copyright 2017-2024 flutter_blue_plus developers
Homepage: https://pub.dev/packages/flutter_blue_plus
Repository: https://github.com/boskokg/flutter_blue_plus

Bluetooth Low Energy library for Flutter.


Drift (SQLite ORM)

License: MIT
Copyright: Copyright 2019-2024 Simon Binder
Homepage: https://drift.simonbinder.eu
Repository: https://github.com/simolus3/drift

Powerful SQL library for Flutter and Dart.


flutter_map

License: BSD-3-Clause
Copyright: Copyright 2018-2024 flutter_map contributors
Homepage: https://pub.dev/packages/flutter_map
Repository: https://github.com/fleaflet/flutter_map

Interactive maps for Flutter using OpenStreetMap tiles.


geolocator

License: MIT
Copyright: Copyright 2018-2024 Baseflow
Homepage: https://pub.dev/packages/geolocator
Repository: https://github.com/Baseflow/flutter-geolocator

Geolocation plugin for Flutter.


flutter_compass

License: MIT
Copyright: Copyright 2019-2024 flutter_compass contributors
Homepage: https://pub.dev/packages/flutter_compass
Repository: https://github.com/hemanthrajv/flutter_compass

Compass sensor access for Flutter.


GPX

License: MIT
Copyright: Copyright 2019-2024 kb0 (Kato Bunseki)
Homepage: https://pub.dev/packages/gpx
Repository: https://github.com/kb0/dart-gpx

GPX file parsing and generation library.


Provider

License: MIT
Copyright: Copyright 2018-2024 Remi Rousselet
Homepage: https://pub.dev/packages/provider
Repository: https://github.com/rrousselGit/provider

State management library recommended by Flutter team.


flutter_local_notifications

License: BSD-3-Clause
Copyright: Copyright 2018-2024 Dextera Computing Pty Ltd
Homepage: https://pub.dev/packages/flutter_local_notifications
Repository: https://github.com/MaikuB/flutter_local_notifications

Local notifications plugin for Flutter.


flutter_foreground_task

License: MIT
Copyright: Copyright 2020-2024 WOO JIN HWANG
Homepage: https://pub.dev/packages/flutter_foreground_task
Repository: https://github.com/Dev-hwang/flutter_foreground_task

Foreground service support for Flutter.


wakelock_plus

License: BSD-3-Clause
Copyright: Copyright 2019-2024 flutter_community
Homepage: https://pub.dev/packages/wakelock_plus
Repository: https://github.com/fluttercommunity/wakelock_plus

Keep device screen awake.


latlong2

License: Apache 2.0
Copyright: Copyright 2019-2024 Mike Mitterer
Homepage: https://pub.dev/packages/latlong2
Repository: https://github.com/S-Man42/latlong2

Latitude/longitude utilities for Dart.


uuid

License: MIT
Copyright: Copyright 2018-2024 Yulian Kuncheff
Homepage: https://pub.dev/packages/uuid
Repository: https://github.com/Daegalus/dart-uuid

UUID generation library for Dart.


shared_preferences

License: BSD-3-Clause
Copyright: Copyright 2017-2024 The Flutter Authors
Homepage: https://pub.dev/packages/shared_preferences
Repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences

Persistent key-value storage.


path_provider

License: BSD-3-Clause
Copyright: Copyright 2017-2024 The Flutter Authors
Homepage: https://pub.dev/packages/path_provider
Repository: https://github.com/flutter/packages/tree/main/packages/path_provider

File system path utilities.


crypto (Dart SDK)

License: BSD-3-Clause
Copyright: Copyright 2015 The Dart Authors
Homepage: https://pub.dev/packages/crypto
Repository: https://github.com/dart-lang/crypto

Cryptographic hash functions.


http (Dart SDK)

License: BSD-3-Clause
Copyright: Copyright 2014 The Dart Authors
Homepage: https://pub.dev/packages/http
Repository: https://github.com/dart-lang/http

HTTP client for Dart.


Code Adapted from meshcore-open

License: MIT
Copyright: Copyright 2025 zjs81
Repository: https://github.com/zjs81/meshcore-open

Portions of BLE protocol parsing and frame handling code were adapted from the meshcore-open project with modifications for TEAM-Flutter.

Specific files adapted:

  • lib/ble/protocol.dart (adapted from lib/connector/meshcore_protocol.dart)
  • BLE frame parsing and command encoding logic

The MIT License allows us to use and modify this code. Our modifications are licensed under CC BY-NC-SA 4.0 (non-commercial), but the original meshcore-open code remains under its MIT License.

Attribution: Thank you to zjs81 and the meshcore-open contributors for their excellent BLE implementation.


OpenStreetMap Data

Map tiles are provided by OpenStreetMap contributors.

License: Open Database License (ODbL)
Copyright: © OpenStreetMap contributors
Homepage: https://www.openstreetmap.org/copyright

Map data is © OpenStreetMap contributors and available under the Open Database License.


License Summary

All third-party packages use permissive licenses (MIT, BSD-3-Clause, Apache 2.0) that allow commercial use. The non-commercial restriction in TEAM-Flutter's license (CC BY-NC-SA 4.0) applies only to the TEAM-Flutter code itself, not to the underlying open-source libraries.

Full license texts for each package can be found in their respective repositories or on pub.dev.


Last Updated: February 15, 2026