From 3700c716487f36410ec96dea7c36462110097138 Mon Sep 17 00:00:00 2001 From: Dylan Roman Date: Tue, 13 Feb 2024 13:57:18 -0400 Subject: [PATCH] Adding Topics and URL Images --- README.md | 5 +++-- pubspec.yaml | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) 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.

- real_example_1 - real_example_2 + real_example_1 + real_example_2

+ ## 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: