Skip to content

1.2.0 release #183

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

Merged
merged 21 commits into from
Feb 17, 2024
Merged

1.2.0 release #183

merged 21 commits into from
Feb 17, 2024

Conversation

note11g
Copy link
Owner

@note11g note11g commented Feb 16, 2024

작업중이었던 #173 은 다음버전에서 제공될 예정입니다.

1.2.0

Improve

  • [All Platform] Add / Improve APIs
    • Add property NaverMapController.nowCameraPosition as a experimental api which type is NCameraPosition (non-async)
    • Add method NCameraUpdate.setReason
    • Change return type of method NaverMapController.getMeterPerDp
      & NaverMapController.getMeterPerDpAtLatitude to non-async (Future -> double)
    • Change NCameraUpdate.setAnimation to have non-null parameters with default values
    • Change property type NaverMapViewOptions.initialCameraPosition to non-nullable type

Breaking Change

  • [Flutter] Change support minimum Flutter SDK Version to 3.19.0, Dart 3.0.0

Fix

  • [Android] Change Platform View display mode to TLHC (related issue #152)
  • [Android] Change Flutter Render View to SurfaceView at Android 11~13 (related issue #152)

… non-nullable (with defaultInitialCameraPosition), Fix #117
…tude from Future<double> to double (non-async function)
@note11g note11g added the release 신규 버전 릴리즈 label Feb 16, 2024
@note11g note11g changed the title 1.1.2 release 1.2.0 release Feb 16, 2024
Copy link

@leehack leehack left a comment

Choose a reason for hiding this comment

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

LGTM. All comments are nitpicking.

Comment on lines +22 to +26
Text(title,
style: getTextTheme(context).titleMedium,
maxLines: 1,
softWrap: false,
overflow: TextOverflow.fade),
Copy link

Choose a reason for hiding this comment

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

nit:

Suggested change
Text(title,
style: getTextTheme(context).titleMedium,
maxLines: 1,
softWrap: false,
overflow: TextOverflow.fade),
Text(
title,
style: getTextTheme(context).titleMedium,
maxLines: 1,
softWrap: false,
overflow: TextOverflow.fade,
),

Comment on lines +17 to +21
Color get buttonColor => nightMode ? Colors.grey.shade900 : Colors.white;
Color get iconColor =>
nightMode ? Colors.grey.shade200 : Colors.grey.shade800;
Color get dividerColor =>
nightMode ? Colors.grey.shade700 : Colors.grey.shade200;
Copy link

Choose a reason for hiding this comment

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

nit: Maybe it would be more flexible if the dark and light colors were defined in the constructor with default values.

Copy link
Owner Author

Choose a reason for hiding this comment

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

맞습니다. 다만, 이게 API 형태로 어떻게 노출될 지를 결정해야할 수도 있어서 일단은 기존 SDK의 줌 컨트롤 위젯을 모방했습니다.
#173 이 아직 작업중이므로, 작업에 참고하도록 하겠습니다. 감사합니다!

@note11g
Copy link
Owner Author

note11g commented Feb 17, 2024

리뷰해주신 리핵님께(@leehack ) 감사드립니다!!!
Merge 하겠습니다:)

@note11g note11g merged commit 81e3eca into main Feb 17, 2024
@note11g note11g deleted the dev-1.2.0 branch February 17, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release 신규 버전 릴리즈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants