From cc00d3bf994e5b3f65748b3f0190eb5ab74c421d Mon Sep 17 00:00:00 2001 From: Zryte Date: Mon, 23 Sep 2024 13:52:09 +0700 Subject: [PATCH] Remove gallery_saver from pubspec (#238) Co-authored-by: Zryte --- android/app/build.gradle | 2 +- ios/Runner/AppDelegate.swift | 2 +- pubspec.yaml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6496964..4566d75 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply plugin: 'com.google.gms.google-services' android { - compileSdkVersion 33 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 70693e4..b636303 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -1,7 +1,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, diff --git a/pubspec.yaml b/pubspec.yaml index 71d7613..fe5aa9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,6 @@ dependencies: flutter: sdk: flutter flutter_keyboard_visibility: ^5.4.0 - gallery_saver: ^2.3.2 get: ^4.6.3 go_router: ^5.2.4 image_picker: ^0.8.4+10