web_platform_detector 0.0.2
web_platform_detector: ^0.0.2 copied to clipboard
A Flutter web helper to detect Android/iOS browsers and open their app store links.
web_platform_detector #
A lightweight Flutter web utility to detect the user's platform (Android/iOS) and redirect them to the appropriate app store or a fallback URL.
🚀 Features #
- Detects whether the user is on Android or iOS (via browser user agent)
- Opens the correct app store link automatically
- Allows custom store URLs
- Designed specifically for Flutter Web
- Zero dependencies
🧩 Installation #
Add this to your pubspec.yaml:
dependencies:
web_platform_detector: ^0.0.1