stac_core 0.2.0 copy "stac_core: ^0.2.0" to clipboard
stac_core: ^0.2.0 copied to clipboard

A pure Dart package that provides the core functionalities and common interfaces for the Stac server-driven UI framework.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stac_core

With Flutter:

 $ flutter pub add stac_core

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

dependencies:
  stac_core: ^0.2.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_core/stac_core.dart';
4
likes
150
points
437
downloads

Publisher

verified publisherstac.dev

Weekly Downloads

A pure Dart package that provides the core functionalities and common interfaces for the Stac server-driven UI framework.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ui #widget #server-driven-ui #dynamic-widgets

Documentation

API reference

License

MIT (license)

Dependencies

json_annotation, stac_logger

More

Packages that depend on stac_core