retro_form

A Flutter plugin to implement dynamic form builder from Smartters

Getting Started

Add retro_form as dependency in pubspec.yaml

dependencies:
retro_form: <latest version>

Import plugin class to your file

import 'package:retro_form/retro_form.dart';

Simple use

      RetroForm(
        url: <Your base url>,
        redirect: <Redirect page to go after submit>,
        formId: <Form id>,
        deviceId: <Device id>
      )

Libraries

google_maps_place_picker_mb/google_maps_place_picker
google_maps_place_picker_mb/providers/place_provider
google_maps_place_picker_mb/providers/search_provider
google_maps_place_picker_mb/src/components/animated_pin
google_maps_place_picker_mb/src/components/floating_card
google_maps_place_picker_mb/src/components/prediction_tile
google_maps_place_picker_mb/src/components/rounded_frame
google_maps_place_picker_mb/src/controllers/autocomplete_search_controller
google_maps_place_picker_mb/src/google_map_place_picker
google_maps_place_picker_mb/src/models/circle_area
google_maps_place_picker_mb/src/models/pick_result
google_maps_place_picker_mb/src/place_picker
html_editor_enhanced/html_editor
html_editor_enhanced/src/html_editor_controller_mobile
html_editor_enhanced/src/html_editor_controller_unsupported
html_editor_enhanced/src/html_editor_controller_web
html_editor_enhanced/src/html_editor_mobile
html_editor_enhanced/src/html_editor_unsupported
html_editor_enhanced/src/html_editor_web
html_editor_enhanced/src/widgets/html_editor_widget_mobile
html_editor_enhanced/src/widgets/html_editor_widget_web
html_editor_enhanced/src/widgets/toolbar_widget
html_editor_enhanced/utils/callbacks
html_editor_enhanced/utils/file_upload_model
html_editor_enhanced/utils/options
html_editor_enhanced/utils/plugins
html_editor_enhanced/utils/shims/dart_ui
This file shims dart:ui in web-only scenarios, getting rid of the need to suppress analyzer warnings.
html_editor_enhanced/utils/shims/dart_ui_fake
html_editor_enhanced/utils/shims/dart_ui_real
html_editor_enhanced/utils/shims/flutter_inappwebview_fake
html_editor_enhanced/utils/toolbar
html_editor_enhanced/utils/utils
retro_form