polymer_ajax_form 0.1.0
polymer_ajax_form: ^0.1.0 copied to clipboard
Submit custom polymer(.dart) elements using forms.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add polymer_ajax_formThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
polymer_ajax_form: ^0.1.0Alternatively, 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_ajax_form/ajax_form.dart';
import 'package:polymer_ajax_form/form_input.dart';