diff --git a/android/app/build.gradle b/android/app/build.gradle index 1ba2bec7..8474ed08 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { android { namespace = "com.dita.academia" - compileSdk = 34 + compileSdk = 35 ndkVersion = flutter.ndkVersion compileOptions { diff --git a/android/settings.gradle b/android/settings.gradle index 2daa3004..54b690dc 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "7.4.0" apply false + id "com.android.application" version "8.1.0" apply false id "org.jetbrains.kotlin.android" version "1.9.0" apply false } diff --git a/devtools_options.yaml b/devtools_options.yaml new file mode 100644 index 00000000..fa0b357c --- /dev/null +++ b/devtools_options.yaml @@ -0,0 +1,3 @@ +description: This file stores settings for Dart & Flutter DevTools. +documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states +extensions: diff --git a/lib/features/auth/bloc/auth_bloc.dart b/lib/features/auth/bloc/auth_bloc.dart index 782701fe..32eb8160 100644 --- a/lib/features/auth/bloc/auth_bloc.dart +++ b/lib/features/auth/bloc/auth_bloc.dart @@ -34,9 +34,7 @@ final class AuthBloc extends Bloc { } emit(AuthLoadingState()); - final result = await _userRepository.authenticateRemotely( - - ) + // final result = await _userRepository.authenticateRemotely(); }); } } diff --git a/pubspec.yaml b/pubspec.yaml index 05b58985..eb3baa45 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,9 +37,9 @@ dependencies: flutter_native_splash: ^2.0.5 http: ^1.0.0 html: ^0.15.3 - intl: ^0.18.1 + intl: ^0.19.0 get: ^4.6.5 - flutter_launcher_icons: ^0.13.1 + flutter_launcher_icons: ^0.14.3 webview_flutter: ^4.2.2 magnet: git: @@ -49,13 +49,13 @@ dependencies: percent_indicator: ^4.2.3 flutter_pdfview: ^1.3.2 path_provider: ^2.1.4 - timezone: ^0.9.2 + timezone: ^0.10.0 story_view: ^0.16.0 ionicons: ^0.2.2 google_fonts: ^6.2.1 flutter_timer_countdown: ^1.0.7 - awesome_notifications_core: ^0.9.3 - awesome_notifications: ^0.8.2 + awesome_notifications_core: ^0.10.0 + awesome_notifications: ^0.10.0 sqflite: ^2.3.3 path: ^1.9.0 flex_color_picker: ^3.4.1 @@ -66,7 +66,7 @@ dependencies: shared_preferences: ^2.2.3 flutter_heatmap_calendar: ^1.0.5 image_picker: ^1.1.2 - image_cropper: ^8.0.1 + image_cropper: ^9.0.0 workmanager: ^0.5.2 timeago: ^3.7.0 swipe_to: ^1.0.6 @@ -103,7 +103,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.0 + flutter_lints: ^5.0.0 drift_dev: ^2.24.0 build_runner: ^2.4.14