diff --git a/README.md b/README.md index a84faae..1be1fe7 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ Rounded Scroll is a Flutter package that provides a customizable rounded scrollable container widget with a scroll indicator icon. It is suitable for creating modern UI designs with scrollable content.
- - + +
+ ## Features - Rounded container with customizable background color. diff --git a/pubspec.yaml b/pubspec.yaml index 8a36fed..79ed72c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rounded_scroll description: Swipe and scroll in style! RoundedScroll is the perfect widget for your modern Flutter designs. Customize it to your liking and watch it update as you navigate! -version: 1.0.0 +version: 1.0.1 repository: https://github.com/dylanroman03/RoundedScroll # homepage: @@ -20,5 +20,12 @@ dev_dependencies: lint: ^2.0.0 +topics: + - flutter + - scroll + - rounded + - widget + - ui + # The following section is specific to Flutter packages. flutter: