Skip to content

Commit

Permalink
Clean up scrolling delegate code for 2D (#122651)
Browse files Browse the repository at this point in the history
Clean up scrolling delegate code for 2D
  • Loading branch information
Piinks committed Mar 23, 2023
1 parent 0253bf0 commit 68be52c
Show file tree
Hide file tree
Showing 9 changed files with 873 additions and 880 deletions.
1 change: 1 addition & 0 deletions packages/flutter/lib/src/widgets/animated_scroll_view.dart
Expand Up @@ -7,6 +7,7 @@ import 'package:flutter/foundation.dart';
import 'basic.dart';
import 'framework.dart';
import 'scroll_controller.dart';
import 'scroll_delegate.dart';
import 'scroll_physics.dart';
import 'scroll_view.dart';
import 'sliver.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/page_view.dart
Expand Up @@ -16,14 +16,14 @@ import 'page_storage.dart';
import 'scroll_configuration.dart';
import 'scroll_context.dart';
import 'scroll_controller.dart';
import 'scroll_delegate.dart';
import 'scroll_metrics.dart';
import 'scroll_notification.dart';
import 'scroll_physics.dart';
import 'scroll_position.dart';
import 'scroll_position_with_single_context.dart';
import 'scroll_view.dart';
import 'scrollable.dart';
import 'sliver.dart';
import 'sliver_fill.dart';
import 'viewport.dart';

Expand Down
1 change: 1 addition & 0 deletions packages/flutter/lib/src/widgets/reorderable_list.dart
Expand Up @@ -13,6 +13,7 @@ import 'inherited_theme.dart';
import 'media_query.dart';
import 'overlay.dart';
import 'scroll_controller.dart';
import 'scroll_delegate.dart';
import 'scroll_physics.dart';
import 'scroll_view.dart';
import 'scrollable.dart';
Expand Down

0 comments on commit 68be52c

Please sign in to comment.