pwa_info 1.2.0
pwa_info: ^1.2.0 copied to clipboard
A Flutter package for detecting device and browser information in Progressive Web Apps (PWAs). Supports OS, browser, mobile, and standalone mode detection.
1.2.0 #
- Updated
universal_htmldependency to^2.3.0 - Updated
flutter_lintsto^6.0.0 - Minor cleanup and lint fixes
1.1.0 #
- Breaking: Replaced
getOS()/getUserAgent()methods withos/userAgentgetters - Added
browsergetter withBrowserNameenum (Chrome, Safari, Firefox, Edge, Opera, Samsung Internet) - Added
isMobilegetter - Added
isStandalonegetter for PWA standalone mode detection - Added
isWebgetter - Added
allgetter returning aPwaInfoResultobject - Improved documentation and test coverage
0.0.2 #
- Initial release with OS detection and user agent access