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

A comprehensive WebView parser for Stac, serving as a wrapper for the `webview_flutter` package to seamlessly integrate web content within Stac applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stac_webview

With Flutter:

 $ flutter pub add stac_webview

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  stac_webview: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:stac_webview/mirai_webview.dart';
import 'package:stac_webview/parsers/stac_webview/stac_webview.dart';
import 'package:stac_webview/parsers/stac_webview/stac_webview.freezed.dart';
import 'package:stac_webview/parsers/stac_webview/stac_webview.g.dart';
import 'package:stac_webview/parsers/stac_webview/stac_webview_parser.dart';
8
likes
0
points
58
downloads

Publisher

verified publisherstac.dev

Weekly Downloads

A comprehensive WebView parser for Stac, serving as a wrapper for the `webview_flutter` package to seamlessly integrate web content within Stac applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, freezed_annotation, json_annotation, stac_framework, webview_flutter

More

Packages that depend on stac_webview