pheasant_meta 0.1.0-beta.2 pheasant_meta: ^0.1.0-beta.2 copied to clipboard
Metadata to use in The Pheasant Framework. This also enlists base objects such as exceptions, errors and more for use in sibling packages.
#
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';