Skip to content

Commit

Permalink
Adding Topics and URL Images
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanroman03 committed Feb 13, 2024
1 parent 13756f0 commit 3700c71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p float="left">
<img src="screenshots/flutter_1.png" alt="real_example_1" width="200"/>
<img src="screenshots/flutter_2.png" alt="real_example_2" width="200"/>
<img src="https://raw.githubusercontent.com/dylanroman03/RoundedScroll/main/screenshots/flutter_1.png" alt="real_example_1" width="200"/>
<img src="https://raw.githubusercontent.com/dylanroman03/RoundedScroll/main/screenshots/flutter_2.png" alt="real_example_2" width="200"/>
</p>

## Features

- Rounded container with customizable background color.
Expand Down
9 changes: 8 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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:

0 comments on commit 3700c71

Please sign in to comment.