Skip to content

Commit a8453a3

Browse files
committed
Update README.md to reflect package name changes and correct links
Modify the README.md to update the demo image link, import statement, and issue tracker URL to align with the new package name `any_refreshable_widget`, ensuring consistency throughout the documentation.
1 parent eb0f565 commit a8453a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A powerful and flexible Flutter package that provides pull-to-refresh functionality for any widget, with support for single and multiple futures, custom indicators, and comprehensive error handling.
99

10-
![Refreshable Widget Demo](https://raw.githubusercontent.com/Yama-Roni/refreshable-widget/main/snapshot/example.gif)
10+
![Any Refreshable Widget Demo](https://raw.githubusercontent.com/Yama-Roni/any_refreshable_widget/main/snapshot/example.gif)
1111

1212
## Features
1313

@@ -38,7 +38,7 @@ flutter pub get
3838
### Import the package
3939

4040
```dart
41-
import 'package:any_refreshable_widget/refreshable_widget.dart';
41+
import 'package:any_refreshable_widget/any_refreshable_widget.dart';
4242
```
4343

4444
### Basic Usage - Single Future
@@ -251,7 +251,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
251251

252252
## Issues
253253

254-
If you encounter any issues or have suggestions, please file them in the [GitHub Issues](https://github.com/Yama-Roni/refreshable-widget/issues).
254+
If you encounter any issues or have suggestions, please file them in the [GitHub Issues](https://github.com/Yama-Roni/any_refreshable_widget/issues).
255255

256256
## Changelog
257257

0 commit comments

Comments
 (0)