Skip to main content

Legal

Open Source Licenses

Last updated: August 7, 2026  ·  43 third-party packages

The RapidQuote mobile application is built with Flutter and relies on a number of open-source software packages created and maintained by independent developers and organisations. We are grateful to these authors, and this page exists to credit their work and set out the licence terms under which their software is used, in line with each package’s attribution requirements.

About This Page

Proelite Hospitality Private Limited does not claim ownership of the third-party packages listed below. Each package remains the property of its respective authors and is used in accordance with the licence terms published by that author. Where a licence requires reproduction of its notice, that notice is satisfied by the link to the package’s licence provided in each entry. Nothing on this page grants any rights beyond those already provided under a package’s own licence.

Packages are grouped by the role they play inside the app, and each entry lists the package name, the version in use, its open-source licence, and a plain-language note on what it is used for. Selecting a package name opens its listing on pub.dev, the official Dart and Flutter package registry, where the full licence text is published.

State Management & Navigation

Packages that manage the app's internal state and move users between screens.

Open-source packages used for State Management & Navigation
PackageVersionLicenceUsed for
flutter_bloc9.1.1MITImplements the BLoC pattern used to manage app state predictably.
equatable2.0.8MITSimplifies value comparison between app state objects.
go_router17.3.0BSD-3-ClauseHandles in-app navigation, routing, and deep links.
kiwi5.0.1MITWires together app components via dependency injection.

Networking & Connectivity

Packages that talk to the network, external servers, and outside apps.

Open-source packages used for Networking & Connectivity
PackageVersionLicenceUsed for
http1.5.0BSD-3-ClauseMakes HTTP requests to web servers and APIs.
dio5.9.1MITA feature-rich HTTP client with interceptors, uploads, and timeouts.
connectivity_plus7.0.0BSD-3-ClauseDetects whether the device has an active network connection.
flutter_inappwebview6.1.5Apache-2.0Embeds an in-app web browser view where needed.
url_launcher6.3.2BSD-3-ClauseOpens external links, phone calls, SMS, and email from the app.

Local Data & Storage

Packages that store business data and app settings directly on the user's device.

Open-source packages used for Local Data & Storage
PackageVersionLicenceUsed for
isar_community3.3.2Apache-2.0A fast, local, on-device database that stores quotation and business data.
isar_community_flutter_libs3.3.2Apache-2.0Native binary engine that powers the Isar database.
shared_preferences2.5.4BSD-3-ClauseStores small pieces of app settings and preferences on the device.
path_provider2.1.5BSD-3-ClauseLocates standard storage folders on the device's operating system.

Device, App Info & Permissions

Packages that read basic device/app metadata and request the permissions needed to use them.

Open-source packages used for Device, App Info & Permissions
PackageVersionLicenceUsed for
package_info_plus9.0.0BSD-3-ClauseReads the app's own package name, version, and build number.
device_info_plus12.3.0BSD-3-ClauseReads basic device details such as make, model, and OS version.
permission_handler11.3.1MITRequests and checks device permissions such as camera and storage.

Forms, Files & Media Capture

Packages that power data entry, file selection, image cropping, and QR-based device pairing.

Open-source packages used for Forms, Files & Media Capture
PackageVersionLicenceUsed for
flutter_form_builder10.3.0+2MITSimplifies building and validating input forms.
form_builder_validators11.3.0BSD-3-ClauseProvides ready-made validation rules for form fields.
file_picker10.3.10MITLets users pick files from the device's native file browser.
crop_your_image2.0.0Apache-2.0Provides an image-cropping tool for user-uploaded photos.
mobile_scanner5.2.3BSD-3-ClauseScans QR codes using the device camera for mobile pairing.

UI, Icons & Visual Feedback

Packages that shape how the app looks and feels — icons, tables, charts, and on-screen feedback.

Open-source packages used for UI, Icons & Visual Feedback
PackageVersionLicenceUsed for
font_awesome_flutter11.0.0MITProvides the Font Awesome icon set used across the app's UI.
flutter_svg2.2.3MITRenders SVG vector images in the app's UI.
data_table_22.7.2BSD-3-ClauseAn enhanced data table widget with sticky headers for tabular data.
community_charts_flutter1.0.4Apache-2.0Renders charts and data-visualization graphics.
shimmer_animation2.2.2+1MITDisplays an animated shimmer placeholder while content loads.
cherry_toast1.13.0MITDisplays styled pop-up toast notifications to the user.
pretty_qr_code3.6.0BSD-3-ClauseGenerates QR code images shown for device pairing.

Documents, PDF & Printing

Packages that turn quotations into finished, shareable, printable documents.

Open-source packages used for Documents, PDF & Printing
PackageVersionLicenceUsed for
pdf3.11.3Apache-2.0Generates PDF documents for quotations and invoices.
printing5.14.2Apache-2.0Lets the app print documents or preview PDFs on connected printers.
number_to_words1.0.0MITConverts numeric amounts into their written word form on documents.

Security & Data Utilities

Lower-level packages that protect data, generate identifiers, and handle common data formats.

Open-source packages used for Security & Data Utilities
PackageVersionLicenceUsed for
encrypt5.0.3BSD-3-ClauseProvides encryption and decryption functions to protect sensitive data.
crypto3.0.7BSD-3-ClauseImplements cryptographic hash functions used for data integrity.
uuid3.0.6MITGenerates unique identifiers used internally by the app.
envied1.3.1MITLoads build-time configuration values securely from an environment file.
collection1.19.1BSD-3-ClauseUtility functions for working with Dart lists, maps, and sets.
xml6.6.1MITReads, parses, and builds XML-formatted data.
json_annotation4.9.0BSD-3-ClauseProvides annotations used to generate JSON parsing code.
logger2.7.0MITPrints formatted diagnostic log messages during development.

Desktop Platform Support

Packages that support RapidQuote running as a desktop application.

Open-source packages used for Desktop Platform Support
PackageVersionLicenceUsed for
window_manager0.5.1MITControls desktop window behavior such as size and position.
screen_retriever0.2.2MITReads desktop screen and display information.

Developer & Build Tooling

Packages used only during development and app builds — not shipped as runtime app logic.

Open-source packages used for Developer & Build Tooling
PackageVersionLicenceUsed for
very_good_analysis10.1.0MITA set of code-quality and style rules used to lint the app's source code.
icons_launcher3.1.0MITGenerates the app's launcher icon across platforms at build time.

Licence Types Used

Every package listed above is distributed under one of the following permissive open-source licences, each of which allows commercial use, modification, and redistribution subject to preserving the original copyright notice:

Corrections & Notices

This page is maintained in good faith to accurately reflect the open-source software used in the RapidQuote mobile application at the time of writing. Package versions change as the app is updated, and we periodically review this list to keep it current. If you are a package author or copyright holder and believe an attribution here is missing, incorrect, or does not satisfy your licence’s requirements, please contact us and we will correct it promptly at support.rapidquote@gmail.com.

© 2026 Proelite Hospitality Private Limited. This Open Source Licenses page was last updated on August 7, 2026.