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

chore(validators): released v7.2.0

81cedf5b419adb9ea7a914ba705ccdad58116e39 authored about 3 years ago
add Indonesian language support (#906)

* add Indonesian language support

* delete cupertino import

Co-authored-by: riyan <riyan@i...

737043fa2de955017280b62f96f1341b2a1321b6 authored about 3 years ago
chore: more fixes to CI workflow badges

4609e5c895ac0db04905472b5fe1227cb7f6e56a authored about 3 years ago
chore(validators): released v7.1.0 of form_builder_validators

93dc3259a1374b1d9839df49eb3102a9cea150b1 authored about 3 years ago
chore(validators): bumped up intl_utils version

51b2bd2cc3029084b5e3d482ef61a9f1d6f7fbe3 authored about 3 years ago
Merge remote-tracking branch 'origin/master'

5e156da62bc1fb60f272effeff004cf4609eb2ba authored about 3 years ago
chore: fixed CI badge widgets in package READMEs

964012f8d6c14180a84f1bbfebcc2cc5262d0acc authored about 3 years ago
fixed unique key for chips

851231c21f7f412f71050c2a72aac98d361b67a1 authored about 3 years ago
Fix focus node issue #901 (#902)

* Fix focus node issue #901

* Temp change

* Revert temp change

cb33b5f1560e74e316796cf7c1adff9021119544 authored about 3 years ago
feat(validators): added korean language support (#903)

a602597af2f11569327ebae3aeef2b4b527efbbd authored about 3 years ago
fix FocusNode error

40cebc5f8d59529397a93266740f9abb2ae20973 authored about 3 years ago
fix transformers

f7c11cb518a13f332deff7171080f32a616cf306 authored about 3 years ago
fix transformers

f207067e320cf768d6869b4d144d928ab3b7ac7b authored about 3 years ago
fixed _transformers

9d3ff79cf83e2f9eb0719faec6ddcb2b9c21e6b8 authored about 3 years ago
use flutter_datetime_picker_bdaya instead of the unmaintained flutter_datetime_picker

8b5c8b20c7829154d193bacda2d3d6b2452e22a4 authored about 3 years ago
fixed typeahead test and added a script to run all tests

6650ab44afb36f0aaa06bd696555963092b49c1d authored about 3 years ago
Merge branch 'master' of github.com:danvick/flutter_form_builder into duplicate_field_handling

1afc718d252e213a5a3627a5928c665c8e908ad6 authored about 3 years ago
chore: fixed formatting issues

31984f153241c3380a023157e8b72af7a413fbfd authored over 3 years ago
chore: fixed static analysis issues in repo - esp in package examples

f64b72f00973be39d4eced90f28682fe1fef3b1b authored over 3 years ago
chore: CI workflow fixes

e430904909544a8e9c61d61fae66635577a9c620 authored over 3 years ago
chore: code formattting

be42cb3e356b0ef6d0c316a9d09dd651b7004d2c authored over 3 years ago
feat(extra_fields): upgrade packages, flutter_form_bulder v7.0.0 release

6bbe53ddda6c4602a2bc3ed502ca0cfc3ab5f39e authored over 3 years ago
chore: released v7.0.0

5db3ab995413495797247f8335eea555b34e4314 authored over 3 years ago
Merge branch 'master' into split_packages

# Conflicts:
# packages/flutter_form_builder/CHANGELOG.md
# packages/flutter_form_builder/pubspe...

37b3efb71bed7f696fabd9fff3626482b176ec50 authored over 3 years ago
Merge branch 'split_packages' of https://github.com/danvick/flutter_form_builder into split_packages

125fb35ddf58ce0b5f49adc058366babb82e92e6 authored over 3 years ago
chore: release 6.2.1

d5de278c481cb657989f3e6cc66b5829f3381c14 authored over 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

36be5809031f1325b016b5b8d0919bc60959daa9 authored over 3 years ago
chore: rename function params to avoid linting issues

1c67b61093ebce9d3f3e736129743c196b02c18d authored over 3 years ago
refactored GroupedCheckbox into StatelessWidget (#899)

* refactored GroupedCheckbox into stateless widget

* handle null for tristate

4e7b726be0090613b5368cb04f96840917233350 authored over 3 years ago
handle null for tristate

58904ccf350545c9b5b4d7050beb837cbd77776e authored over 3 years ago
refactored GroupedCheckbox into stateless widget

85b2eed6a4b636db5897c48e02bfe60432ca1016 authored over 3 years ago
Update form_builder_typeahead.dart (#886)

fcb98cf36fa793b0366d6eecc69f6258f24f0e5e authored over 3 years ago
Merge branch 'master' into split_packages

# Conflicts:
# README.md
# lib/flutter_form_builder.dart
# lib/localization/form_builder_localiz...

315285d565a1b495c93e5746e713f4c870fd686c authored over 3 years ago
chore: release v6.2.0

940dfa8251f9b85bb5023ad3507483aa5e3dbd75 authored over 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

efe3febd279536f63e55e7401a7b6a0392ced18f authored over 3 years ago
feat: rename validationAutoFocus to autoFocusOnValidationFailure - clearer

4a9ea71918176a834105fc4db63bf13888fcf5da authored over 3 years ago
chore: replaced pedantic with flutter_lints package for static code analysis

b70bf6d50da5b359bf421f951e557a1c9633a27e authored over 3 years ago
Fix for #874 (#889)

778271a199b92bca2d073f2d1fd4cf11fa0249bb authored over 3 years ago
chore: flutter format

ea6b0fb7bc5f56c662c8aa5e300ba20729ee0718 authored over 3 years ago
chore: code cleanup

de75d606e2932528a200109088c2aa085a439d59 authored over 3 years ago
Add Validation Auto Focus Parameter (#884)

* Added parameter to form allowing user to choose whether or not the form auto focuses on the fi...

1cedd87796a9aa57657f79bec983b1cba3e445d5 authored over 3 years ago
fix: Remove autovalidate flag form Readme.me example (#877)

6788a454b93342f8b63f74daea1dee911060fc55 authored over 3 years ago
improve getTransformedValue logic, fixed text field

43702c88e646a13fb9a87df246bc38908ef0c86b authored over 3 years ago
initialize _instantValue

372d060fb36b8458b0143b9341c96af9d575d717 authored over 3 years ago
reworked form value caching

000f9692e7b9070a4614dbf09d7abceb69bbada0 authored over 3 years ago
introduced temp cache for form fields that get removed from memory

7e86a2217a52b87e1e8124e4767a5524d6517a89 authored over 3 years ago
when replacing a field, pass down the old value to the new field

c67139e8e78157ed590771efc9a4025b4a454e71 authored over 3 years ago
chore(extra_fields): released form_builder_extra_fields v7.0.0-alpha.6

774567bafda4f2200ea3c74c5c4a1aa4711d1b4e authored over 3 years ago
feat(phone_field): added new package to repo form_builder_phone_field

4614d4d5c4c68b7aa95813fa6a53d29a18ba23c8 authored over 3 years ago
chore: added flutter_linting for code analysis & linting

5cb36b8f33fb9fa8b38fba9762a4f6c972e3be46 authored over 3 years ago
chore: improvements to example apps

39fb48cf8fee50ab1e5d623f2f105ca5c9f76caa authored over 3 years ago
feat(extra_fields): updated dependencies flutter_color_picker and dropdown_search

also included flutter_lints for code analysis and linting

cf2d2b570f9e5453fc63321d7cc67849dcff5bd6 authored over 3 years ago
chore: remove print functions used in debug

f38d2f50d842b5749816ad3316275f26b4fd3815 authored over 3 years ago
feat(core): added option for Dropdown menuMaxHeight

648c277178fade39960f94534e452cf21b3d3549 authored over 3 years ago
chore(validators): released v7.0.0

194ff0bd1aec1ec78ea3117022139e8bc8a8d591 authored over 3 years ago
chore(validators): released v7.0.0-RC.1

3a70090031ae2e1963c5a4aa83ddc94fb79fb457 authored over 3 years ago
feat(core): got rid of form_builder_fields package, merged with form_builder

39a28cf5d980464167be0fbedb0043026db00539 authored over 3 years ago
feat(validators): maxLength and minLength can now validate Iterable values length

ee7509a4057d0d875829aa4d97ca0e07f5a4c578 authored over 3 years ago
chore(extra-fields): released v7.0.0-alpha.5

40c4de9a05f2550d02218906fc34ebafa924c582 authored over 3 years ago
feat: changes to FormBuilder field types

769108080927cc37ff17d330577ee96950028a78 authored over 3 years ago
chore(core): released v7.0.0-alpha.3

670e17d455c49d9eef783da063b8518ef7719367 authored over 3 years ago
chore(fields): upgrade to form_builder v7.0.0-alpha.3

e3c9cfdedc3d5e6a8b8185ccce08102d148e7ccd authored over 3 years ago
chore(validators): released v7.0.0-RC.0

4b8e67e6657ea48bd0b0bcbbc20e536e05e33c9b authored over 3 years ago
feat(extra_fields): upgrade to v7.0.0-alpha.3 of form builder

f7440be4411cc0504379af67803f71ed675550c1 authored over 3 years ago
chore(extra_fields): update dependencies

4947c49cf60ecb8d6b8cd054469cfeb896b069c1 authored over 3 years ago
fix(fields): fix null-safety issues in datepicker and daterange picker

8de608e83f6569fcfafd6d9db6e0b85e147f6a52 authored over 3 years ago
feat(validators): update dev dependency packages

1ac99e78e45a855251c2f40d80f3c49260487611 authored over 3 years ago
feat(validators): added arabic and farsi language support

163bc7d26eb580a49403dbdf27de17b7961e1fcb authored over 3 years ago
Merge branch 'master' into split_packages

# Conflicts:
# README.md
# lib/flutter_form_builder.dart
# lib/localization/form_builder_localiz...

96ac54f2f4573f9f497df56a3fd8187c9022ff63 authored over 3 years ago
chore: new version of pedantic on example

05413c07988bc39ab2a354e3b3ba3c6cd24f5767 authored over 3 years ago
chore: released v6.1.0

79d8898348f567f7fcd169a527a6c12518e80493 authored over 3 years ago
chore: code cleanups

2d95e8202c4d75967d50ebc82d461ed45f40ba35 authored over 3 years ago
fix: remove extension for FormBuilderState; add functions directly to class

bb1e8617aab4735701fb80ac5536f37dc4419cdc authored over 3 years ago
chore: change decoration() in FormBuilderField to getter

19b82a0daa220baeb4f06bcf0098b45e74923320 authored over 3 years ago
Change value property to fix #725 & #681 (#854)

According to documentation `initialValue` of any field can be null.

db10a1aae9c655db2c53f5e607f5ea6fd10c76bf authored over 3 years ago
remove internal value (#814)

Remove field from internal value map on when a field is unregistered.

Co-authored-by: Danvick...

ee15f930e06fc7068853394be9e85d8757ba81d3 authored over 3 years ago
fix: rename fields for custom error to conform with Flutter form naming

5d29dad4336615e94eaee67c4d9c339fe52616f4 authored over 3 years ago
chore: update to latest version of pedantic

46376f4a9152b827dddcdb00bc679ff2aac0cc5d authored over 3 years ago
chore: remove old dependencies

05d2222cf18e2a36c11f71c601be39d2986dbf8a authored over 3 years ago
Auto scroll to error + Custom error (#856)

* Removed widget.decoration?.errorText

* hotfix

* auto scroll to error + focus on first wr...

aba0f42cda1985970e5ffaed739aa92be448a073 authored over 3 years ago
Persian/Farsi language support added (#864)

ef2686bbb57cb2a56b7f9d0206aec9f64e1f627d authored over 3 years ago
fix(core): fix FocusNode issues in FormBuilderField

52c1fc907931a1a64ad3af4e6b4a4c2c59965321 authored over 3 years ago
Made maxLines property nullable and added assertions (#810)

* Made maxLines property nullable and added assertions

maxLines must be nullable to be able t...

162fce8b6f1ed99ee4b9ead80f7dcb4e9af41ca4 authored over 3 years ago
added arabic locale (#823)

* added arabic

* fixed placeholder error

145bd1f33f0d79b72fbd757b4b5ae1cdf4aebde8 authored over 3 years ago
chore(extra_fields): Fix example

51a1fd57783777f60b5e1849d5134bca8678fd5f authored over 3 years ago
fix(extra_fields): rename InputType to CupertinoDateTimePickerInputType

26fcddc81b3225b5129fa3a0d9936fefd3583a88 authored over 3 years ago
chore(core): include all form_builder ecosystem packages to core README

346cecf2bfe39011d9f34eaa4a1c831a73954076 authored over 3 years ago
chore(validators): amend to validators documentation

ad802e6c1a442d39cee707c6e6fa8af292ca5a37 authored over 3 years ago
fix(extra_fields): use null-safe version of flutter_chips_input

59b4913a472d996596f55a0f5d67f081bce7f333 authored over 3 years ago
chore(fields): formatted example tests

3e582fa4bc22b94731b28ccc48321070ed9fd785 authored over 3 years ago
chore(extra_fields): formatted example tests

ddbb7fd431f656427abfbcbae1ca9596681c4c96 authored over 3 years ago
chore(extra_fields): Added ci workflow for extra_fields package

7cede93e70b9576c97ffb0aa6ead4babf2c92ebd authored over 3 years ago
chore(fields): Added fields ci workflow

5aea99573e6efd4cad5f70ae168beb204610edd1 authored over 3 years ago
fix(fields): Fixes to null safety types

225b897382fcdd5f6e9c02f936df34f6d578c972 authored over 3 years ago
Merge branch 'master' into split_packages

1108b342fc516450bfa82ba86d816b52dac2a85a authored over 3 years ago
chore: transfer ValueTransformer typdef from form_builder to form_builder_field

e00f5d9905efc614b0a38d77f7fff3ae770fc740 authored over 3 years ago
fix: Type fixes for ValueChanged functions

95111a2d5702ebb67bc61c5c41dd691659feaf46 authored over 3 years ago
Fix bug where ValueTransformer called with null. Fixes #804

ea398fa3ef327b8e8099976ded244d141e1b9edb authored over 3 years ago
docs(validators): minor fixes

dfc34f0a3757078e51122de5cf9883299530239a authored over 3 years ago
Release validators 7.0.0-beta.0

baa0d4259acf447049e3ba6da78d7778ea8372db authored over 3 years ago