Skip to content

Commit

Permalink
examples: publish_to: none
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Mar 5, 2021
1 parent dc58732 commit 66b4bdb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/flutter_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: graphql_flutter_bloc_example
description: A new Flutter project.

publish_to: none
version: 1.0.0+1

environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/starwars/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: starwars_app
description: An example graphql_flutter application utilizing graphql_starwars_test_server

publish_to: none

environment:
sdk: ">=2.10.0 <3.0.0"

Expand Down
2 changes: 2 additions & 0 deletions examples/starwars/server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: starwars_server

publish_to: none

environment:
sdk: ">=2.10.0 <3.0.0"

Expand Down
2 changes: 2 additions & 0 deletions packages/graphql/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: example
description: Example for using GraphQL Dart
version: 1.0.0+1

publish_to: none

environment:
sdk: ">=2.10.0 <3.0.0"

Expand Down
2 changes: 2 additions & 0 deletions packages/graphql_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: app
description: A new Flutter project.

publish_to: none

module:
androidX: true // Add this line.

Expand Down

0 comments on commit 66b4bdb

Please sign in to comment.