Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/flutter-form-builder-ecosystem/flutter_form_builder

Simple form maker for Flutter Framework
https://github.com/flutter-form-builder-ecosystem/flutter_form_builder

Use ObjectKeys to enforce rebuild after reset

d04bda6d77b93613b8afd8bfd026f3b7090594c6 authored over 4 years ago
Added decoration attribute to ImagePicker, deprecated labelText

ab1f0f1e908313db1339399ce316657677c1bba7 authored almost 5 years ago
Remove deprecation for initialTime & initialDate in DateTimePicker

e409a0bec7050262386439c445f2047d5cbf1452 authored almost 5 years ago
Random fixes

a304845101023cacc78916353d8ccdd6e9c5c40a authored almost 5 years ago
Use ObjectKeys instead of Unique keys - much cheaper

67533f25d955c700cccae52d93039311c2fb6796 authored almost 5 years ago
Updated CHANGELOG and README for 4.0.0-alpha.2

338af9aa04a00f94572bdc64e2d4844163e57264 authored almost 5 years ago
Remove Deprecation for initialDate and initialTime for DateTimePicker, user could prefer to set

aed1701c718c9d3eb2f8e554824976885bb58182 authored almost 5 years ago
SignaturePad: Use signature: ^3.0.0 package instead of self-maintained - comes with breaking changes. Reset also done!

4638beb1b6a4add82496ff57350fb37a5d1c2937 authored almost 5 years ago
On field reset, use calculated initialValue instead of widget provided initialValue since it may have been set by the FormBuilder

5d2f4b0da5ed00716445393198d98900ebd5240e authored almost 5 years ago
Included pedantic for Dart Analysis

498b2923a3e6eac60ee642efee68636a7d5d1b5c authored almost 5 years ago
Fixed form reset problem with UniqueKey()

e11f72b5e6a438b8f52d1bf2a41419ebb25a9c1b authored almost 5 years ago
Fixed bug where setting form-wide readOnly to true doesn't affect fields

25faefc081c3fba3e6d061de7c29a8fdcebe5168 authored almost 5 years ago
Add to FormBuilderField onReset callback - to enable user to react to reseting by changing the UI to reflect reset

7f5f07fa34767e28acdc8e2218ced4e8e0c292ec authored almost 5 years ago
Fix issue where TypeAhead disabled while readonly is false

321a0ac97f968f3a35c1778dde9df4ff31b24ffa authored almost 5 years ago
Fixes to TextField - aviod maintaining focus, reset well done

1376247726830df23918ff07f2a36d0a4623cdc6 authored almost 5 years ago
Minor formatting

5d604295471a6e12118957db6923c94fc75d1177 authored almost 5 years ago
Delete unused FormBuilderCustomField

52054bc08ea7866e80946deba05fb57c713e7f8f authored almost 5 years ago
Minor fixes before 4.0.0-alpha.1 release

6f499a178f6238ef64a01f58cce29733ac184b03 authored almost 5 years ago
Merge branches 'version_4' and 'version_4' of https://github.com/danvick/flutter_form_builder into version_4

# Conflicts:
# .idea/dictionaries/danvick.xml
# .idea/libraries/Dart_Packages.xml
# .idea/librar...

876f2fe347615961ba4d6744448943b49d514d4e authored almost 5 years ago
Released v4.0.0-alpha.1

86b7a627e81df81b7764d3dbaf19ed421bd80378 authored almost 5 years ago
Renamed choice and filter chips file names, Renamed FormBuilderRate to FormBuilderRating

5beb5b865ec9cdeca8c0116a09cb4801e3ea2e79 authored almost 5 years ago
Moved all fields to new implementation, removed some deprecations, renamed

48b991966159b9abc56b4d70a1961aff1d2a43d8 authored almost 5 years ago
Merge branch 'master' into version_4

# Conflicts:
# .idea/dictionaries/danvick.xml
# .idea/libraries/Dart_Packages.xml
# .idea/worksp...

683b269360d2a57604453f113c0e7e15ce19b0b2 authored almost 5 years ago
README improvements

72af06c64923b913d2ff6423454dbd8d1bab7d81 authored almost 5 years ago
Released v3.9.0

3e980acfe5674930184cb56eaa4f1aea37a5a0bd authored almost 5 years ago
Added more options for FormBuilderRate

7342b9f27ad17eba9fa3c1da888c3b8264d379e2 authored almost 5 years ago
Switch from sy_flutter_widgets package to rating_bar package for FormBuilderRate field

671ed72b5cb44b202d875ee3d8a5ebab8edc4aef authored almost 5 years ago
Updated a few dependencies

2095f3b98a4eb1aab96b424804be5b2797c47e1a authored almost 5 years ago
Merge remote-tracking branch 'origin/master'

# Conflicts:
# .idea/libraries/Flutter_Plugins.xml
# .idea/workspace.xml

94a3f988bedf716e5a6d40ad9f127b02628c5af9 authored almost 5 years ago
Removed api documentation and Intellij .idea directory from git

f110007394fb2909ceb1c7f53e12b4913e08dabe authored almost 5 years ago
FormBuilderImagePicker Widget. :) (#250)

* FormBuilderImagePicker Widget. :)

e0403990634d57d95d5a3dc8bfcbc457cd0ef444 authored almost 5 years ago
Assert initialValue is null or controller is null for FormBuilderTextField. Closes #258

b60c3452e462b6977d2a250577c121794b1e28eb authored almost 5 years ago
Fixed bug where locale, textDirection, useRootNavigator & builder not passed down to showDatePicker() and showTimePicker()

8224390e32e8ae865d90f33bf7e0a14ad55f6ceb authored almost 5 years ago
Added option to `allowEmpty` in minLength and maxLength validations. Closes #259

8602975676c8e5c5cd16a07af1bcc5110aaa45a9 authored almost 5 years ago
added option to showCheckmark for FormBuilderFilterChip, along with other options. Closes #260

14f41a96d9434f4c646fd253a1a59b771f61754e authored almost 5 years ago
Bumped up flutter_chips_input to v1.8.0 from v1.7.0

d0bf1dc68b76a784128d49245f498f61f9bbadf5 authored almost 5 years ago
Fix bug where onChange in FormBuilderDateTimePicker doesn't fire when cleared bug. Closes #254

4a0b784566b9926002677febc4949f967f02aebd authored almost 5 years ago
Check that _typeAheadController is non-null before trying to dispose. Closes #256

40cfc4b044b537ac2572d6116bcf055643197393 authored almost 5 years ago
Done checkbox and checkbox list

6d8cb8a178971bffb87d005f7b49b3b223045f09 authored almost 5 years ago
Added boolean to check is form field is pristine

aac7be355b38b83f13270339bdeed2252bff2c62 authored almost 5 years ago
ColorPicker - use TextField instead of TextFormField

a3072d79d1ed0188794b35d18bb6fbccfde35491 authored almost 5 years ago
Created a ColorPickerField

1e77d566a138ee424c7c531fabb01d5d479cb1c8 authored almost 5 years ago
added readonly state to FormBuilderField, FormBuilderFieldState class made public

6f7e40f324c098b9d924d2370aa246734981ec0a authored almost 5 years ago
Created FormBuilderField class, base class for all fields

ab1fd9334e1eeba67e03d79ad3df3aa8a9475631 authored almost 5 years ago
Use CupertinoPicker as custom field example

49eaba125f1a3ad045a6eeaca4d61729ccc8901e authored almost 5 years ago
Released v3.8.2

342277abdb28d9646e379bb24849edecd27a6d6d authored almost 5 years ago
Removed Hall-of-Fame links from sourcerer.io

4c3531daa004a5ab8b22dc36802bbbd2f5309f85 authored almost 5 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

0f01cf73fdf9a340e23cf4ce0baf6c29b362cb57 authored almost 5 years ago
README improvements - added link to `form_builder_map_field`

2a10a7312e21f13f6130d0ff62548141fa1e7b54 authored almost 5 years ago
Pass onTap callback (#246)

bc82e1d8aa63be4e13293dfd97d2d968824eb1dc authored almost 5 years ago
improvements to make documentation work (#247)

the file 'intl.dart' was exported; and I changed FormBuilder Stepper by FormBuilderTouchSpin so ...

3b9323db26cc41c795d62122b1cb5f76f7bb18a8 authored almost 5 years ago
Generate docs for 3.8.1

aa080f7d63ec25e5c7537611baf21130a3f390a0 authored almost 5 years ago
Fixed bug where TimePicker value set to 00:00 when cancelled

e8f028bde805fcc4f571688465f2cbbb498fcaa0 authored almost 5 years ago
Fix bug where initialTime for TimePicker defaults to 12:00, use currentTime. Closes #234

ca32d28907dea84f7e192feb700397c0bd8ce2bb authored almost 5 years ago
When showTimePicker is cancelled, return original value

4a60c8cba0bdb94e671f6f88bf719108038576dc authored almost 5 years ago
Deprecate validator attribute in FormBuilderDateTimePicker, validators should be used

5f6840d88c7fe0b961e3e146b1a6e6af1ce59cbe authored almost 5 years ago
Export flutter_typeahead package so user gets TextFieldConfiguration class

e5c7ef3fe11cad9ef5c45d5ebe0d9e28a610943f authored almost 5 years ago
Bumped up color_picker, added new ColorPickerType - SliderPicker

92e1b86e00a2e4dcaeb9a8602ff1913efdb34eb4 authored almost 5 years ago
Fixed bug where FormBuilderTouchSpin aka Stepper not being disabled when in readOnly

e15f157010080fd12c9f03e6e9a3660832c8d97a authored almost 5 years ago
Added changelog for 3.8.0+1

f0d11fcc072753d20b46066b7979894f5ddf0a01 authored almost 5 years ago
ColorPicker TextField: make readonly; only enable when ColorPicker is not readOnly

37787132544af04e25c8a4460000f0d687c11219 authored almost 5 years ago
Move readOnly cheeck to build method. Closes #179

Makes it possible to switch in-flight

f2aafd0fc005be9a319c42353cd5629d93669ba9 authored almost 5 years ago
Run flutter format

9cf3473c5306160ef53057dfc1aea2e39e3e3830 authored almost 5 years ago
Fixed v3.8.0 release date in CHANGELOG

b0b5db1dd3c75324dfe9fd2aeeb483362545997c authored almost 5 years ago
Added changelog for v3.8.0. #230 should be closed by PR #201

c0941bebc91930af74e69e6f3162acf7d6258a1d authored almost 5 years ago
Show Hex code in ColorPicker TextField instead of Color.toString()

55c6ed69b362d4962ceaa8c779f1794780f1ac8d authored almost 5 years ago
Use flutter_touch_spin package for stepper; New FormBuilderTouchSpin to replace FormBuilderStepper

e3e6ef7e7e68846e6bd8cefe10bd0bd1dc922e2e authored almost 5 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

60eb574622ca9f3769e1d2053b7972300e9663b9 authored almost 5 years ago
Merge branch 'VOIDCRUSHER/add_choice_filter_chip_forms'

# Conflicts:
# example/lib/main.dart

defccb815acce0ec06dfa719a111478b17fc3535 authored almost 5 years ago
export FormBuilderFilterChip & FormBuilderChoiceChip as part of package, included examples

b728d6f0df75173c313fc4efad5655056eb585cb authored almost 5 years ago
Fix some inconsistencies in controller and focus node disposal (#201)

e36768f0ff599822594675ffa3f5960f943eabad authored almost 5 years ago
Fix issues with color pickers, condense into one input with option to change picker type

b7d5927bf87d0ab268c7e804ba7beacb0da50f11 authored almost 5 years ago
Added color picker fields & fixed deprecation (#214)

* Fixed deprecation

* Added color picker fields

1c1e3fe1c9260e3e98aab5ac286d37c9730e5749 authored almost 5 years ago
Moved contributors to credits

f12ed582b938571acd3ac120733f6cae27816415 authored almost 5 years ago
Added contributors images

d18e464feaefdf5ade68ac91e7814428467ed2b3 authored almost 5 years ago
Bumped up intl, datetime_picker_formfield & flutter_chips_input. Closes #204, #215, #211, #207

fe8e49f70e98866578bab006ae98a8d7dd902ea2 authored about 5 years ago
Fixed context.ancestorStateOfType deprecation

92de51ef9eab9b07913a363f65e5a105d3f26d4b authored about 5 years ago
ISSUE-186: [Feature Request] filter/choice chip form builder

Add chip form example to readme

2298722513051b375ed90e12d48cbe8a3208fa75 authored about 5 years ago
ISSUE-186: [Feature Request] filter/choice chip form builder

Adding simple Wrap-based filter/choice Material chip forms.

349737d978da57c26b3a2d3ac9603e71400e0698 authored about 5 years ago
Released v3.7.2

fac0e1b197208adb803c2ccf3a0c6be97053e678 authored about 5 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

ef2c59060b318137b42cc5ae28a87146578f4967 authored about 5 years ago
Fix (email validator): Trim white-spaces surrounding email before validation (#190)

1b1591b970071ab1573abd2bd8af64499401e9e3 authored about 5 years ago
Update form_builder.dart (#191)

Merge initialValue and value

27ac5c6da1ae92b3a984b4e0238ef9c0fda057b2 authored about 5 years ago
Use num instead of double for FormBuilderStepper to allow for either int or double

f5105cf30ca09be41821f8e0a6cedc6bd96c74ef authored about 5 years ago
Released v3.7.0

6b4a0d229cff0467d2910c18efb1a0583aa06024 authored about 5 years ago
Allow double values for FormBuilderStepper. Closes #182

d1da27850fcc0df6a7cd23ac6399186691c5eb6a authored about 5 years ago
Fixed bug where readOnly not working in FormBuilderDateTimePicker. Closes #179

1cfcfa6d36876fa15fc2cdff902f2d05f2771857 authored about 5 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

4410c7388136b82bf4c261edea44c1d4f85bfd41 authored about 5 years ago
Fix issue where initialFirstDate and initialLastDate in (#178)

Widget declaration are not considered when showing date range picker.

5c31cafc616e6756989ffa01ee7e7d07da7cfa96 authored about 5 years ago
Fixed minor merge issue

c70c989ea14aca780c1cd746d61d855eac3102f5 authored about 5 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

59798c7a48d7d2aba0e77cfdc9ab0c0a926c8ed6 authored about 5 years ago
added key to all the widgets (#184)

* Hi danvick, thanks for this helpful library.

As every widget provided by flutter have Key a...

93e67fa2000a9f33acf9b96b4834da685c24c608 authored about 5 years ago
Fixed bug where custom controller not working in TypeAhead. Closes #144

95fc64a4a54274eafbde46b358597eb1bfb48273 authored about 5 years ago
Added keys to field widgets

6690a1bf27c2bb8faa98826a1d5ffae43740100c authored about 5 years ago
Added boolean to check is form field is pristine

b5122bc9c4cff23fc6ff664fbab228b18260032a authored about 5 years ago
Done checkbox and checkbox list

6defb8d5902550c4c1cc5a99ca51b8fff7ed388e authored about 5 years ago
Merge branches 'master' and 'master' of https://github.com/danvick/flutter_form_builder

0decb31bdfff6f75d7889e88b2570d3a867ecd9a authored about 5 years ago
Included back onSaved function

afe9b1b9656186cdfe4a8e85291b7b4b57527c92 authored about 5 years ago
Bumped-up flutter_chips_input from v1.5.2 to 1.6.0

78a34bd77c75dae4eb1050f3f4feeaa403fca30c authored about 5 years ago
Only include clear icon next to DropdownButton if the value is not null

0d3d85023cbcfa6807dd2d68d3df6cd690be1cec authored about 5 years ago