fix(deps): update dependency auto_route to v9 (#11566)

* fix(deps): update dependency auto_route to v9

* fix dep conflict

* linting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
renovate[bot] 2024-08-06 12:50:20 -05:00 committed by GitHub
parent f679021f0e
commit 8ca24f0ef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 385 additions and 459 deletions

View file

@ -13,7 +13,7 @@ import 'package:immich_mobile/entities/asset.entity.dart';
import 'package:immich_mobile/entities/user.entity.dart';
import 'package:immich_mobile/widgets/common/user_circle_avatar.dart';
@RoutePage<List<String>>()
@RoutePage()
class AlbumSharedUserSelectionPage extends HookConsumerWidget {
const AlbumSharedUserSelectionPage({super.key, required this.assets});