Create form screen using digit_components
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.