Skip to content

Commit 440d83a

Browse files
spydonhiroshihorie
andauthored
chore: Bump dependencies (#929)
This PR sets the Flutter min version to the correct version that Dart 3.6.0 was used with, so previous Flutter versions can't be used anyways. It also bumps major versions of `connectivity_plus` and `device_info_plus` so that users of this package aren't stuck on older versions. --------- Co-authored-by: Hiroshi Horie <[email protected]>
1 parent 1c8e223 commit 440d83a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ packages:
109109
dependency: transitive
110110
description:
111111
name: built_value
112-
sha256: a30f0a0e38671e89a492c44d005b5545b830a961575bbd8336d42869ff71066d
112+
sha256: "426cf75afdb23aa74bd4e471704de3f9393f3c7b04c1e2d9c6f1073ae0b8b139"
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "8.12.0"
115+
version: "8.12.1"
116116
characters:
117117
dependency: transitive
118118
description:
@@ -157,10 +157,10 @@ packages:
157157
dependency: "direct main"
158158
description:
159159
name: connectivity_plus
160-
sha256: b5e72753cf63becce2c61fd04dfe0f1c430cc5278b53a1342dc5ad839eab29ec
160+
sha256: "33bae12a398f841c6cda09d1064212957265869104c478e5ad51e2fb26c3973c"
161161
url: "https://pub.dev"
162162
source: hosted
163-
version: "6.1.5"
163+
version: "7.0.0"
164164
connectivity_plus_platform_interface:
165165
dependency: transitive
166166
description:
@@ -221,10 +221,10 @@ packages:
221221
dependency: "direct main"
222222
description:
223223
name: device_info_plus
224-
sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a"
224+
sha256: dd0e8e02186b2196c7848c9d394a5fd6e5b57a43a546082c5820b1ec72317e33
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "11.5.0"
227+
version: "12.2.0"
228228
device_info_plus_platform_interface:
229229
dependency: transitive
230230
description:
@@ -516,10 +516,10 @@ packages:
516516
dependency: transitive
517517
description:
518518
name: path_provider_android
519-
sha256: "95c68a74d3cab950fd0ed8073d9fab15c1c06eb1f3eec68676e87aabc9ecee5a"
519+
sha256: f2c65e21139ce2c3dad46922be8272bb5963516045659e71bb16e151c93b580e
520520
url: "https://pub.dev"
521521
source: hosted
522-
version: "2.2.21"
522+
version: "2.2.22"
523523
path_provider_foundation:
524524
dependency: transitive
525525
description:

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:
2222
sdk: ">=3.6.0 <4.0.0"
23-
flutter: ">=1.17.0"
23+
flutter: ">=3.27.0"
2424

2525
dependencies:
2626
flutter_web_plugins:
@@ -29,15 +29,15 @@ dependencies:
2929
sdk: flutter
3030
async: ^2.9.0
3131
collection: ^1.19.0
32-
connectivity_plus: ^6.0.2
32+
connectivity_plus: ^7.0.0
3333
fixnum: ^1.0.1
3434
meta: ^1.8.0
3535
http: ^1.3.0
3636
logging: ^1.1.0
3737
uuid: ^4.5.1
3838
synchronized: ^3.0.0+3
39-
protobuf: ^4.1.0
40-
device_info_plus: ^11.3.0
39+
protobuf: ^4.2.0
40+
device_info_plus: ^12.2.0
4141
sdp_transform: ^0.3.2
4242
web: ^1.0.0
4343
mime_type: ^1.0.1

0 commit comments

Comments
 (0)