Commit 85d3ead
committed
feat: Update dependencies and bump iOS deployment target
This commit updates several dependencies, raises the minimum iOS deployment target, and introduces minor code improvements.
- **Dependency Updates:**
- `flutter_image_compress`: `^2.0.4` -> `^2.4.0`
- `package_info_plus`: `^8.0.0` -> `^9.0.0`
- `device_info_plus`: `^11.1.0` -> `^12.1.0`
- `share_plus`: `^11.0.0` -> `^12.0.0`
- `upgrader`: `^11.3.0` -> `^12.0.0`
- `flutter_secure_storage`: `^9.0.0` -> `^9.2.4`
- `local_auth`: `^2.1.7` -> `^3.0.0`
- `kotlin_version`: `1.9.22` -> `2.1.0`
- Added `firebase-perf:22.0.3` for Android.
- Added `foundation_models_framework: ^0.2.0`.
- **iOS Configuration:**
- Updated the minimum iOS deployment target from `12.0` to `13.0`.
- Set the platform version in `Podfile` to `26.0`.
- Updated various Xcode project settings (`IPHONEOS_DEPLOYMENT_TARGET`).
- **Code Refinements:**
- `SteamGameDataResult.dart`: Made the `screenshots` field in the model optional to handle cases where it might be missing from the API response.
- `SecureStorageUtils.dart`: Cleaned up the `authenticate` method call in `local_auth` and removed an unused error handling block.
- Wrapped generated Retrofit client files (`.g.dart`) with `dart format off/on` to prevent formatting issues.
- **Version Bump:**
- App version changed from `1.6.9+153` to `1.6.10+154`.1 parent 924f8bf commit 85d3ead
File tree
16 files changed
+66
-29
lines changed- android
- app
- ios
- Flutter
- Runner.xcodeproj
- lib
- JsonResult
- client
- utility
16 files changed
+66
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
138 | 140 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
| |||
402 | 403 | | |
403 | 404 | | |
404 | 405 | | |
405 | | - | |
| 406 | + | |
406 | 407 | | |
407 | 408 | | |
| 409 | + | |
408 | 410 | | |
409 | 411 | | |
| 412 | + | |
410 | 413 | | |
411 | 414 | | |
412 | 415 | | |
| |||
422 | 425 | | |
423 | 426 | | |
424 | 427 | | |
425 | | - | |
426 | 428 | | |
427 | 429 | | |
428 | 430 | | |
429 | | - | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| |||
475 | 477 | | |
476 | 478 | | |
477 | 479 | | |
| 480 | + | |
478 | 481 | | |
479 | 482 | | |
480 | 483 | | |
| |||
492 | 495 | | |
493 | 496 | | |
494 | 497 | | |
495 | | - | |
| 498 | + | |
496 | 499 | | |
497 | 500 | | |
498 | 501 | | |
| 502 | + | |
499 | 503 | | |
| 504 | + | |
500 | 505 | | |
501 | 506 | | |
502 | 507 | | |
| |||
535 | 540 | | |
536 | 541 | | |
537 | 542 | | |
| 543 | + | |
538 | 544 | | |
539 | 545 | | |
540 | 546 | | |
| |||
546 | 552 | | |
547 | 553 | | |
548 | 554 | | |
549 | | - | |
| 555 | + | |
550 | 556 | | |
551 | 557 | | |
| 558 | + | |
552 | 559 | | |
553 | 560 | | |
554 | 561 | | |
555 | 562 | | |
| 563 | + | |
556 | 564 | | |
557 | 565 | | |
558 | 566 | | |
| |||
568 | 576 | | |
569 | 577 | | |
570 | 578 | | |
571 | | - | |
572 | 579 | | |
573 | 580 | | |
574 | 581 | | |
575 | | - | |
| 582 | + | |
576 | 583 | | |
577 | 584 | | |
578 | 585 | | |
| |||
598 | 605 | | |
599 | 606 | | |
600 | 607 | | |
601 | | - | |
602 | 608 | | |
603 | 609 | | |
604 | 610 | | |
605 | | - | |
| 611 | + | |
606 | 612 | | |
607 | 613 | | |
608 | 614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments