Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor platform view channel #118

Conversation

bbrto21
Copy link

@bbrto21 bbrto21 commented Jun 18, 2021

This PR includes:

  • Use template to extract value from argmuments map
  • Cleanup platform_view_channel

flutter::EncodableValue value = values[flutter::EncodableValue(key)];
if (std::holds_alternative<flutter::EncodableList>(value)) {
return std::get<flutter::EncodableList>(value);
template <typename T>
Copy link
Member

Choose a reason for hiding this comment

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

Oh! It looks very clear! Thanks! 👍

Signed-off-by: Boram Bae <[email protected]>
@swift-kim swift-kim merged commit f1add55 into flutter-tizen:flutter-2.2.1-tizen Jun 19, 2021
swift-kim pushed a commit that referenced this pull request Sep 27, 2021
* Use template to extract value from argmuments map

Signed-off-by: Boram Bae <[email protected]>

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>

* Fix a typo

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Nov 14, 2021
* Use template to extract value from argmuments map

Signed-off-by: Boram Bae <[email protected]>

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>

* Fix a typo

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Dec 9, 2021
* Use template to extract value from argmuments map

Signed-off-by: Boram Bae <[email protected]>

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>

* Fix a typo

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Dec 17, 2021
* Use template to extract value from argmuments map

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Feb 7, 2022
* Use template to extract value from argmuments map

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Feb 11, 2022
* Use template to extract value from argmuments map

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request May 12, 2022
* Use template to extract value from argmuments map

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Aug 5, 2022
* Use template to extract value from argmuments map

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
* Use template to extract value from argmuments map

* Cleanup platform_view_channel

Signed-off-by: Boram Bae <[email protected]>
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.

3 participants