Skip to content

Commit

Permalink
Merge pull request #114 from NewtonMutugi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
IamMuuo authored Feb 6, 2025
2 parents 2c67a6a + aa323f8 commit f6a46f1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
android {

namespace = "com.dita.academia"
compileSdk = 34
compileSdk = 35
ndkVersion = flutter.ndkVersion

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
3 changes: 3 additions & 0 deletions devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -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:
4 changes: 1 addition & 3 deletions lib/features/auth/bloc/auth_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ final class AuthBloc extends Bloc<AuthEvent, AuthState> {
}

emit(AuthLoadingState());
final result = await _userRepository.authenticateRemotely(

)
// final result = await _userRepository.authenticateRemotely();
});
}
}
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f6a46f1

Please sign in to comment.