2021-09-12 01:23:12 +00:00
|
|
|
name: user_agent_analyzer
|
2022-07-06 14:04:09 +00:00
|
|
|
version: 4.0.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:
|
2022-07-06 14:04:09 +00:00
|
|
|
sdk: '>=2.17.0 <3.0.0'
|
2021-09-12 01:23:12 +00:00
|
|
|
dev_dependencies:
|
|
|
|
test: ^1.17.8
|
2022-07-06 14:04:09 +00:00
|
|
|
lints: ^2.0.0
|