Third-party software
iInteract itself is proprietary software — All Rights Reserved. Copyright © 2010 - 2026 Jim Zucker, Cathy DeMarco, Tricia Zucker. See LICENSE. This file documents the third-party software our build pulls in, what license each one uses, and where its text lives.
Native iOS / Mac Catalyst / watchOS app (iInteract.xcodeproj)
No third-party dependencies. No CocoaPods, no Swift Package Manager dependencies, no vendored libraries. The entire native source tree is under iInteract’s own license.
Flutter port (flutter_app/)
The Flutter port (Android, web, and Flutter-built iOS / macOS) uses
pub.dev packages, all under permissive licenses (BSD-3-Clause,
MIT, or Apache-2.0). They are fetched at build time via
flutter pub get and are not redistributed in this source tree —
each package’s LICENSE file lives in ~/.pub-cache/ after fetching.
Their license texts are bundled into the shipped binary via Flutter’s
LicenseRegistry
and are accessible to end users at runtime via Settings → About →
Open-source licenses.
Runtime dependencies
| Package | License | Author / origin |
|---|---|---|
| audioplayers | MIT | Blue Fire |
| shared_preferences | BSD-3-Clause | Flutter Authors (Google) |
| path_provider | BSD-3-Clause | Flutter Authors (Google) |
| crypto | BSD-3-Clause | Dart project authors |
| image_picker | BSD-3-Clause | Flutter Authors (Google) |
| record | BSD-3-Clause | openapi4j authors |
| flutter_colorpicker | MIT | fuyumi |
| url_launcher | BSD-3-Clause | Flutter Authors (Google) |
| dynamic_color | Apache-2.0 | Material You team |
| file_selector | BSD-3-Clause | Flutter Authors (Google) |
| package_info_plus | BSD-3-Clause | Chromium Authors |
| permission_handler | MIT | Baseflow |
| wakelock_plus | BSD-3-Clause | creativecreatorormaybenot |
Development-only dependencies
| Package | License | Author / origin |
|---|---|---|
| flutter_lints | BSD-3-Clause | Flutter Authors (Google) |
| flutter_launcher_icons | MIT | Mark O’Sullivan |
License compatibility
All listed licenses (BSD-3-Clause, MIT, Apache-2.0) are permissive
and compatible with iInteract’s proprietary license. They can be
incorporated into proprietary works while preserving each component’s
copyright notice — which Flutter’s LicenseRegistry does
automatically in the shipped binary, and which the runtime Settings →
About → Open-source licenses screen makes accessible to end users.
None of iInteract’s pub dependencies use copyleft (GPL / LGPL / MPL / SSPL) or “viral” terms.
Assets
All bundled images (iInteract/Assets.xcassets/images/,
flutter_app/assets/images/) and audio recordings
(iInteract/sounds/, flutter_app/assets/sounds/) are original works
created for iInteract by the project authors (Jim Zucker, Cathy
DeMarco, Tricia Zucker). No third-party attribution applies.