Skip to content

Commit f5ff92d

Browse files
committed
feat: updated sdk constraints
1 parent c8df146 commit f5ff92d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ packages:
143143
path: ".."
144144
relative: true
145145
source: path
146-
version: "2.0.0"
146+
version: "2.0.1+2"
147147
flutter:
148148
dependency: "direct main"
149149
description: flutter

pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ issue_tracker: https://github.com/rithik-dev/firebase_notifications_handler/issu
88
topics:
99
- flutter
1010
- firebase
11-
- widget
11+
- messaging
1212
- notifications
1313
- push-notifications
1414

1515
environment:
16-
sdk: ">=2.17.0 <4.0.0"
17-
flutter: ">=2.5.0"
16+
# constraints from http, path_provider, firebase_messaging, flutter_local_notifications dependencies
17+
sdk: ^3.3.0
18+
flutter: '>=3.19.0'
1819

1920
scripts:
2021
pre_publish: dart format .; flutter pub publish --dry-run

0 commit comments

Comments
 (0)