Skip to content

Phase 1 initial - #1

Merged
morteza-binary merged 70 commits into
deriv-com:masterfrom
ruskakimov:master
Jul 1, 2020
Merged

Phase 1 initial#1
morteza-binary merged 70 commits into
deriv-com:masterfrom
ruskakimov:master

Conversation

@ruskakimov

Copy link
Copy Markdown

No description provided.

Comment thread lib/deriv_flutter_chart.dart Outdated
Comment thread lib/src/chart.dart
Comment on lines +37 to +41
final List<Candle> candles;
final Tick animatedCurrentTick;
final double blinkAnimationProgress;
final int pipSize;
final ChartStyle style;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruskakimov please add documentation comment for all public properties.

Comment on lines +70 to +71
Canvas canvas;
Size size;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Comment on lines +40 to +50
0.1,
0.25,
0.5,
1,
2.5,
5,
10,
25,
50,
100,
250,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruskakimov please comment the logic behind these numbers.

cp.xCenter + cp.width / 2,
cp.yOpen,
),
Paint()..color = Color(0xFF00A79E),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruskakimov please let's use theming instead of hardcoding the colors.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that's temporary :)

Comment thread pubspec.yaml Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants