angulardart_prerender 1.2.2
angulardart_prerender: ^1.2.2 copied to clipboard
Prerendering tool for AngularDart applications to improve SEO.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate angulardart_prerenderUse it
The package has the following executables:
$ prerender
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add angulardart_prerenderWith Flutter:
$ flutter pub add angulardart_prerenderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
angulardart_prerender: ^1.2.2Alternatively, 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:angulardart_prerender/angulardart_prerender.dart';