Open Source Licenses

This document lists the open-source dependencies used in the Postork project, along with their versions and brief descriptions. All packages are sourced from Pub.dev unless specified otherwise.

Dependencies

audioplayers ^5.2.1

A Flutter plugin to play multiple audio files simultaneously (Android, iOS, web, and desktop support).

https://pub.dev/packages/audioplayers

flutter_dotenv ^5.2.1

Loads environment variables from a .env file into your Flutter app.

https://pub.dev/packages/flutter_dotenv

google_mobile_ads ^5.2.0

Integrates Google AdMob ads (banners, interstitials, etc.) into Flutter apps.

https://pub.dev/packages/google_mobile_ads

flutter_widget_from_html_core ^0.15.2

Renders HTML content as Flutter widgets.

https://pub.dev/packages/flutter_widget_from_html_core

cached_video_player_plus ^3.0.3

A video player with caching support for smoother playback in Flutter.

https://pub.dev/packages/cached_video_player_plus

emoji_picker_flutter ^4.2.0

A lightweight emoji picker widget for Flutter apps.

https://pub.dev/packages/emoji_picker_flutter

voice_message_package ^2.2.1

Provides a voice message recorder and player UI for Flutter.

https://pub.dev/packages/voice_message_package

any_link_preview ^3.0.2

Displays a preview of any URL (e.g., title, image) in Flutter.

https://pub.dev/packages/any_link_preview

flutter_sound ^9.6.0

A powerful audio recording and playback library for Flutter.

https://pub.dev/packages/flutter_sound

infinite_scroll_pagination ^4.1.0

Simplifies infinite scrolling with pagination in Flutter lists.

https://pub.dev/packages/infinite_scroll_pagination

app_links ^6.3.3

Handles deep links and app links in Flutter applications.

https://pub.dev/packages/app_links

flutter_webrtc ^0.12.8

Enables real-time communication (WebRTC) in Flutter apps.

https://pub.dev/packages/flutter_webrtc

photo_manager_image_provider ^2.2.0

Provides access to device photo gallery images in Flutter.

https://pub.dev/packages/photo_manager_image_provider

dev_rzp_getway ^2.0.1

A Razorpay payment gateway integration for Flutter (assumed custom/dev package).

https://pub.dev/packages/dev_rzp_getway

Video Editor Dependencies

flutter_video_thumbnail_plus ^1.0.5

Generates thumbnails from video files in Flutter.

https://pub.dev/packages/flutter_video_thumbnail_plus

ffmpeg_kit_flutter_full_gpl ^6.0.3

FFmpeg integration for video and audio processing in Flutter (GPL license).

https://pub.dev/packages/ffmpeg_kit_flutter_full_gpl

get ^4.6.6

A state management, dependency injection, and route management library for Flutter.

https://pub.dev/packages/get

hive ^2.2.3

A lightweight, fast, NoSQL database for Flutter and Dart.

https://pub.dev/packages/hive

hive_flutter ^1.1.0

Flutter-specific extensions for the Hive database.

https://pub.dev/packages/hive_flutter

path_provider ^2.1.4

Finds commonly used locations on the filesystem in Flutter.

https://pub.dev/packages/path_provider

image_picker ^1.1.2

Allows picking images and videos from the gallery or camera.

https://pub.dev/packages/image_picker

shimmer ^3.0.0

Creates a shimmering loading effect for Flutter widgets.

https://pub.dev/packages/shimmer

http ^1.3.0

A simple HTTP client for making network requests in Dart.

https://pub.dev/packages/http

url_launcher ^6.3.0

Launches URLs in the browser or native apps from Flutter.

https://pub.dev/packages/url_launcher

flutter_svg ^2.0.10+1

Renders SVG files in Flutter applications.

https://pub.dev/packages/flutter_svg

shared_preferences ^2.3.2

Persists simple key-value data in Flutter apps.

https://pub.dev/packages/shared_preferences

share_plus ^10.0.2

Shares content from your Flutter app to other apps.

https://pub.dev/packages/share_plus

firebase_messaging ^15.1.3

Handles Firebase Cloud Messaging (push notifications) in Flutter.

https://pub.dev/packages/firebase_messaging

flutter_local_notifications ^17.2.1

Displays local notifications in Flutter apps.

https://pub.dev/packages/flutter_local_notifications

intl ^0.19.0

Provides internationalization and localization utilities.

https://pub.dev/packages/intl

in_app_review ^2.0.9

Requests app reviews from users within Flutter apps.

https://pub.dev/packages/in_app_review

in_app_update ^4.2.3

Triggers in-app updates for Android apps in Flutter.

https://pub.dev/packages/in_app_update

quick_actions ^1.0.8

Adds app shortcuts (quick actions) for Flutter apps.

https://pub.dev/packages/quick_actions

cached_network_image ^3.4.1

Loads and caches network images in Flutter.

https://pub.dev/packages/cached_network_image

permission_handler ^11.3.1

Manages runtime permissions in Flutter apps.

https://pub.dev/packages/permission_handler

geolocator ^13.0.1

Provides geolocation services (e.g., current position) in Flutter.

https://pub.dev/packages/geolocator

geocoding ^3.0.0

Converts coordinates to addresses and vice versa in Flutter.

https://pub.dev/packages/geocoding

firebase_core ^3.6.0

Core package for integrating Firebase services in Flutter.

https://pub.dev/packages/firebase_core

dotted_border ^2.1.0

Adds customizable dotted borders to Flutter widgets.

https://pub.dev/packages/dotted_border

googleapis_auth ^1.6.0

Authenticates with Google APIs in Dart/Flutter.

https://pub.dev/packages/googleapis_auth

hexagon ^0.2.0

Renders hexagon-shaped widgets in Flutter.

https://pub.dev/packages/hexagon

flutter_facebook_auth ^7.1.1

Facebook login integration for Flutter apps.

https://pub.dev/packages/flutter_facebook_auth

google_sign_in ^6.2.1

Google Sign-In integration for Flutter apps.

https://pub.dev/packages/google_sign_in

flutter_image_compress ^2.3.0

Compresses images to reduce file size in Flutter.

https://pub.dev/packages/flutter_image_compress

connectivity_plus ^6.0.5

Monitors network connectivity status in Flutter.

https://pub.dev/packages/connectivity_plus

pro_image_editor ^7.6.3

A powerful image editing library for Flutter.

https://pub.dev/packages/pro_image_editor

lottie ^3.1.3

Renders Lottie animations in Flutter.

https://pub.dev/packages/lottie

Custom Path Dependencies

postork_spotlight path: packages/postork_spotlight

A custom package for spotlight features in Postork (assumed functionality).

flutter_chat_bubble path: packages/flutter_chat_bubble

Custom chat bubble UI components for Flutter.

focused_menu path: packages/focused_menu

A custom focused menu widget for Flutter.

supabase_flutter path: packages/supabase_flutter

Flutter integration for Supabase (real-time database and auth).

image_cropper path: packages/image_cropper

Crops images within Flutter apps.

story_view path: packages/story_view

A widget for displaying Instagram-like stories in Flutter.

comment_tree path: packages/comment_tree

A tree-like structure for displaying comments in Flutter.

receive_sharing_intent path: packages/receive_sharing_intent

Receives shared content (e.g., text, images) from other apps.

visibility_detector path: packages/visibility_detector

Detects when a widget becomes visible on the screen.