Skip to content

Commit

Permalink
Merge pull request #181 from Eldar2021/el/bump-flutter-v3.16.8
Browse files Browse the repository at this point in the history
Bump flutter v3.16.8
  • Loading branch information
Eldar2021 authored Jan 22, 2024
2 parents 8e16e66 + 3e84b94 commit 6242dda
Show file tree
Hide file tree
Showing 17 changed files with 62 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.5"
flutter-version: "3.16.8"
channel: "stable"
- run: flutter doctor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: gradle
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.5"
flutter-version: "3.16.8"
channel: "stable"
- run: flutter doctor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.5"
flutter-version: "3.16.8"
channel: "stable"
architecture: x64
- run: flutter doctor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.5"
flutter-version: "3.16.8"
channel: stable
- uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.5"
flutter-version: "3.16.8"
channel: stable
- run: flutter doctor -v

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ My Quran Hatim Aplication.
### Getting Started

## Requirements
- Dart sdk: ">=3.0.1 <4.0.0"
- Flutter: "3.16.5"
- Dart sdk: ">=3.2.0 <4.0.0"
- Flutter: "3.16.8"
- Android: minSdkVersion 19
- iOS: --ios-language swift, Xcode version >= 15.0.0

Expand Down
2 changes: 1 addition & 1 deletion app/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SPEC CHECKSUMS:
audio_session: 4f3e461722055d21515cf3261b64c973c062f345
connectivity_plus: bf0076dd84a130856aa636df1c71ccaff908fa1d
device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
just_audio: baa7252489dbcf47a4c7cc9ca663e9661c99aafa
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
Expand All @@ -88,4 +88,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048

COCOAPODS: 1.13.0
COCOAPODS: 1.14.3
6 changes: 3 additions & 3 deletions app/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down Expand Up @@ -423,7 +423,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -472,7 +472,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down
9 changes: 5 additions & 4 deletions app/lib/modules/home/view/home_view.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'dart:io';

import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:mq_ci_keys/mq_ci_keys.dart';
Expand All @@ -19,10 +21,9 @@ class HomeView extends StatelessWidget {
body: RepositoryProvider.of<AppConfig>(context).isIntegrationTest
? const HomeBody()
: UpgradeAlert(
upgrader: Upgrader(
shouldPopScope: () => true,
canDismissDialog: true,
),
dialogStyle: Platform.isIOS ? UpgradeDialogStyle.cupertino : UpgradeDialogStyle.material,
shouldPopScope: () => true,
canDismissDialog: true,
child: const HomeBody(),
),
);
Expand Down
34 changes: 17 additions & 17 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: "67d591d602906ef9201caf93452495ad1812bea2074f04e25dbd7c133785821b"
sha256: "581bacf68f89ec8792f5e5a0b2c4decd1c948e97ce659dc783688c8a88fbec21"
url: "https://pub.dev"
source: hosted
version: "2.4.7"
version: "2.4.8"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -359,18 +359,18 @@ packages:
dependency: transitive
description:
name: flutter_gen_core
sha256: "8b4ff1d45d125e576e26ea99d15e0419bb3c45b53696e022880866b78bb6b830"
sha256: "3a6c3dbc1c0e260088e9c7ed1ba905436844e8c01a44799f6281edada9e45308"
url: "https://pub.dev"
source: hosted
version: "5.3.2"
version: "5.4.0"
flutter_gen_runner:
dependency: "direct dev"
description:
name: flutter_gen_runner
sha256: fd197f8c657e79313d53d3934de602ebe604ba722a84c88ae3a43cd90428c67a
sha256: "24889d5140b03997f7148066a9c5fab8b606dff36093434c782d7a7fb22c6fb6"
url: "https://pub.dev"
source: hosted
version: "5.3.2"
version: "5.4.0"
flutter_localizations:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -451,10 +451,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
url: "https://pub.dev"
source: hosted
version: "1.1.2"
version: "1.2.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -596,10 +596,10 @@ packages:
dependency: "direct dev"
description:
name: mocktail
sha256: f603ebd85a576e5914870b02e5839fc5d0243b867bf710651cf239a28ebb365e
sha256: c4b5007d91ca4f67256e720cb1b6d704e79a510183a12fa551021f652577dce6
url: "https://pub.dev"
source: hosted
version: "1.0.2"
version: "1.0.3"
mq_ci_keys:
dependency: "direct main"
description:
Expand Down Expand Up @@ -983,10 +983,10 @@ packages:
dependency: "direct main"
description:
name: stomp_dart_client
sha256: "0972bc5b96e76b05ac5787f240f502aa8251d973326fc067a6173c88a8818b96"
sha256: "2a9913eeab59e1b811a4ad84b3575abcd3c8205925f920679966b948fff78fa2"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.0.2"
stream_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -1087,18 +1087,18 @@ packages:
dependency: "direct main"
description:
name: upgrader
sha256: d63081e43d1daa1d0e4f8177b56311523985ac77c25519d559040e3c14fb947e
sha256: "0c5fe8101b9d3017aebcb5175b49c382699725ffcf477afbe93fc3351491f6e8"
url: "https://pub.dev"
source: hosted
version: "8.4.0"
version: "9.0.0"
url_launcher:
dependency: "direct main"
description:
name: url_launcher
sha256: e9aa5ea75c84cf46b3db4eea212523591211c3cf2e13099ee4ec147f54201c86
sha256: d25bb0ca00432a5e1ee40e69c36c85863addf7cc45e433769d61bed3fe81fd96
url: "https://pub.dev"
source: hosted
version: "6.2.2"
version: "6.2.3"
url_launcher_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1301,4 +1301,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.5"
flutter: ">=3.16.8"
20 changes: 10 additions & 10 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ version: 1.2.2

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.5
flutter: 3.16.8

dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.18.1
intl: ^0.18.1 # 0.19.0
cupertino_icons: ^1.0.6
flutter_bloc: ^8.1.3
equatable: ^2.0.5
connectivity_plus: ^5.0.2
http: ^1.1.2
stomp_dart_client: ^1.0.0
http: ^1.2.0
stomp_dart_client: ^1.0.2
infinite_scroll_pagination: ^4.0.0
flutter_svg: ^2.0.9
url_launcher: ^6.2.2
url_launcher: ^6.2.3
json_annotation: ^4.8.1
font_awesome_flutter: ^10.6.0
upgrader: ^8.4.0
upgrader: ^9.0.0
just_audio: # look the detail https://github.com/ryanheise/just_audio/issues/294
git:
url: https://github.com/ryanheise/just_audio.git
Expand All @@ -46,10 +46,10 @@ dev_dependencies:
flutter_driver:
sdk: flutter
very_good_analysis: ^5.1.0
test: ^1.24.9 # 1.25.0
mocktail: ^1.0.2
build_runner: ^2.4.7
flutter_gen_runner: ^5.3.2
test: ^1.24.9 # 1.25.1
mocktail: ^1.0.3
build_runner: ^2.4.8
flutter_gen_runner: ^5.4.0
json_serializable: ^6.7.1
# flutter_launcher_icons: ^0.13.1

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 @@ -7,4 +7,4 @@ environment:

dev_dependencies:
very_good_analysis: ^5.1.0
test: ^1.25.0
test: ^1.25.1
2 changes: 1 addition & 1 deletion packages/mq_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.0
mocktail: ^1.0.2
mocktail: ^1.0.3
4 changes: 2 additions & 2 deletions packages/mq_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.5
flutter: 3.16.8

dependencies:
flutter:
Expand All @@ -17,4 +17,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.0
mocktail: ^1.0.2
mocktail: ^1.0.3
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ packages:
dependency: transitive
description:
name: file
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
url: "https://pub.dev"
source: hosted
version: "6.1.4"
version: "7.0.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -141,10 +141,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: "96e64bbade5712c3f010137e195bca9f1b351fac34ab1f322af492ae34032067"
sha256: ddd8e0871f02ba1eaa3fdc007e306d05801a5ef595d1637083d6654b272ade68
url: "https://pub.dev"
source: hosted
version: "3.4.0"
version: "4.0.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -173,10 +173,10 @@ packages:
dependency: transitive
description:
name: platform
sha256: "0a279f0707af40c890e80b1e9df8bb761694c074ba7e1d4ab1bc4b728e200b59"
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
url: "https://pub.dev"
source: hosted
version: "3.1.3"
version: "3.1.4"
pool:
dependency: transitive
description:
Expand All @@ -189,10 +189,10 @@ packages:
dependency: transitive
description:
name: process
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
sha256: "21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32"
url: "https://pub.dev"
source: hosted
version: "4.2.4"
version: "5.0.2"
prompts:
dependency: transitive
description:
Expand All @@ -213,10 +213,10 @@ packages:
dependency: transitive
description:
name: pub_updater
sha256: b06600619c8c219065a548f8f7c192b3e080beff95488ed692780f48f69c0625
sha256: "54e8dc865349059ebe7f163d6acce7c89eb958b8047e6d6e80ce93b13d7c9e60"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
version: "0.4.0"
pubspec:
dependency: transitive
description:
Expand Down Expand Up @@ -323,4 +323,4 @@ packages:
version: "2.1.1"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.5"
flutter: ">=3.16.8"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.5
flutter: 3.16.8

dev_dependencies:
melos: ^3.4.0
melos: ^4.0.0

0 comments on commit 6242dda

Please sign in to comment.