Skip to content

Commit

Permalink
Allow publishing to pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 15, 2023
1 parent 7e80f44 commit 729f9ea
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions arcgis_map/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: arcgis_map
description: Esri ArcGIS Flutter map package.
version: 0.7.5

publish_to: none

environment:
sdk: ">=2.15.0 <4.0.0"

Expand Down
2 changes: 0 additions & 2 deletions arcgis_map_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: arcgis_map_android
description: Esri ArcGIS Flutter Android implementation.
version: 0.7.5

publish_to: none

environment:
sdk: ">=2.15.0 <4.0.0"

Expand Down
2 changes: 0 additions & 2 deletions arcgis_map_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: arcgis_map_ios
description: Esri ArcGIS Flutter iOS implementation.
version: 0.7.5

publish_to: none

environment:
sdk: ">=2.15.0 <4.0.0"

Expand Down
2 changes: 0 additions & 2 deletions arcgis_map_method_channel/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: arcgis_map_method_channel
description: Esri ArcGIS Flutter method channel implementation.
version: 0.7.5

publish_to: none

environment:
sdk: ">=2.15.0 <4.0.0"

Expand Down
2 changes: 0 additions & 2 deletions arcgis_map_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: arcgis_map_web
description: Esri ArcGIS Flutter web implementation.
version: 0.7.5

publish_to: none

environment:
sdk: ">=2.15.0 <3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: arcgis_example
description: An example app with the ArcGIS package implementation.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: none

version: 0.7.5

Expand Down

0 comments on commit 729f9ea

Please sign in to comment.