Skip to content

Commit b65056b

Browse files
authored
Flutter 3.22.x Support (#7) (#8)
1 parent 71a5415 commit b65056b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: 'none'
55
version: 1.0.0+1
66

77
environment:
8-
sdk: '>=2.19.0 <4.0.0'
8+
sdk: '>=3.4.1 <4.0.0'
99

1010
dependencies:
1111
cupertino_icons: ^1.0.6

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ homepage: https://flutter-supabase-chat-core.insideapp.it
77
repository: https://github.com/insideapp-srl/flutter_supabase_chat_core
88

99
environment:
10-
sdk: '>=3.0.0 <4.0.0'
11-
flutter: '>=3.0.0'
10+
sdk: '>=3.4.1 <4.0.0'
11+
flutter: '>=3.22.0'
1212

1313
dependencies:
1414
flutter:

0 commit comments

Comments
 (0)