Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
34 changes: 17 additions & 17 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading