-
Notifications
You must be signed in to change notification settings - Fork 7
Update packages #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packages #61
Changes from 10 commits
f1f87e2
21e3296
1dada8c
62c1dc5
ad5a74a
53939e3
fb60d07
7d8bc1e
945f483
1b737da
7435019
0b85a02
b749ed9
4925c09
aee32b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,42 +33,42 @@ dependencies: | |
| app_notification_service: ^0.0.1 | ||
|
|
||
| # internationalization | ||
| timeago: ^3.7.0 | ||
| timeago: ^3.7.1 | ||
|
|
||
| # environment management | ||
| envied: ^1.1.1 | ||
| envied: ^1.3.2 | ||
nikunj-p-7span marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # secure local storage | ||
| hive_ce: ^2.10.1 | ||
| hive_ce_flutter: ^2.2.0 | ||
| hive_ce: ^2.16.0 | ||
| hive_ce_flutter: ^2.3.3 | ||
|
|
||
| # Class comparison and form validation | ||
| equatable: ^2.0.7 | ||
| equatable: ^2.0.8 | ||
|
|
||
| # Utils | ||
| logger: ^2.5.0 | ||
| logger: ^2.6.2 | ||
| path_provider: ^2.1.5 | ||
|
|
||
| # State management and dependency injection | ||
| flutter_bloc: ^9.1.0 | ||
| flutter_bloc: ^9.1.1 | ||
| bloc_concurrency: ^0.3.0 | ||
| get_it: ^8.0.3 | ||
| get_it: ^9.2.0 | ||
nikunj-p-7span marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| #Routing | ||
| auto_route: ^10.0.1 | ||
| auto_route: ^10.3.0 | ||
|
|
||
| # functional programming | ||
| fpdart: ^1.1.1 | ||
| fpdart: ^1.2.0 | ||
| data_connection_checker_nulls: ^0.0.2 | ||
|
|
||
| # Image picker | ||
| image_picker: ^1.1.2 | ||
| permission_handler: ^12.0.0+1 | ||
| image_picker: ^1.2.1 | ||
| permission_handler: ^12.0.1 | ||
| device_info_plus: ^11.3.3 | ||
| image_cropper: ^9.0.0 | ||
| image_cropper: ^11.0.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: Summary of breaking changes in image_cropper 11.0.0
Recommended migration steps
Sources Address breaking changes for This major version bump requires:
Verify these requirements are met before proceeding, and run 🤖 Prompt for AI Agents |
||
| cached_network_image: ^3.4.1 | ||
| flutter_svg: ^2.0.17 | ||
| top_snackbar_flutter: ^3.2.0 | ||
| flutter_svg: ^2.2.3 | ||
| top_snackbar_flutter: ^3.3.0 | ||
| formz: ^0.8.0 | ||
|
|
||
| # For Firebase | ||
|
|
@@ -81,14 +81,13 @@ dependencies: | |
|
|
||
| # Social Sign In | ||
| google_sign_in: ^6.3.0 | ||
| sign_in_with_apple: ^6.1.4 | ||
| sign_in_with_apple: ^7.0.1 | ||
nikunj-p-7span marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| webview_flutter: ^4.10.0 | ||
| package_info_plus: ^8.3.0 | ||
| firebase_remote_config: ^5.4.3 | ||
|
|
||
| # Launch URL | ||
| url_launcher: ^6.3.1 | ||
| url_launcher: ^6.3.2 | ||
|
|
||
|
|
||
| dependency_overrides: | ||
|
|
@@ -99,28 +98,28 @@ dev_dependencies: | |
| flutter_test: | ||
| sdk: flutter | ||
|
|
||
| flutter_lints: ^5.0.0 | ||
| flutter_lints: ^6.0.0 | ||
|
|
||
| # For generating code | ||
| build_runner: ^2.4.15 | ||
| build_runner: ^2.5.4 | ||
|
|
||
| change_app_package_name: ^1.5.0 | ||
|
|
||
| # For generating assets code | ||
| flutter_gen: ^5.10.0 | ||
| flutter_gen_runner: ^5.10.0 | ||
| flutter_gen: ^5.12.0 | ||
| flutter_gen_runner: ^5.12.0 | ||
|
|
||
| # For generating routes | ||
| auto_route_generator: ^10.0.1 | ||
| auto_route_generator: ^10.2.3 | ||
|
|
||
| # For generating hive model adaptors | ||
| hive_ce_generator: ^1.8.2 | ||
| very_good_analysis: ^7.0.0 | ||
| hive_ce_generator: ^1.9.2 | ||
| very_good_analysis: ^10.0.0 | ||
|
|
||
| # For generating env files | ||
| envied_generator: ^1.1.1 | ||
|
|
||
| flutter_launcher_icons: ^0.14.3 | ||
| flutter_launcher_icons: ^0.14.4 | ||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,13 +10,13 @@ dependencies: | |
| flutter: | ||
| sdk: flutter | ||
|
|
||
| onesignal_flutter: ^5.3.0 | ||
| onesignal_flutter: ^5.3.5 | ||
|
|
||
| dev_dependencies: | ||
| flutter_test: | ||
| sdk: flutter | ||
| flutter_lints: ^5.0.0 | ||
| very_good_analysis: ^7.0.0 | ||
| flutter_lints: ^6.0.0 | ||
| very_good_analysis: ^10.0.0 | ||
|
Comment on lines
+15
to
+21
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: Short answer: There are no breaking changes listed for onesignal_flutter 5.3.5. The package 5.3.5 is published (latest on pub.dev) and the GitHub releases page shows breaking changes only for 5.3.0 (no breaking changes for the 5.3.x patch releases). [1][2] Sources:
🌐 Web query:
💡 Result: Here’s a concise migration checklist and the key changes to watch when moving to very_good_analysis 10.0.0 (Flutter/Dart): Quick links (sources): very_good_analysis package & changelog. [1][2]
If you want, I can:
Sources: 🌐 Web query:
💡 Result: Summary — flutter_lints 6.0.0 breaking changes
Sources
Update analysis_options.yaml and run The
🤖 Prompt for AI Agents |
||
| # For information on the generic Dart part of this file, see the | ||
| # following page: https://dart.dev/tools/pub/pubspec | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.