Updated user_agent
This commit is contained in:
parent
d95cf1ef63
commit
685c7fc6a5
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
**Forked from `user_agent` to support NNBD**
|
**Forked from `user_agent` to support NNBD**
|
||||||
|
|
||||||
A library that identify the type of devices and web browsers based on User-Agent.
|
A library to identify the type of devices and web browsers based on `User-Agent` string.
|
||||||
|
|
||||||
Runs anywhere.
|
Runs anywhere.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: user_agent_analyzer
|
name: user_agent_analyzer
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
description: A library that identify the type of devices and web browsers based on User-Agent.
|
description: A library to identify the type of devices and web browsers based on User-Agent string.
|
||||||
|
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/user_agent/user_agent
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue