Skip to content

Commit a2fbf74

Browse files
docs: remove article link for building custom fields in README
1 parent 662bd87 commit a2fbf74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ FormBuilder(
157157
#### Building your own custom field
158158

159159
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.
161160

162161
```dart
163162
var options = ["Option 1", "Option 2", "Option 3"];

0 commit comments

Comments
 (0)