Skip to content

Commit

Permalink
update flutter-deriv-packages git dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-deriv committed Dec 23, 2024
1 parent 60a3f8f commit 5e48cd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Each package has been released as git tag with convention as **packageName-vVers
```yaml
deriv_ui:
git:
url: git@github.com:regentmarkets/flutter-deriv-packages.git
url: https://github.com/deriv-com/flutter-deriv-packages.git
path: packages/deriv_ui
ref: deriv_ui-v0.1.2+2 #your prefered version
```
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
dependency_overrides:
flutter_deriv_api:
git:
url: git@github.com:deriv-com/flutter-deriv-api.git
url: https://github.com/deriv-com/flutter-deriv-api.git.git
ref: v1.3.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:

flutter_deriv_api:
git:
url: git@github.com:deriv-com/flutter-deriv-api.git
url: https://github.com/deriv-com/flutter-deriv-api.git
ref: v1.3.0

deriv_web_view:
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_logger/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
web_socket_channel: 2.4.0
flutter_deriv_api:
git:
url: git@github.com:deriv-com/flutter-deriv-api.git
url: https://github.com/deriv-com/flutter-deriv-api.git.git
ref: v1.2.0

# The following adds the Cupertino Icons font to your application.
Expand Down
2 changes: 1 addition & 1 deletion packages/deriv_passkeys/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:

flutter_deriv_api:
git:
url: git@github.com:deriv-com/flutter-deriv-api.git
url: https://github.com/deriv-com/flutter-deriv-api.git.git
ref: v1.3.0

flutter_svg: ^2.0.9
Expand Down

0 comments on commit 5e48cd9

Please sign in to comment.