archery 0.1.0 copy "archery: ^0.1.0" to clipboard
archery: ^0.1.0 copied to clipboard

A full-stack web development framework for Dart lang.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add archery

With Flutter:

 $ flutter pub add archery

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

dependencies:
  archery: ^0.1.0

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:archery/archery/archery.dart';
import 'package:archery/archery/core/application.dart';
import 'package:archery/archery/core/config.dart';
import 'package:archery/archery/core/container.dart';
import 'package:archery/archery/core/http.dart';
import 'package:archery/archery/core/kernel.dart';
import 'package:archery/archery/core/logger.dart';
import 'package:archery/archery/core/provider.dart';
import 'package:archery/archery/core/static_files_server.dart';
import 'package:archery/archery/core/template_engine.dart';
1
likes
140
points
26
downloads

Publisher

verified publisherwebarchery.dev

Weekly Downloads

A full-stack web development framework for Dart lang.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

crypto, http, intl, path, uuid

More

Packages that depend on archery