dart_naver_web_tools
Pure Dart helpers for the web and app-integration entries in NAVER's current service API catalog: NAVER Share, NAVER Open Main, and NAVER app URL schemes.
final shareUri = NaverShare.uri(
Uri.parse('https://example.com/article'),
title: 'Article',
);
final openMainMarkup = NaverOpenMain.markup(
title: '뉴스',
url: Uri.parse('https://example.com'),
);
final appLink = NaverApp.inAppBrowser(Uri.parse('https://example.com'));
See the official NAVER Share and Open Main guides, plus the NAVER app URL scheme guide. The package is not endorsed by NAVER.