Skip to content
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

chore: updated dependencies for at_login_flutter #881

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion packages/at_login_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 0.0.3

- **CHORE**: Bumped all dependency versions
- Major version increase of flutter_local_notifications from ^15.1.1 to ^17.2.1+2
- Major version increase of file_picker from ^6.1.1 to ^8.0.6

## 0.0.2

- **CHORE**: Bumped all dependency versions
- Major version increase of flutter_local_notifications from ^5.0.0+1 to ^15.1.1

## 0.0.1

* TODO: Describe initial release.
- TODO: Describe initial release.
2 changes: 1 addition & 1 deletion packages/at_login_flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion packages/at_login_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
Expand Down
2 changes: 1 addition & 1 deletion packages/at_login_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
path_provider: ^2.1.1

dev_dependencies:
flutter_lints: ^2.0.3
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/at_login_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies:
at_server_status: ^1.0.3
at_utils: ^3.0.15
basic_utils: ^5.6.1
file_picker: ^6.1.1
file_picker: ^8.0.6
flutter:
sdk: flutter
flutter_local_notifications: ^15.1.1
flutter_local_notifications: ^17.2.1+2
flutter_qr_reader: ^1.0.5
http: ^1.1.0
path_provider: ^2.1.1
Expand Down