wapform_flutter 0.2.1 copy "wapform_flutter: ^0.2.1" to clipboard
wapform_flutter: ^0.2.1 copied to clipboard

A Flutter port of a Lazarus/Free Pascal (FPC) based WML form and report engine. Includes line-by-line Dart translations of FPC's db/sqldb/ dbctrls/dbgrids/grids/stdctrls/extctrls units, plus original [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wapform_flutter

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

dependencies:
  wapform_flutter: ^0.2.1

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:wapform_flutter/wapform_flutter.dart';
0
likes
110
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter port of a Lazarus/Free Pascal (FPC) based WML form and report engine. Includes line-by-line Dart translations of FPC's db/sqldb/ dbctrls/dbgrids/grids/stdctrls/extctrls units, plus original WapForm modules (expression evaluator, tag engine, lookup box, banded report builder) built on top of them.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, flutter_html, flutter_html_table, http, printing

More

Packages that depend on wapform_flutter