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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,6 @@ FormBuilder(
157
157
#### Building your own custom field
158
158
159
159
To build your own field within a `FormBuilder`, we use `FormBuilderField` which will require that you define your own field.
160
-
Read [this article](https://medium.com/@danvickmiller/building-a-custom-flutter-form-builder-field-c67e2b2a27f4) for step-by-step instructions on how to build your own custom field.
161
160
162
161
```dart
163
162
var options = ["Option 1", "Option 2", "Option 3"];
0 commit comments