Skip to content

revelotech/video_formx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormX Video Repository

Welcome to the official repository for the FormX tutorial video! This repository is designed to provide you with a comprehensive reference for the code demonstrated in our video about how to implement a form with FormX.

About the Tutorial

In this tutorial, we dive into the process of implementing a form with Flutter, first using MobX and then refactoring it with FormX. Whether you're a beginner looking to expand your Flutter skills or an experienced developer, this tutorial has something for you. The video complements the content in this repository by providing detailed explanations with a step-by-step walkthrough.

Code along with the video

Clone or download this repository's zip file to your local machine and open the initial-state tag using the following command:

git checkout initial-state

Repository Structure

This repository is organized into different commits to showcase the incremental progress of the form's development. Each commit corresponds to a specific stage of the tutorial and highlights the changes made to the codebase. This incremental approach allows you to understand the difference between using or not FormX on your app.

To view the code for a particular step, navigate to the associated pull request:

Other references: