Skip to content

Commit

Permalink
(#25) Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcmgit committed Dec 3, 2022
1 parent 91b033b commit 9ca44f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/widgets/packages_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ class _PackagesListState extends State<PackagesList>
double get _maxScrollExtent => _scrollController.position.maxScrollExtent;
double get _minScrollExtent => _scrollController.position.minScrollExtent;

// var _acceleration = 0.01;
var _velocity = 4.0;
// static const _kInitialAutoscrollVelocity = 2.0;

double get _pixelRatio => window.devicePixelRatio;
Size get _logicalScreenSize => window.physicalSize / _pixelRatio;
Expand Down

0 comments on commit 9ca44f4

Please sign in to comment.