Skip to content

Commit

Permalink
Refactor scrollable module to prepare for upcoming features (#86)
Browse files Browse the repository at this point in the history
This PR reworks some of the guts of the ScrollableSheet in preparation for #87.
  • Loading branch information
fujidaiti authored Apr 13, 2024
1 parent 7e7cdf9 commit 036bcd1
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 344 deletions.
6 changes: 4 additions & 2 deletions package/lib/smooth_sheets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ export 'src/modal/modal_sheet.dart';
export 'src/navigation/navigation_route.dart';
export 'src/navigation/navigation_routes.dart';
export 'src/navigation/navigation_sheet.dart';
export 'src/scrollable/scrollable_sheet.dart';
export 'src/scrollable/scrollable_sheet_extent.dart';
export 'src/scrollable/scrollable_sheet.dart'
hide PrimarySheetContentScrollController;
export 'src/scrollable/scrollable_sheet_extent.dart'
hide SheetContentScrollController;
3 changes: 0 additions & 3 deletions package/lib/src/internal/into.dart

This file was deleted.

209 changes: 0 additions & 209 deletions package/lib/src/scrollable/content_scroll_position.dart

This file was deleted.

Loading

0 comments on commit 036bcd1

Please sign in to comment.