pheasant_meta 0.1.0-alpha copy "pheasant_meta: ^0.1.0-alpha" to clipboard
pheasant_meta: ^0.1.0-alpha copied to clipboard

unlisted

Metadata to use in The Pheasant Framework.

#

This package contains metadata, constants and the likes used in the subsequent packages in the framework. It is not intended for direct use, but can be depended on as a dev depenedency when developing plugins and libraries for the Pheasant Framework.

It also contains base classes for creating your own custom metadata for your plugins to be rendered by the framework.

Getting started #

Get this package by running dart pub

dart pub add dev:pheasant_meta

Then you can make use of it directly in your project.

Usage #

import 'package:pheasant_meta/pheasant_meta.dart';