forked from firka/flutter
Roll pub packages (#166503)
This PR was generated by `flutter update-packages --force-upgrade`. --------- Co-authored-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
committed by
GitHub
parent
5e42c80fb4
commit
cc556aecae
@@ -25,7 +25,7 @@ dependencies:
|
||||
http: 1.3.0
|
||||
intl: 0.20.2
|
||||
meta: 1.16.0
|
||||
multicast_dns: 0.3.2+8
|
||||
multicast_dns: 0.3.3
|
||||
mustache_template: 2.0.0
|
||||
package_config: 2.2.0
|
||||
process: 5.0.3
|
||||
@@ -52,7 +52,7 @@ dependencies:
|
||||
http_multi_server: 3.2.2
|
||||
convert: 3.1.2
|
||||
async: 2.13.0
|
||||
unified_analytics: 7.0.1
|
||||
unified_analytics: 7.0.2
|
||||
|
||||
graphs: 2.3.2
|
||||
native_assets_builder: 0.13.0
|
||||
@@ -122,4 +122,4 @@ dartdoc:
|
||||
# Exclude this package from the hosted API docs.
|
||||
nodoc: true
|
||||
|
||||
# PUBSPEC CHECKSUM: c298
|
||||
# PUBSPEC CHECKSUM: fe37
|
||||
|
||||
@@ -1987,6 +1987,7 @@ class FakeMDnsClient extends Fake implements MDnsClient {
|
||||
NetworkInterfacesFactory? interfacesFactory,
|
||||
int mDnsPort = 5353,
|
||||
InternetAddress? mDnsAddress,
|
||||
Function? onError,
|
||||
}) async {
|
||||
if (osErrorOnStart) {
|
||||
throw const OSError('Operation not supported on socket', 102);
|
||||
|
||||
@@ -1183,6 +1183,7 @@ class FakeMDnsClient extends Fake implements MDnsClient {
|
||||
NetworkInterfacesFactory? interfacesFactory,
|
||||
int mDnsPort = 5353,
|
||||
InternetAddress? mDnsAddress,
|
||||
Function? onError,
|
||||
}) async {
|
||||
if (osErrorOnStart) {
|
||||
throw const OSError('Operation not supported on socket', 102);
|
||||
|
||||
Reference in New Issue
Block a user