Skip to content

Commit

Permalink
Topics in pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Jan 24, 2024
1 parent 93090ff commit 52a75cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## [3.0.1] - 2022/11/16
## [3.0.2] - 2022/11/16

* Flutter 3.16.0 compatible.

Expand Down
8 changes: 7 additions & 1 deletion pubspec.yaml
@@ -1,8 +1,14 @@
name: indexed_list_view
description: Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
version: 3.0.1
version: 3.0.2
# author: Marcelo Glasberg <marcglasberg@gmail.com>
homepage: https://github.com/marcglasberg/indexed_list_view
topics:
- list-view
- list
- widgets
- scroll
- ui

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 52a75cd

Please sign in to comment.