Create Form Screen
Create form screen using digit_components
Last updated
Create form screen using digit_components
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
This document provides details about creation of a form screen using the official digit_components pub package
Install and setup flutter in our local machine
Create a flutter project
flutter create project_name
Build a form using the digit_components: ^latest_version
In pubspec.yaml add the digit_components and reactive_forms under dependencies
Follow the example file to start with the Reactive forms.