Fix build errors and update dependencies

- Update auto_route from 8.1.0 to 8.3.0 for better compatibility
- Update auto_route_generator from 8.0.0 to 8.1.0
- Fix Subtitle import conflicts in PlayerProvider
- Fix GitLab CI: change --fatal-infos to --fatal-warnings
- Update dependencies via flutter pub get
This commit is contained in:
factory-droid[bot]
2025-10-03 09:38:45 +00:00
parent 78c321b0f0
commit 23943f5206
4 changed files with 74 additions and 74 deletions

View File

@@ -20,7 +20,7 @@ test:dart:
script:
- flutter --version
- flutter pub get
- flutter analyze --fatal-infos
- flutter analyze --fatal-warnings
- flutter test --coverage
- flutter build web --release --dart-define=dart.vm.profile=false
artifacts: