We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204332f commit bc9b8cfCopy full SHA for bc9b8cf
README.md
@@ -8,9 +8,10 @@ This package helps in creation of Flutter Forms by providing the syntactic sugar
8
9
## Simple Usage
10
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
+
+ - For Flutter 1.17.x, use version 3.12.x
+ - For Flutter 1.20.x, use version 3.13.x
14
+ - For Flutter channel > stable (beta, dev, master), use version 3.14.0-alpha.x
15
16
### Example
17
```dart
0 commit comments