vyuh_extension_content 1.0.0-beta.6 copy "vyuh_extension_content: ^1.0.0-beta.6" to clipboard
vyuh_extension_content: ^1.0.0-beta.6 copied to clipboard

An extension for the Vyuh framework for creating CMS integrations

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vyuh_extension_content

With Flutter:

 $ flutter pub add vyuh_extension_content

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

dependencies:
  vyuh_extension_content: ^1.0.0-beta.6

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:vyuh_extension_content/vyuh_extension_content.dart';