Skip to content

Commit

Permalink
Changed sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Jul 6, 2024
1 parent b48ed6a commit 3272de9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ My Quran Hatim Aplication.

## Requirements

- Dart sdk: ">=3.3.0 <4.0.0"
- Dart sdk: ">=3.4.0 <4.0.0"
- Flutter: "3.22.2"
- Android: minSdkVersion 19
- iOS: --ios-language swift, Xcode version >= 15.0.0
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: "none"
version: 1.3.1+10

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: 3.22.2

dependencies:
Expand All @@ -17,6 +17,8 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_core: ^3.1.1
firebase_auth: ^5.1.1
firebase_crashlytics: ^4.0.2
firebase_analytics: ^11.1.0
google_sign_in: ^6.2.1
web_socket_channel: ^2.4.5 # 3.0.0
sign_in_with_apple: ^6.1.1
Expand All @@ -41,8 +43,6 @@ dependencies:
path: ../packages/mq_storage/
mq_ci_keys:
path: ../packages/mq_ci_keys/
firebase_crashlytics: ^4.0.2
firebase_analytics: ^11.1.0
# flutter_native_splash: ^2.4.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/mq_ci_keys/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A starting point for Dart libraries or applications.
version: 1.0.0

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dev_dependencies:
very_good_analysis: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/mq_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/mq_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: 3.22.2

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: my_quran_main
description: A new Flutter project.

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: 3.22.2

dev_dependencies:
Expand Down

0 comments on commit 3272de9

Please sign in to comment.