Skip to content

Commit 8e715fa

Browse files
committed
chore: update repository URLs to mathtechstudio
- Update all package homepage and repository URLs - Update README.md clone and issues URLs - Reflect repository move from protheeuz to mathtechstudio
1 parent 3ed0742 commit 8e715fa

9 files changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://github.com/mathtechstudio/local-storage-cache/actions/workflows/code-integration.yml/badge.svg)](https://github.com/mathtechstudio/local-storage-cache/actions/workflows/code-integration.yml)
55
[![Code Coverage](https://codecov.io/gh/mathtechstudio/local-storage-cache/graph/badge.svg)](https://codecov.io/gh/mathtechstudio/local-storage-cache)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7+
![Platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS%20%7C%20macOS%20%7C%20Windows-informational)
78

89
A comprehensive Flutter package for local storage and caching with advanced features including encryption, multi-space architecture, automatic schema migration, and high-performance query capabilities. Supports Android, iOS, macOS, Windows, Linux, and Web.
910

@@ -216,7 +217,7 @@ Contributions are welcome. To set up your development environment:
216217
1. Clone the repository:
217218

218219
```bash
219-
git clone https://github.com/protheeuz/local-storage-cache.git
220+
git clone https://github.com/mathtechstudio/local-storage-cache.git
220221
cd local-storage-cache
221222
```
222223

@@ -288,7 +289,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
288289

289290
## Support
290291

291-
- Report issues on [GitHub Issues](https://github.com/protheeuz/local-storage-cache/issues)
292+
- Report issues on [GitHub Issues](https://github.com/mathtechstudio/local-storage-cache/issues)
292293
- View the [CHANGELOG](CHANGELOG.md) for version history
293294

294295
## Acknowledgments

packages/local_storage_cache/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: local_storage_cache
22
description: A comprehensive Flutter package for managing local storage and caching with advanced features like encryption, TTL, multi-space architecture, and more.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
6-
repository: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
6+
repository: https://github.com/mathtechstudio/local-storage-cache
77

88
resolution: workspace
99

packages/local_storage_cache_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_storage_cache_android
22
description: Android implementation of the local_storage_cache plugin.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
66

77
resolution: workspace
88

packages/local_storage_cache_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_storage_cache_ios
22
description: iOS implementation of the local_storage_cache plugin.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
66

77
resolution: workspace
88

packages/local_storage_cache_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_storage_cache_linux
22
description: Linux implementation of the local_storage_cache plugin.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
66

77
resolution: workspace
88

packages/local_storage_cache_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_storage_cache_macos
22
description: macOS implementation of the local_storage_cache plugin.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
66

77
resolution: workspace
88

packages/local_storage_cache_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: local_storage_cache_platform_interface
22
description: A common platform interface for the local_storage_cache plugin.
33
version: 2.0.0
4-
homepage: https://github.com/protheeuz/local-storage-cache
4+
homepage: https://github.com/mathtechstudio/local-storage-cache
55

66
resolution: workspace
77

packages/local_storage_cache_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_storage_cache_web
22
description: Web implementation of the local_storage_cache plugin.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
66

77
resolution: workspace
88

packages/local_storage_cache_windows/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_storage_cache_windows
22
description: Windows implementation of the local_storage_cache plugin.
33
version: 2.0.0
44
publish_to: none
5-
homepage: https://github.com/protheeuz/local-storage-cache
5+
homepage: https://github.com/mathtechstudio/local-storage-cache
66

77
resolution: workspace
88

0 commit comments

Comments
 (0)