polymer_app 0.1.4 copy "polymer_app: ^0.1.4" to clipboard
polymer_app: ^0.1.4 copied to clipboard

outdatedDart 1 only

Generation and management of polymer application

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate polymer_app

Use it

The package has the following executables:

$ polymer_app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add polymer_app

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

dependencies:
  polymer_app: ^0.1.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:polymer_app/http_service.dart';
import 'package:polymer_app/polymer_app_behaviors.dart';
import 'package:polymer_app/polymer_app_elements.dart';
import 'package:polymer_app/polymer_app_manager.dart';
import 'package:polymer_app/polymer_app_models.dart';
import 'package:polymer_app/polymer_app_routes.dart';
import 'package:polymer_app/polymer_app_services.dart';
import 'package:polymer_app/polymer_model.dart';
import 'package:polymer_app/utils.dart';
0
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Generation and management of polymer application

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, args, dart_style, http, path, polymer

More

Packages that depend on polymer_app