Skip to content

Commit 0f278c9

Browse files
docs: Fix broken links
1 parent 74866ff commit 0f278c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/flutter_form_builder/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,15 +596,15 @@
596596

597597
## [3.2.1] - 22-Jun-2019
598598
* Add missing attributes for `FormBuilderSlider` to customize `Slider` Widget including `activeColor`, `inactiveColor`, `onChangeStart`, `onChangeEnd`, `label` and `semanticFormatterCallback`. Closes [#80](https://github.com/danvick/flutter_form_builder/issues/80).
599-
* Add support for `underline` to `FormBuilderDropdown`. Credit [Jordan Nelson](https://github.com/jrnelson333).
599+
* Add support for `underline` to `FormBuilderDropdown`. Credit Jordan Nelson (github/jrnelson333).
600600
* Minor fixes to README
601601

602602
## [3.2.0] - 07-Jun-2019
603603
* Bumped up `flutter_typeahead` from v1.5.0 to 1.6.1
604604
* Bumped up `datetime_picker_formfield` from v0.1.8 to 0.2.0
605605

606606
## [3.1.3] - 06-Jun-2019
607-
* Made `flutter_typeahead`'s `onSuggestionSelected` available to `FormBuilderTypeAhead` - Closes [#73](https://github.com/danvick/flutter_form_builder/issues/73). Credit to [daWeed](https://github.com/psrcek)
607+
* Made `flutter_typeahead`'s `onSuggestionSelected` available to `FormBuilderTypeAhead` - Closes [#73](https://github.com/danvick/flutter_form_builder/issues/73). Credit to daWeed (github/psrcek)
608608

609609
## [3.1.2] - 27-May-2019
610610
* Attempted fix for `FormBuilderTextField` retaining focus even after moving to other fields causing the UI to jump back to the TextField
@@ -625,7 +625,7 @@
625625
* Complete rewrite of the package - stateful field widgets
626626
* `FormBuilderCheckbox` - Single Checkbox field
627627
* `FormBuilderCheckboxList` - List of Checkboxes for multiple selection
628-
* `FormBuilderChipsInput` - Takes a list of Flutter [Chip](https://docs.flutter.io/flutter/material/Chip-class.html) as inputs
628+
* `FormBuilderChipsInput` - Takes a list of Flutter [Chip](https://api.flutter.dev/flutter/material/Chip-class.html) as inputs
629629
* `FormBuilderDateTimePicker` - For Date, Time and DateTime input
630630
* `FormBuilderDropdown` - Allow selection of one value from a list as a Dropdown
631631
* `FormBuilderRadio` - Allow selection of one value from a list of Radio Widgets

0 commit comments

Comments
 (0)