Skip to content

Commit 5137b11

Browse files
committed
Update repository links to new flutter_storage URL
Changed all references from mayr_flutter_storage to flutter_storage in documentation and configuration files to reflect the new repository location.
1 parent 6aacf03 commit 5137b11

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a Flutter package that provides a unified storage API for SharedPreferen
77
- **Organization**: MayR Labs
88
- **GitHub**: https://github.com/MayR-Labs
99
- **Website**: https://mayrlabs.com
10-
- **Repository**: https://github.com/MayR-Labs/mayr_flutter_storage
10+
- **Repository**: https://github.com/MayR-Labs/flutter_storage
1111

1212
## Code Style & Conventions
1313

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
![Pub.dev Publisher](https://img.shields.io/pub/publisher/mayr_storage?label=Publisher&style=plastic)
88
![Downloads](https://img.shields.io/pub/dm/mayr_storage.svg?label=Downloads&style=plastic)
99

10-
![Build Status](https://img.shields.io/github/actions/workflow/status/MayR-Labs/mayr_flutter_storage/ci.yaml?label=Build)
11-
![Issues](https://img.shields.io/github/issues/MayR-Labs/mayr_flutter_storage.svg?label=Issues)
12-
![Last Commit](https://img.shields.io/github/last-commit/MayR-Labs/mayr_flutter_storage.svg?label=Latest%20Commit)
13-
![Contributors](https://img.shields.io/github/contributors/MayR-Labs/mayr_flutter_storage.svg?label=Contributors)
10+
![Build Status](https://img.shields.io/github/actions/workflow/status/MayR-Labs/flutter_storage/ci.yaml?label=Build)
11+
![Issues](https://img.shields.io/github/issues/MayR-Labs/flutter_storage.svg?label=Issues)
12+
![Last Commit](https://img.shields.io/github/last-commit/MayR-Labs/flutter_storage.svg?label=Latest%20Commit)
13+
![Contributors](https://img.shields.io/github/contributors/MayR-Labs/flutter_storage.svg?label=Contributors)
1414

1515
# 💼 Mayr Flutter Storage Util
1616

@@ -251,7 +251,7 @@ This package is maintained with ❤️ by **MayR Labs**.
251251

252252
- **Website**: [mayrlabs.com](https://mayrlabs.com)
253253
- **GitHub**: [github.com/MayR-Labs](https://github.com/MayR-Labs)
254-
- **Repository**: [github.com/MayR-Labs/mayr_flutter_storage](https://github.com/MayR-Labs/mayr_flutter_storage)
254+
- **Repository**: [github.com/MayR-Labs/flutter_storage](https://github.com/MayR-Labs/flutter_storage)
255255

256256
We build high-quality Flutter packages and solutions to make mobile development easier and more enjoyable for developers worldwide.
257257

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: >-
44
Easily manage SharedPreferences, EncryptedSharedPreferences, and GetStorage with a clean, consistent API.
55
version: 1.0.0
66
homepage: https://mayrlabs.com
7-
repository: https://github.com/MayR-Labs/mayr_flutter_storage
8-
issue_tracker: https://github.com/MayR-Labs/mayr_flutter_storage/issues
9-
documentation: https://github.com/MayR-Labs/mayr_flutter_storage/wiki
7+
repository: https://github.com/MayR-Labs/flutter_storage
8+
issue_tracker: https://github.com/MayR-Labs/flutter_storage/issues
9+
documentation: https://github.com/MayR-Labs/flutter_storage/wiki
1010
license: MIT
1111

1212
environment:

0 commit comments

Comments
 (0)