diff --git a/README.md b/README.md index 3a1ae37..046d385 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![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) [![Code Coverage](https://codecov.io/gh/mathtechstudio/local-storage-cache/graph/badge.svg)](https://codecov.io/gh/mathtechstudio/local-storage-cache) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +![Platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS%20%7C%20macOS%20%7C%20Windows-informational) 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. @@ -216,7 +217,7 @@ Contributions are welcome. To set up your development environment: 1. Clone the repository: ```bash - git clone https://github.com/protheeuz/local-storage-cache.git + git clone https://github.com/mathtechstudio/local-storage-cache.git cd local-storage-cache ``` @@ -288,7 +289,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file ## Support -- Report issues on [GitHub Issues](https://github.com/protheeuz/local-storage-cache/issues) +- Report issues on [GitHub Issues](https://github.com/mathtechstudio/local-storage-cache/issues) - View the [CHANGELOG](CHANGELOG.md) for version history ## Acknowledgments diff --git a/packages/local_storage_cache/pubspec.yaml b/packages/local_storage_cache/pubspec.yaml index 545c774..d29693e 100644 --- a/packages/local_storage_cache/pubspec.yaml +++ b/packages/local_storage_cache/pubspec.yaml @@ -2,8 +2,8 @@ name: local_storage_cache description: A comprehensive Flutter package for managing local storage and caching with advanced features like encryption, TTL, multi-space architecture, and more. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache -repository: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache +repository: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_android/pubspec.yaml b/packages/local_storage_cache_android/pubspec.yaml index a90b7a1..95265f8 100644 --- a/packages/local_storage_cache_android/pubspec.yaml +++ b/packages/local_storage_cache_android/pubspec.yaml @@ -2,7 +2,7 @@ name: local_storage_cache_android description: Android implementation of the local_storage_cache plugin. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_ios/pubspec.yaml b/packages/local_storage_cache_ios/pubspec.yaml index 63a81ca..a91d6be 100644 --- a/packages/local_storage_cache_ios/pubspec.yaml +++ b/packages/local_storage_cache_ios/pubspec.yaml @@ -2,7 +2,7 @@ name: local_storage_cache_ios description: iOS implementation of the local_storage_cache plugin. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_linux/pubspec.yaml b/packages/local_storage_cache_linux/pubspec.yaml index 4c2c12c..0361bab 100644 --- a/packages/local_storage_cache_linux/pubspec.yaml +++ b/packages/local_storage_cache_linux/pubspec.yaml @@ -2,7 +2,7 @@ name: local_storage_cache_linux description: Linux implementation of the local_storage_cache plugin. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_macos/pubspec.yaml b/packages/local_storage_cache_macos/pubspec.yaml index 075f775..bea0843 100644 --- a/packages/local_storage_cache_macos/pubspec.yaml +++ b/packages/local_storage_cache_macos/pubspec.yaml @@ -2,7 +2,7 @@ name: local_storage_cache_macos description: macOS implementation of the local_storage_cache plugin. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_platform_interface/pubspec.yaml b/packages/local_storage_cache_platform_interface/pubspec.yaml index cc6e0e7..2c9305c 100644 --- a/packages/local_storage_cache_platform_interface/pubspec.yaml +++ b/packages/local_storage_cache_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: local_storage_cache_platform_interface description: A common platform interface for the local_storage_cache plugin. version: 2.0.0 -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_web/pubspec.yaml b/packages/local_storage_cache_web/pubspec.yaml index 105cc76..bbd0847 100644 --- a/packages/local_storage_cache_web/pubspec.yaml +++ b/packages/local_storage_cache_web/pubspec.yaml @@ -2,7 +2,7 @@ name: local_storage_cache_web description: Web implementation of the local_storage_cache plugin. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace diff --git a/packages/local_storage_cache_windows/pubspec.yaml b/packages/local_storage_cache_windows/pubspec.yaml index 8d64b16..389b137 100644 --- a/packages/local_storage_cache_windows/pubspec.yaml +++ b/packages/local_storage_cache_windows/pubspec.yaml @@ -2,7 +2,7 @@ name: local_storage_cache_windows description: Windows implementation of the local_storage_cache plugin. version: 2.0.0 publish_to: none -homepage: https://github.com/protheeuz/local-storage-cache +homepage: https://github.com/mathtechstudio/local-storage-cache resolution: workspace