Skip to content

Commit 0c41150

Browse files
committed
2 parents 4873d78 + 0a96c4d commit 0c41150

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This package helps in creation of Flutter Forms by providing the syntactic sugar for creating a Form Widget and reduce the boilerplate needed to build a form, validate fields, react to changes, and collect the value of the Form.
44

5+
[![Youtube Video Tutorial](https://imgur.com/AWzRq5Hl.png)](https://www.youtube.com/watch?v=7FBELQq808M)<br/>
6+
[Check out the video tutorial from SyntacOps on Youtube](https://www.youtube.com/watch?v=7FBELQq808M)
7+
58
## Simple Usage
69
To use this plugin, add `flutter_form_builder` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
710

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:
77
sdk: ">=2.6.0 <3.0.0"
8+
flutter: ^1.20.0
89

910
dependencies:
1011
flutter:

0 commit comments

Comments
 (0)