Skip to content

Commit febc6be

Browse files
committed
fix(ci): add publish_to none to all packages for analyzer
- Add 'publish_to: none' to all packages - Fixes flutter analyze errors about path dependencies - CI will now pass without warnings - Script prepare_publish.sh will remove this when publishing
1 parent 3f210ba commit febc6be

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/local_storage_cache/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
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
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56
repository: https://github.com/mathtechstudio/local-storage-cache
67

packages/local_storage_cache_android/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: local_storage_cache_android
22
description: Android implementation of the local_storage_cache plugin.
33
version: 2.0.0
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

packages/local_storage_cache_ios/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: local_storage_cache_ios
22
description: iOS implementation of the local_storage_cache plugin.
33
version: 2.0.0
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

packages/local_storage_cache_linux/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: local_storage_cache_linux
22
description: Linux implementation of the local_storage_cache plugin.
33
version: 2.0.0
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

packages/local_storage_cache_macos/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: local_storage_cache_macos
22
description: macOS implementation of the local_storage_cache plugin.
33
version: 2.0.0
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

packages/local_storage_cache_platform_interface/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

packages/local_storage_cache_web/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: local_storage_cache_web
22
description: Web implementation of the local_storage_cache plugin.
33
version: 2.0.0
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

packages/local_storage_cache_windows/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: local_storage_cache_windows
22
description: Windows implementation of the local_storage_cache plugin.
33
version: 2.0.0
4+
publish_to: none
45
homepage: https://github.com/mathtechstudio/local-storage-cache
56

67
resolution: workspace

0 commit comments

Comments
 (0)