angel_common 1.0.0-alpha+1 copy "angel_common: ^1.0.0-alpha+1" to clipboard
angel_common: ^1.0.0-alpha+1 copied to clipboard

outdated

Master package to install the current Angel framework.

common #

version: v1.0.0-alpha+1

Master package to install the current Angel framework. This package installs and exposes the Angel server framework, as well as the following plugins that make up the rest of the Angel application framework:

This package will also install the following, although it does not expose them:

route is exposed by framework, although it is not a plugin.

import 'package:angel_common/angel_common.dart';

main() async {
    var app = new Angel();

    // ...
}