play_webuic 0.4.7+3.6 play_webuic: ^0.4.7+3.6 copied to clipboard
Web UI compiler wrapper that publish web_ui files dependencies. Is is used by sbt-dart-plugin https://github.com/cheleb/sbt-dart-plugin
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add play_webuic
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
play_webuic: ^0.4.7+3.6
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:play_webuic/play_webuic.dart';