fix: Punycode-encode unicode domains for platforms which can't handle them
This commit is contained in:
parent
7f30eea593
commit
ec18cbbb87
4 changed files with 48 additions and 3 deletions
11
pubspec.lock
11
pubspec.lock
|
|
@ -670,12 +670,12 @@ packages:
|
|||
source: hosted
|
||||
version: "0.3.5"
|
||||
matrix_link_text:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: matrix_link_text
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.4.1"
|
||||
version: "0.4.2"
|
||||
meta:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -937,6 +937,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
punycode:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: punycode
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
quiver:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue