examples

aidbox-forms-flutter-web

Example of integration Aidbox Forms Builder with Flutter Web

Screenshot

Usage

  final String url = 'https://<your-aidbox-instance-host>/ui/sdc#/forms/builder?form=<form-id>&token=<auth-token>';

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        backgroundColor: Theme.of(context).colorScheme.inversePrimary,
        title: Text('Aidbox Builder Demo'),
      ),
      body: Center(
        child: AidboxBuilderWidget(url),
      ),
    );
  }

Query parameters

Query parameters that can passed to the builder in fragment part of the url are: