Skip to content

chore(ui): replace deprecated cacheExtent with scrollCacheExtent - #547

Closed
ZhuchkaTriplesix wants to merge 2 commits into
devfrom
issue/541-replace-cache-extent
Closed

chore(ui): replace deprecated cacheExtent with scrollCacheExtent#547
ZhuchkaTriplesix wants to merge 2 commits into
devfrom
issue/541-replace-cache-extent

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Summary

Replaces deprecated cacheExtent: 400 with scrollCacheExtent: const ScrollCacheExtent.pixels(400) across ListView instances in:

  • lib/features/mongodb/mongo_collections_view.dart
  • lib/features/mongodb/mongo_documents_view.dart
  • lib/features/postgresql/postgres_browser_views.dart
  • lib/features/redis/redis_keys_view.dart

Closes #541

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member Author

Closing: Flutter 3.41.6 stable used in CI does not support 'scrollCacheExtent' parameter on ListView (nor the 'ScrollCacheExtent' class). 'cacheExtent' remains the active property in current Flutter stable, and deprecated_member_use is already ignored in analysis_options.yaml.

@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/541-replace-cache-extent branch July 30, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant