Pub Version Pub Publisher GitHub Actions Workflow Status

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 pheasant_meta

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

Usage

import 'package:pheasant_meta/pheasant_meta.dart';

Libraries

pheasant_meta
The Pheasant Metadata Library