apptive_grid_form 2.1.0 copy "apptive_grid_form: ^2.1.0" to clipboard
apptive_grid_form: ^2.1.0 copied to clipboard

A Flutter Package to display ApptiveGrid Forms inside a Flutter App.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apptive_grid_form

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

dependencies:
  apptive_grid_form: ^2.1.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:apptive_grid_form/apptive_grid_form.dart';