Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nit
  • Loading branch information
Piinks committed Aug 17, 2023
commit b59f182d3e477a1ad705ec7e3ba8917aaa016a8d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/// The [TableView] and associated widgets.
///
/// To use, import `package:two_dimensional_scrollables/table_view.dart`.
/// To use, import `package:two_dimensional_scrollables/two_dimensional_scrollables.dart`.
library table_view;

export 'src/table_view/table.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/two_dimensional_scrollables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/two_dimension
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+two_dimensional_scrollables%22+

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.1.0 <4.0.0'
flutter: ">=3.3.0"

dependencies:
Expand Down