Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Kwarteng committed Jan 4, 2025
1 parent e5a2da1 commit 4b54c7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/mini_app/test/widget_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore_for_file: deprecated_member_use
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:minimap_scrollbar/minimap_scrollbar.dart';
Expand Down
4 changes: 3 additions & 1 deletion lib/minimap_scrollbar.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
library minimap_scrollbar;
/// Flutter package for a minimap scrollbar.
/// - A minimap scrollbar is a scrollbar that shows a preview of the entire scrollable area.
library;

export 'src/widgets/minimap_scrollbar_widget.dart';

0 comments on commit 4b54c7b

Please sign in to comment.