wapform_flutter 0.2.1
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_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wapform_flutter: ^0.2.1Alternatively, 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';