dart_naver_web_tools 0.1.0 copy "dart_naver_web_tools: ^0.1.0" to clipboard
dart_naver_web_tools: ^0.1.0 copied to clipboard

Dart helpers for the official NAVER Share, Open Main, and NAVER app URL scheme integrations.

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.

1
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart helpers for the official NAVER Share, Open Main, and NAVER app URL scheme integrations.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on dart_naver_web_tools