-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into emad/add-language…
…-parameter_to-webview-package # Conflicts: # packages/deriv_auth/pubspec.yaml # packages/deriv_language_selector/pubspec.yaml # packages/deriv_passkeys/pubspec.yaml
- Loading branch information
Showing
24 changed files
with
153 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ dependency_overrides: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_ui | ||
ref: deriv_ui-v0.0.7+4 | ||
ref: deriv_ui-v0.0.7+5 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
name: deriv_auth | ||
description: Provides deriv authentication functionalities for dart/flutter apps. | ||
version: 6.6.2 | ||
|
||
version: 6.6.3 | ||
|
||
environment: | ||
sdk: ">=3.0.0 <4.0.0" | ||
|
@@ -17,7 +16,7 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_theme | ||
ref: deriv_theme-v2.4.0 | ||
ref: deriv_theme-v2.5.0 | ||
|
||
deriv_ui: | ||
git: | ||
|
@@ -74,7 +73,7 @@ dependency_overrides: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_ui | ||
ref: deriv_ui-v0.0.7+4 | ||
ref: deriv_ui-v0.0.7+5 | ||
|
||
dev_dependencies: | ||
mocktail: ^1.0.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: deriv_date_range_picker | ||
description: A new Flutter package project. | ||
version: 0.0.1+4 | ||
version: 0.0.1+5 | ||
publish_to: "none" # Remove this line if you wish to publish to pub.dev | ||
|
||
environment: | ||
|
@@ -17,7 +17,7 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_theme | ||
ref: deriv_theme-v2.4.0 | ||
ref: deriv_theme-v2.5.0 | ||
|
||
intl: ^0.18.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: deriv_expandable_bottom_sheet | ||
description: A new Flutter package project. | ||
version: 0.0.1+4 | ||
version: 0.0.1+5 | ||
publish_to: none | ||
|
||
environment: | ||
|
@@ -15,7 +15,7 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_theme | ||
ref: deriv_theme-v2.4.0 | ||
ref: deriv_theme-v2.5.0 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.0.2+3 | ||
|
||
- Update a dependency to the latest release. | ||
|
||
## 0.0.2+2 | ||
|
||
- Update a dependency to the latest release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: deriv_numpad | ||
description: A new Flutter project. | ||
version: 1.1.3 | ||
version: 1.1.4 | ||
publish_to: "none" | ||
|
||
environment: | ||
|
@@ -13,7 +13,7 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_theme | ||
ref: deriv_theme-v2.4.0 | ||
ref: deriv_theme-v2.5.0 | ||
|
||
flutter_svg: ^2.0.7 | ||
intl: ^0.18.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,4 +82,4 @@ SPEC CHECKSUMS: | |
|
||
PODFILE CHECKSUM: 23c5db403a9f2d103e08afd68b26a1601b49de37 | ||
|
||
COCOAPODS: 1.15.2 | ||
COCOAPODS: 1.13.0 |
Oops, something went wrong.