Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Oct 1, 2024
1 parent ab51eff commit 3e3aab3
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 79 deletions.
2 changes: 1 addition & 1 deletion lib/components/nextcloud/nc_login_step.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _NcLoginStepState extends State<NcLoginStep> {

Prefs.pfp.value = null;
client.core.avatar
.getAvatar(userId: username, size: 512)
.getAvatar(userId: username, size: AvatarGetAvatarSize.$512)
.then((response) => response.body)
.then((pfp) => Prefs.pfp.value = pfp);

Expand Down
1 change: 0 additions & 1 deletion lib/pages/logs.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:flutter/material.dart';
import 'package:logging/logging.dart';
import 'package:saber/components/nextcloud/enc_login_step.dart';
import 'package:saber/i18n/strings.g.dart';

final logsHistory = _LogsHistory();
Expand Down
2 changes: 1 addition & 1 deletion packages/onyxsdk_pen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^5.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
2 changes: 1 addition & 1 deletion packages/onyxsdk_pen_dummy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^5.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
Loading

0 comments on commit 3e3aab3

Please sign in to comment.