Skip to content

Commit

Permalink
disable overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Feb 15, 2022
1 parent 939bbbf commit ac8f383
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions starport_template/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ flutter_icons:

## convenient overrides for development to reference packages on local disk, just uncomment following lines and make sure
## it points to the location of the checked out tendermint/flutter repository
dependency_overrides:
cosmos_utils:
path: ../packages/cosmos_utils
cosmos_auth:
path: ../packages/cosmos_auth
transaction_signing_gateway:
path: ../packages/transaction_signing_gateway
cosmos_ui_components:
path: ../packages/cosmos_ui_components
#dependency_overrides:
# cosmos_utils:
# path: ../packages/cosmos_utils
# cosmos_auth:
# path: ../packages/cosmos_auth
# transaction_signing_gateway:
# path: ../packages/transaction_signing_gateway
# cosmos_ui_components:
# path: ../packages/cosmos_ui_components

flutter:
uses-material-design: true
Expand Down

0 comments on commit ac8f383

Please sign in to comment.