pwa_info 1.2.0 copy "pwa_info: ^1.2.0" to clipboard
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_html dependency to ^2.3.0
  • Updated flutter_lints to ^6.0.0
  • Minor cleanup and lint fixes

1.1.0 #

  • Breaking: Replaced getOS() / getUserAgent() methods with os / userAgent getters
  • Added browser getter with BrowserName enum (Chrome, Safari, Firefox, Edge, Opera, Samsung Internet)
  • Added isMobile getter
  • Added isStandalone getter for PWA standalone mode detection
  • Added isWeb getter
  • Added all getter returning a PwaInfoResult object
  • Improved documentation and test coverage

0.0.2 #

  • Initial release with OS detection and user agent access
2
likes
150
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for detecting device and browser information in Progressive Web Apps (PWAs). Supports OS, browser, mobile, and standalone mode detection.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, universal_html

More

Packages that depend on pwa_info