angulardart_forms 6.3.1 copy "angulardart_forms: ^6.3.1" to clipboard
angulardart_forms: ^6.3.1 copied to clipboard

Platformweb

Reactive forms framework for AngularDart with FormControl, FormGroup, validators, and form state management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add angulardart_forms

With Flutter:

 $ flutter pub add angulardart_forms

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

dependencies:
  angulardart_forms: ^6.3.1

Alternatively, 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_forms/angulardart_forms.dart';
0
likes
130
points
163
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherqlapp.fr

Weekly Downloads

Reactive forms framework for AngularDart with FormControl, FormGroup, validators, and form state management.

Homepage
Repository (GitHub)
View/report issues

Topics

#angular #form #web #validation

License

MIT (license)

Dependencies

angulardart, meta, web

More

Packages that depend on angulardart_forms