chore: Upgrade dependencies and app version

Upgrades `go_router` to its latest major version.
Introduces `toastification` for displaying in-app notifications.
Adds the `collection` package for enhanced utility functions.
Increments the application's version and build number.
This commit is contained in:
your-name 2025-07-31 04:34:28 +03:00
parent df287f0a1e
commit aeb4292a19
2 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.1.0+3
version: 0.1.1+4
environment:
sdk: ^3.8.1
@ -37,7 +37,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
mobile_scanner: ^7.0.1
go_router: ^15.2.3
go_router: ^16.0.0
flutter_riverpod: ^2.6.1
flutter_launcher_icons: ^0.14.4
freezed_annotation: ^3.0.0
@ -55,6 +55,8 @@ dependencies:
path_provider: ^2.1.5
path: ^1.9.1
multiple_result: ^5.1.0
toastification: ^3.0.3
collection: ^1.19.1
dev_dependencies:
flutter_test:

View File

@ -134,8 +134,8 @@ mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE"
echo "Changelog updated successfully."
# # Commit version and changelog update
git config --global user.email "your-email@example.com"
git config --global user.name "your-name"
# git config --global user.email "your-email@example.com"
# git config --global user.name "mandreshope"
git add pubspec.yaml CHANGELOG.md
git commit -m "chore: increment version $NEW_VERSION+$NEW_BUILD and update changelog"
# git push