Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade scroll_pos dependency to v0.4.0 (latest) #831

Merged
merged 1 commit into from
May 9, 2023
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## next

- Upgrade the `scroll_pos` dependency (from @WinXaito) to version v0.4.0 ([#831](https://github.com/bdlukaa/fluent_ui/pull/831))

## 4.5.1

- Do not unfocus the auto suggest box on clear ([#816](https://github.com/bdlukaa/fluent_ui/issues/816))
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ packages:
dependency: transitive
description:
name: scroll_pos
sha256: cfca311b6b8d51538ff90e206fbe6ce3b36e7125ea6da4a40eb626c7f9f083b1
sha256: "4246bff3afc779d87cdf650a67d42d67ae71b23ff020d14592e6b89e28a7f9cc"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.4.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -587,5 +587,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.18.5 <4.0.0"
dart: ">=2.18.5 <3.0.0"
flutter: ">=3.7.0"
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ packages:
dependency: "direct main"
description:
name: scroll_pos
sha256: cfca311b6b8d51538ff90e206fbe6ce3b36e7125ea6da4a40eb626c7f9f083b1
sha256: "4246bff3afc779d87cdf650a67d42d67ae71b23ff020d14592e6b89e28a7f9cc"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.4.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -366,5 +366,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.18.0 <4.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
intl: '>=0.17.0 <= 1.0.0'

# Used on TabView
scroll_pos: ^0.3.0
scroll_pos: ^0.4.0

# Used on icon generator
recase: ^4.0.0
Expand Down