Skip to content

Conversation

@PiotrFLEURY
Copy link
Owner

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades the application's dependencies from Riverpod 2.x to 3.x along with several other package updates. The main changes include migrating to the new Riverpod 3.0 API, updating iOS deployment target, and making some UI adjustments.

  • Major upgrade from Riverpod 2.x to 3.x (flutter_riverpod, riverpod_annotation, riverpod_generator, riverpod_lint)
  • Updated package_info_plus from 8.3.0 to 9.0.0
  • Upgraded iOS deployment target from 12.0 to 13.0
  • Regenerated provider code with new Riverpod 3.0 code generation patterns

Reviewed Changes

Copilot reviewed 24 out of 26 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pubspec.yaml Updated dependency versions including Riverpod 3.0.3, package_info_plus 9.0.0, and custom_lint 0.8.0
pubspec.lock Resolved dependencies with updated transitive dependencies and SDK constraints
lib/providers/*.dart Removed redundant flutter_riverpod imports (riverpod_annotation provides necessary types)
lib/providers/*.g.dart Regenerated with Riverpod 3.0 code generator producing new provider class structures
lib/main.dart Added global retry configuration to disable automatic provider retries
lib/views/widgets/safe_image.dart Changed image fit from cover to contain
lib/views/pages/v2/program_detail.dart Changed Column with spacing to ListView for scrollable content
ios/Runner.xcodeproj/project.pbxproj Updated iOS deployment target to 13.0
ios/Podfile Updated iOS platform version comment to 13.0
ios/Flutter/AppFrameworkInfo.plist Updated minimum iOS version to 13.0
ios/Podfile.lock Updated pod checksums for Flutter and dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@PiotrFLEURY PiotrFLEURY force-pushed the chore/upgrade_dependencies branch 2 times, most recently from 8035599 to 800e01d Compare November 16, 2025 15:16
@PiotrFLEURY PiotrFLEURY force-pushed the chore/upgrade_dependencies branch from 800e01d to b1b5a2b Compare November 16, 2025 15:33
@PiotrFLEURY PiotrFLEURY marked this pull request as ready for review November 16, 2025 15:37
@PiotrFLEURY PiotrFLEURY merged commit 34015ad into main Nov 16, 2025
1 check passed
@PiotrFLEURY PiotrFLEURY deleted the chore/upgrade_dependencies branch November 16, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant