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

Bump syncfusion_flutter_calendar and syncfusion_flutter_datepicker #2725

Closed
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
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1478,26 +1478,26 @@ packages:
dependency: "direct main"
description:
name: syncfusion_flutter_calendar
sha256: "20118a598cf5ae5b7ec84fa364e2b51070800f078466158fcd25864e1b5a2cfd"
sha256: ef6cd3f6bcfdd21ea77d5c889bb13fa6bf46ed5a0724f5d545cb43da67e9f1e2
url: "https://pub.dev"
source: hosted
version: "27.2.5"
version: "28.2.3"
syncfusion_flutter_core:
dependency: transitive
description:
name: syncfusion_flutter_core
sha256: "325f519ce4ad8edd81811c21b853d72018529e353584490824da0555156ba076"
sha256: "213ada2c3b3555a73cb0eb1530d24d27dcf1a0a1555c0f00dd3e1486b01878ad"
url: "https://pub.dev"
source: hosted
version: "27.2.5"
version: "28.2.3"
syncfusion_flutter_datepicker:
dependency: "direct main"
description:
name: syncfusion_flutter_datepicker
sha256: "2177e49eb8a1c0fce7081e40f5613c986d00e5e63cbeb98a6012f65ca156bfc7"
sha256: "9d2694d618d081c9477402175ff027936f60ac053d0989ca02ee65b2e27a65c7"
url: "https://pub.dev"
source: hosted
version: "27.2.5"
version: "28.2.3"
synchronized:
dependency: transitive
description:
Expand Down Expand Up @@ -1541,10 +1541,10 @@ packages:
dependency: transitive
description:
name: timezone
sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d"
sha256: ffc9d5f4d1193534ef051f9254063fa53d588609418c84299956c3db9383587d
url: "https://pub.dev"
source: hosted
version: "0.9.4"
version: "0.10.0"
timing:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dependencies:
shimmer: ^3.0.0
social_share: ^2.2.1
stack_trace: ^1.11.1
syncfusion_flutter_calendar: ^27.2.5
syncfusion_flutter_datepicker: ^27.2.5
syncfusion_flutter_calendar: ^28.2.3
syncfusion_flutter_datepicker: ^28.2.3
timelines: ^0.1.0
tutorial_coach_mark: ^1.2.12
url_launcher: ^6.3.1
Expand Down
Loading