Skip to content

Commit c88548a

Browse files
committed
Include instructions for Flutter versions and corresponding package versions
1 parent 8f5971e commit c88548a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
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/>
5+
[![Youtube Video Tutorial](https://imgur.com/AWzRq5Hl.png)](https://www.youtube.com/watch?v=7FBELQq808M)
6+
67
[Check out the video tutorial from SyntacOps on Youtube](https://www.youtube.com/watch?v=7FBELQq808M)
78

89
## Simple Usage
910
To use this plugin, add `flutter_form_builder` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
11+
For Flutter 1.17.x, use version 3.12.x
12+
For Flutter 1.20.x, use version 3.13.x
13+
For Flutter channel > stable (beta, dev, master), use version 3.14.0-alpha.x
1014

1115
### Example
1216
```dart

0 commit comments

Comments
 (0)