2021-09-12 01:23:12 +00:00
|
|
|
name: user_agent_analyzer
|
2023-12-12 02:10:10 +00:00
|
|
|
version: 5.1.0
|
2021-09-12 01:23:12 +00:00
|
|
|
description: A library to identify the type of devices and web browsers based on User-Agent string.
|
|
|
|
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/user_agent
|
|
|
|
environment:
|
2023-05-15 16:04:04 +00:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2021-09-12 01:23:12 +00:00
|
|
|
dev_dependencies:
|
2023-05-15 16:04:04 +00:00
|
|
|
test: ^1.24.0
|
2023-11-16 15:44:09 +00:00
|
|
|
lints: ^3.0.0
|