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

Refactor scrollable module to prepare for upcoming features #86

Merged
merged 13 commits into from
Apr 13, 2024
Merged
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
Loading