diff --git a/CHANGELOG.md b/CHANGELOG.md index fd17e71..9134f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.0.4 + +* Update the package description + +## 0.0.3 + +* Update the readme file + ## 0.0.1 * Initial release \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 136326e..04de06d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_elastic_list_view -description: "Elastic ListView for Flutter" +description: "ElasticListView: A Flutter package providing elastic overscroll effect in ListView.builder with enhanced functionality and customization." repository: https://github.com/monster555/flutter_elastic_list_view -version: 0.0.1 +version: 0.0.5+1 homepage: https://github.com/monster555/flutter_elastic_list_view platforms: @@ -19,8 +19,6 @@ dependencies: flutter: sdk: flutter - cupertino_icons: ^1.0.2 - dev_dependencies: dart_code_metrics: ^5.7.3