hrms_webproject 0.0.1
hrms_webproject: ^0.0.1 copied to clipboard
A web app built using polymer.dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hrms_webprojectThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hrms_webproject: ^0.0.1Alternatively, 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:hrms_webproject/control_attinput.dart';
import 'package:hrms_webproject/hrms_list.dart';
import 'package:hrms_webproject/main_app.dart';