Skip to content

Open Source Licenses

admin edited this page Jun 29, 2026 · 1 revision

Open Source Licenses

Home · Privacy-Policy · About-MedBioPhys · Acknowledgements

MedBioPhys is built with Flutter and many open-source libraries. Using open-source components does not mean the MedBioPhys application itself is automatically open source. The app’s own license is defined separately in the application repository (see below).

This page summarizes third-party software in version 1.0.0. Developers can generate the full dependency list with flutter pub licenses in the application project.

An in-app licenses screen may be added in a future update (Roadmap). Until then, use this page.


MedBioPhys application

Item Notes
MedBioPhys app Copyright and license terms are stated in the medbiophys-app repository when published. Using Flutter or other open-source packages does not, by itself, place the entire app under any single open-source license.
medbiophys-content Editorial markdown and JSON: MIT License, Copyright (c) 2026 Grzesiek Kulesza

Department branding, UMB logos, and official regulation text remain under separate university and publisher rights.


Flutter and Dart

Component License
Flutter BSD 3-Clause
Dart SDK BSD 3-Clause

Direct dependencies

Packages declared in the application (via pub.dev):

Package License Role
flutter_riverpod MIT Application state
shared_preferences BSD-3-Clause Local preferences
url_launcher BSD-3-Clause Mail and web links
http BSD-3-Clause Content sync
path_provider BSD-3-Clause Local file cache
crypto BSD-3-Clause Content checksums
archive Apache-2.0 Content bundles
flutter_markdown_plus BSD-3-Clause Markdown rendering
intl BSD-3-Clause Dates and formatting
cupertino_icons MIT Icons
flutter_localizations BSD-3-Clause Localization support

Additional transitive libraries apply. See each package on pub.dev or the generated license registry for full legal text.


Platform software

Platform Notes
iOS Apple system frameworks; Privacy Manifest documents UserDefaults use for preferences
Android Android SDK and components used by the Flutter engine

Attribution

If you redistribute or modify components covered by these licenses, follow each license’s requirements (copyright notices, license copies, etc.). Reusing medbiophys-content files requires compliance with the MIT License terms in that repository.


Questions

Licensing questions about the app: Support. For authoritative license text, use the official repository or pub.dev page for each component.


See also

Clone this wiki locally