shape 0.0.1 copy "shape: ^0.0.1" to clipboard
shape: ^0.0.1 copied to clipboard

A package for building forms that can be easily reused, validated, and parsed, primarily for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shape

With Flutter:

 $ flutter pub add shape

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

dependencies:
  shape: ^0.0.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:shape/shape.dart';
3
likes
140
points
32
downloads

Publisher

verified publisherbetterment.dev

Weekly Downloads

A package for building forms that can be easily reused, validated, and parsed, primarily for Flutter apps.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, meta

More

Packages that depend on shape