flutter_naver_map 1.2.2 copy "flutter_naver_map: ^1.2.2" to clipboard
flutter_naver_map: ^1.2.2 copied to clipboard

Naver Map plugin for Flutter, which provides map service of Korea.

flutter_naver_map #

pub package github

Version Up Guide #

1.2.0부터는 Flutter SDK 최소 지원 버전이 3.19로 변경되었습니다.

  • 1.1.0 이하 -> 1.1.1 이상으로 업그레이드 할 경우, 해당 코드를 다음과 같이 지워주세요.
    (편의상 주석처리로 표시해두었지만, 그냥 지워주세요) 관련 이슈가 해결되어, 더 이상 필요하지 않습니다.

    // android/app/main/.../MainActivity.kt
    class MainActivity : FlutterActivity() // {
    //    override fun onCreate(savedInstanceState: Bundle?) {
    //        intent.putExtra("background_mode", "transparent")
    //        super.onCreate(savedInstanceState)
    //    }
    // }
    

Known issues #

  • Android Impeller Engine 지원 안함 (Android 기본 값은 Skia) #133
    • 해당 이슈에 대해 레포트를 받고 있습니다. 테스트 결과를 이슈 페이지에 코멘트로 남겨주시면 감사하겠습니다.

이슈 제보는 언제나 환영입니다:)

Contribution Guide #

곧 추가할 예정입니다.

82
likes
140
pub points
94%
popularity

Publisher

verified publishernote11.dev

Naver Map plugin for Flutter, which provides map service of Korea.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, flutter, meta, path_provider, vector_math

More

Packages that depend on flutter_naver_map