diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e188ae40..2dd768cb 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=3.1.0 <4.0.0' + sdk: '>=3.8.0 <4.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -40,15 +40,15 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 + cupertino_icons: ^1.0.8 flutter_colorpicker: ^1.1.0 flutter_platform_widgets: ^9.0.0 - meta: ^1.16.0 - bloc: ^9.1.0 - flutter_svg: ^2.0.17 - provider: ^6.1.5 - file_picker: ^10.3.7 - mcumgr_flutter: ^0.9.0 + meta: ^1.18.2 + bloc: ^9.2.1 + flutter_svg: ^2.2.3 + provider: ^6.1.5+1 + file_picker: ^11.0.2 + mcumgr_flutter: ^0.9.1 flutter_bloc: ^9.1.1 dev_dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index f33e62c7..1a01d57a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,32 +12,32 @@ platforms: windows: environment: - sdk: '>=3.4.0 <4.0.0' - flutter: ">=2.8.0" + sdk: '>=3.8.0 <4.0.0' + flutter: ">=3.24.0" dependencies: flutter: sdk: flutter - typed_data: ^1.3.2 - convert: ^3.1.1 + typed_data: ^1.4.0 + convert: ^3.1.2 permission_handler: ^12.0.1 - universal_ble: ^0.21.1 - logger: ^2.5.0 + universal_ble: ^1.2.0 + logger: ^2.7.0 # for fota: - equatable: ^2.0.5 - file_picker: ^10.3.7 - flutter_archive: ^6.0.0 + equatable: ^2.0.8 + file_picker: ^11.0.2 + flutter_archive: ^6.0.4 flutter_bloc: ^9.1.1 - http: ^1.1.2 - json_annotation: ^4.8.1 - mcumgr_flutter: ^0.9.0 - path_provider: ^2.1.1 - provider: ^6.1.1 + http: ^1.6.0 + json_annotation: ^4.9.0 + mcumgr_flutter: ^0.9.1 + path_provider: ^2.1.5 + provider: ^6.1.5+1 rxdart: ^0.28.0 tuple: ^2.0.2 - uuid: ^4.2.1 - bloc: ^9.1.0 - meta: ^1.16.0 + uuid: ^4.5.3 + bloc: ^9.2.1 + meta: ^1.18.2 pub_semver: ^2.2.0 dev_dependencies: