flutter_lyform 0.15.0 copy "flutter_lyform: ^0.15.0" to clipboard
flutter_lyform: ^0.15.0 copied to clipboard

Flutter package to implement forms in an easy, fast and effective way using the lyform and flutter_bloc packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_lyform

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

dependencies:
  flutter_lyform: ^0.15.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_lyform/flutter_lyform.dart';
5
likes
130
pub points
52%
popularity

Publisher

verified publisherlynot.io

Flutter package to implement forms in an easy, fast and effective way using the lyform and flutter_bloc packages.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, flutter, flutter_bloc, lyform

More

Packages that depend on flutter_lyform