You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ ___
14
14
-[Use](#use)
15
15
-[Setup](#setup)
16
16
-[Basic use](#basic-use)
17
-
-[Especific uses](#especific-uses)
18
17
-[Support](#support)
19
18
-[Contribute](#contribute)
20
19
-[Questions and answers](#questions-and-answers)
@@ -36,7 +35,7 @@ ___
36
35
37
36
Since this package makes use of [image_picker](https://pub.dev/packages/image_picker) package, for platform specific setup, follow the instructions [here](https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker#installation)
38
37
39
-
### Basuc use
38
+
### Basic use
40
39
41
40
```dart
42
41
FormBuilder(
@@ -53,7 +52,22 @@ FormBuilder(
53
52
),
54
53
```
55
54
56
-
See [pud.dev example tab](https://pub.dev/packages/form_builder_image_picker/example) or [github code](example/lib/main.dart) for more details
0 commit comments