-
Notifications
You must be signed in to change notification settings - Fork 2
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 akhil/1396/multi_…
…user_level_authentication_poc_master
- Loading branch information
Showing
47 changed files
with
885 additions
and
383 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
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_auth | ||
description: Provides deriv authentication functionalities for dart/flutter apps. | ||
version: 6.7.50 | ||
version: 6.7.51 | ||
|
||
environment: | ||
sdk: ">=3.0.0 <4.0.0" | ||
|
@@ -22,13 +22,13 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_theme | ||
ref: deriv_theme-v2.7.0 | ||
ref: deriv_theme-v2.7.1 | ||
|
||
deriv_ui: | ||
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_ui | ||
ref: deriv_ui-v0.1.0+2 | ||
ref: deriv_ui-v0.1.0+3 | ||
|
||
deriv_http_client: | ||
git: | ||
|
@@ -57,13 +57,13 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_passkeys | ||
ref: deriv_passkeys-v0.0.4+5 | ||
ref: deriv_passkeys-v0.0.4+6 | ||
|
||
deriv_language_selector: | ||
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_language_selector | ||
ref: deriv_language_selector-v0.0.3+9 | ||
ref: deriv_language_selector-v0.0.3+10 | ||
|
||
flutter_bloc: ^8.1.3 | ||
flutter_svg: ^2.0.7 | ||
|
@@ -79,7 +79,7 @@ dependency_overrides: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_ui | ||
ref: deriv_ui-v0.1.0+2 | ||
ref: deriv_ui-v0.1.0+3 | ||
|
||
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+9 | ||
version: 0.0.1+10 | ||
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.7.0 | ||
ref: deriv_theme-v2.7.1 | ||
|
||
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+9 | ||
version: 0.0.1+10 | ||
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.7.0 | ||
ref: deriv_theme-v2.7.1 | ||
|
||
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
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_language_selector | ||
description: A package to select language for the app. It provides both UI and logic for language selection. | ||
version: 0.0.3+9 | ||
version: 0.0.3+10 | ||
publish_to: "none" | ||
|
||
environment: | ||
|
@@ -14,7 +14,7 @@ dependencies: | |
git: | ||
url: [email protected]:regentmarkets/flutter-deriv-packages.git | ||
path: packages/deriv_ui | ||
ref: deriv_ui-v0.1.0+2 | ||
ref: deriv_ui-v0.1.0+3 | ||
shared_preferences: ^2.2.2 | ||
flutter_bloc: ^8.1.4 | ||
equatable: ^2.0.5 | ||
|
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
3 changes: 3 additions & 0 deletions
3
packages/deriv_mobile_chart_wrapper/assets/icons/ic_close_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import 'package:deriv_chart/deriv_chart.dart'; | ||
|
||
// A set of drawing tool types that has to show drawing tool info bar. | ||
const Set<Type> drawingToolTypesToShowInfoBar = { | ||
LineDrawingToolConfig, | ||
RayDrawingToolConfig, | ||
}; |
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
Oops, something went wrong.