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

Upgraded dropdown_search to latest version - breaking changes. Closes #507

b8e1a02151317dabdacad98206106b6c9439dcb7 authored over 4 years ago
Fixed bug: calling patchValue on DateTimePIcker doesn't update TextField. Closes #505

313581cb78e63cd5334f75e05f7418bfb03783ce authored over 4 years ago
Fix compile error in SearchableDropdown - attribute mismatch. Closes #507

b56386f5c721cb8a217534a2fc3837dd4277e154 authored over 4 years ago
Include FormBuiderField typing for FormBuilderRating. Closes #506

5f65d5e2539fc6173823a9884f8cdf644ec2c831 authored over 4 years ago
Added maxChips options FilterChip to set maximum options. Closes #500

2e70e0173b74e5196782de4dca9740c0a4308921 authored over 4 years ago
Remove pre-release version on 3.14 in README

df2576503f21fce4c2ac56992751b498e3783cb6 authored over 4 years ago
Minor fix to README l10n/i18n guide

b101c7c07529015c4ef1a544accae3f0ce992516 authored over 4 years ago
Included to README instructions for i18n/l10n PRs

87e86b7ed27554bfd2a695938035276814d6048f authored over 4 years ago
Updated package description

6fbdaeb7a4f9062b7acf344cd79eeb91678ee5f8 authored over 4 years ago
After calling patchValue on TextField, take cursor to end of text. Closes #477

6f7a26d9a05c8a3b73fa720c1f0d252c76c93393 authored over 4 years ago
Included v3 to v4 migration guide to README

9a56e118159d97356a61e588991de17de11ee0c3 authored over 4 years ago
Minor improvements and documentation added for location field

ce8f959fa2056cb7d79deac8d34212256c91d863 authored over 4 years ago
Added more file icon types for FilePicker

2dad988d4225bcf767ee519905db72dc47adafe8 authored over 4 years ago
Example app: use new android embedder - Flutter 1.22

1ec6644e7b8a790da69cc4b086602eeb026ded40 authored over 4 years ago
Added new field: FilePicker

62fc4684e082882f7f5419e7102787ca0358369b authored over 4 years ago
Migrated from autovalidate to autovalidateMode - Flutter v1.22

1a440bf6f66e6a43075fe0c7f71000efab262f05 authored over 4 years ago
Ensure options disabled for RadioGroup & CheckboxGroup if readOnly

5845c1af1c8162d35c6cdd07c666b1994e719ad2 authored over 4 years ago
Prevent events from happening while picking image (#460)

daf279a8aac1c3135fa92283a256fd119605d4e2 authored over 4 years ago
Renamed FlatButton to TextButton - Flutter 1.22 renamed

338c6bacefa50cd261e488937b7582dda9c385b4 authored over 4 years ago
ColorPicker dialog: use localized text for ok and cancel button labels

3e3c9453d9a93e7b27406da436013200d38d1354 authored over 4 years ago
Migrate to Kotlin in example app

f298e4649f14b0982149ba0b34e021cf7c174533 authored over 4 years ago
Released v4.0.0-pre.3

ae5659b95c2d53c698487e9b48d7da4e567b6542 authored over 4 years ago
Upgraded pedantic dependency.

9cf93a39ae90612cf93af5cd1afae645494139b8 authored over 4 years ago
Removed an unused import.

6a40566404f561dc1df63407cdb83865848e94a4 authored over 4 years ago
Minor code refactoring to avoid repeated Theme lookups.

22ee720139acfa2581e863ff00617e6e961939fd authored over 4 years ago
Bug fix: Added missing return logic to validator.

161ad1534486a6792a1da75eae99263652a4b57a authored over 4 years ago
Upgraded Android embedding to v2. Followed instructions from https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects

25fd441695a1f2321e4ec7cf8e2e33614063f603 authored over 4 years ago
Transitive dependency upgrades.

9b61e3c5e17e5c02667cc02278affaf00f4962a9 authored over 4 years ago
Minor improvement to localization lookup.

a04e162e0c162530b0258833834ca961237b4942 authored over 4 years ago
Replaced FlatButton with new TextButton, part of Flutter 1.22.

d8555ed150779bae693303a1f2694317b2cb9a48 authored over 4 years ago
Released v4.0.0-RC.1

dcd8799b94e9993241ba70534e69e5a402d11784 authored over 4 years ago
Merge branch 'version_4' of https://github.com/danvick/flutter_form_builder into version_4

# Conflicts:
# lib/src/fields/form_builder_country_picker.dart
# lib/src/fields/form_builder_dat...

adfe909d28bba2899f76e2a1a1843344661b8ccc authored over 4 years ago
Fix RangeSemanticFormatterCallback renamed (#427)

Co-authored-by: Danvick Miller <[email protected]>

a6fa0e580e06a1364d51022329ca779d8cd6903b authored over 4 years ago
AutovalidateMode changes (#471)

c550969f36255a48e391d73349a44b192fa513fb authored over 4 years ago
Released v3.14.0

22ed4704b204ed805a5fea93f669fa3cab4a03e6 authored over 4 years ago
Change autovalidate to atovalidateMode

4b0bde1f9ac940ae02991e8eab0c0b1e6968048b authored over 4 years ago
Merge branch 'flutter_master_channel' of https://github.com/danvick/flutter_form_builder into flutter_master_channel

5b7517bbe7168dce19e65fdb5b7d1ef328d64858 authored over 4 years ago
fix build for flutter >=1.21.0-9.1.pre (#472)

Co-authored-by: Mike <[email protected]>

bbc129461e68528736410bc742f9996670598333 authored over 4 years ago
Merge branch 'master' into flutter_master_channel

# Conflicts:
# CHANGELOG.md
# pubspec.yaml

c19a61358b1aac93d00f09604850eaa4ea93dd2a authored over 4 years ago
Upgrade image_picker and image_picker_for_web dependencies

13107b4a58bd0d56686d61a264ef85e242e8f64f authored over 4 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

3baa90db16d084b93f318fe01befedc728a43e12 authored over 4 years ago
Bug fixes (#455)

* Added null check for val in onSaved and validator

When _savedValue != null Card widget is m...

0b2c8ed432981859e6eb9d4424e4c5ec0e23b10b authored over 4 years ago
Fix the type of FormBuilderTextField to String to avoid dynamic on validation

859a40c38ab1c216b586b93cbbb58b6e43f20086 authored over 4 years ago
Prevent events from happening while picking image (#460)

I ran into an issue on iOS with the bottom sheet controls (the select source buttons and dismiss...

2d5f61b3863b058b9b6213aac25f6b62b65bd44e authored over 4 years ago
Fix bug where FormBuilderCheckboxGroup value set to widget.initialValue. Closes #467

28299b53daf9c6e77122cc6084b21c830419b98a authored over 4 years ago
hide floating label if field is empty (#461)

Co-authored-by: t.kroeniger <[email protected]>

19d9800a11920d4215bb697fa74f1b043abff125 authored over 4 years ago
More documentations and improvements

c64a9281a06bae052ff636f43ef7c3cf67ccbd29 authored over 4 years ago
Add defualt placeholder image for ImagePicker

e976d8fc69099d155b4956e832d8cd39f4a07ef8 authored over 4 years ago
For default DateTimePicker format, use localized DateTime formats

048847eadf2846ed6d56884f2852f54752f8f6a7 authored over 4 years ago
Removed CountryPicker

cb294576c3941ff2ec6755a70c66b5405d837aa9 authored over 4 years ago
Fixed bug in DateRangePicker where user can just pick one date

77716295fe95acb987dd32702780275d3c1dfbe2 authored over 4 years ago
Fixed bug in DateRangePicker where user can just pick one date. Closes #434

efa8df050c5c4e7add996d7af1c63e2943555984 authored over 4 years ago
Update to latest flutter_chips_input. Fixes #415

286a2ff744e96f6a9a4f85c7aa5a123427fa8dfe authored over 4 years ago
Fix bug in dropdown where setting enabled to false doesn't affect input. Closes #450

1d27f2220f62bde4bc67316af7e5c3b0f661d25f authored over 4 years ago
Upgraded flutter_chips_input to latest version

6d3b731a9fe31a278095d52e3859082726a0a8eb authored over 4 years ago
Done with SearchableDropdown implementation, deprecated CountryPicker

fdca9811e8bc7e16a6029f92dc4bc1e7ba530ab2 authored over 4 years ago
Use Swift in Example project instead of Objective C. Wired Google maps API in iOS

6fd35b28337ad34448387bd42f36ae25b307c321 authored over 4 years ago
More documentation

c9843aba08f716e621c359d20c7a3698d775fa0c authored over 4 years ago
Fix bug where changes from user defined TextEditingController not detected. Closes #448

8c3f0143b34d288c79dec2829c037a47a502f2f1 authored over 4 years ago
Started working on documentation

82959b3da7919db5a12191b90f1b31356360ea5f authored over 4 years ago
Fix for label overflows in Radio & Checkbox Groups

e149f45c845f7e7290d8ab0e4733e6dba4bcd011 authored over 4 years ago
Renamed GroupedRadioOrientation & GroupedCheckboxOrientation to OptionsOrientation

50b416a16a987653843d7f4acb17c50094fea091 authored over 4 years ago
Fixed bug in DateRangePicker where if no value picked, data cleared

1f5b6f233f1c03acf8df303561d1d75267a64a27 authored over 4 years ago
Fixed bug where validate() always returns true. Closes #440

57486587eced63bc6e566ef42eb6803742029e59 authored over 4 years ago
Use locale for default DateTimePicker format

9e561a4b038b266765d04bf2411a9e9ac1f1804c authored over 4 years ago
Fixed bug in DateRangePicker where onChanged fires before change. Closes #434

The field is also cleared if change is cancelled.

5f464dafa4d61c198699914a3569bb3c61ab3753 authored over 4 years ago
README Formatting

bc9b8cf0cc7163d59f14f5da7f2d2672481e8594 authored over 4 years ago
README Formatting

f5c5ebdb46091981799b7a2ccd028a4f56256f87 authored over 4 years ago
Include changes made in v3.13.4

7957e87822fe080d264f8f07cef557ec8a8eef80 authored over 4 years ago
Merge branch 'master' into flutter_master_channel

# Conflicts:
# CHANGELOG.md
# pubspec.yaml

6005785dfdc07e307dc2b8e92e0435f4aa66ca4f authored over 4 years ago
Fix for label overflows in CheckboxGroup

204332fbe7ccf06d865a237265647e1ad103ae9b authored over 4 years ago
Fixed bug where CountryPicker.onSaved breaks if value is null

121d77b6a0b3114aa665e176078c84a2d923b1b8 authored over 4 years ago
Fixed bug where initialValue not saved

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

b1500b9824eafed17946e90f092b359324471873 authored over 4 years ago
Include instructions for Flutter versions and corresponding package versions

c88548a1e50774dc44779f9b20150e046c677bc9 authored over 4 years ago
Fix for label overflows in Radio Groups (#431)

* #317 fix for initializing signature

* resolve review comments

* fix final review comment...

500833b74ec0651b73b5f1c40ba3adf27860edc1 authored over 4 years ago
Upgrade to latest flutter_chips_input

8f5971ec9220e2df72dde7190b363abb80e88308 authored over 4 years ago
Released v4.0.0-beta.2

d41694a95bfc9e68899faabe82f46bfdf300d205 authored over 4 years ago
Set minimum flutter requirements in pubspec environment

1afb25165ce616a4d0c9824f42bbab92304b33d3 authored over 4 years ago
Updated dependencies

782457875d64aac02f81619fcfeaf38b96e34a1d authored over 4 years ago
Fixed bug where initialValue not set in DateTimePicker

80756dc09a0fee45c91996a81c0e6c8539c7e898 authored over 4 years ago
Fix v3.13.3 release date in changelog

81476a05f671df19d16667747791cd989e1bb8da authored over 4 years ago
Release v3.14.0-alpha.2

ae5f7fe2da0bac65ccd8c3fd60dda9985f7e7bde authored over 4 years ago
Merge branch 'master' into flutter_master_channel

# Conflicts:
# CHANGELOG.md
# pubspec.yaml

5a4b9def60f6df7f8482ea78b3ccdba5ef0bf495 authored over 4 years ago
Release v3.13.3

1ede7fb11484bdd307ede544d1b00261145e6bb7 authored over 4 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

0c411509c4a40ceaabc9e9dada2389aa53e933be authored over 4 years ago
Minor improvements for ImagePIcker on we. Closes #414

4873d78f2be302e20e9b61b7f717f477f2426b5b authored over 4 years ago
Allow null initialValue for CountryPicker. Closes #421

471f31cffd33706c38a911d6b666dbd0cf70062e authored over 4 years ago
Fixed bug where onChanged is not fired in CountryPicker. Closes #424

fb9bf99f3d6228edbb88d054a6bad83ba3d77186 authored over 4 years ago
Added video tutorial reference to README.md (#429)

0a96c4d59b3bfc481b1c9fb3a222ed237c590d5f authored over 4 years ago
Add flutter 1.20.0 requirement to pubspec (#423)

e133e680e4c79334a2b8b41d90ed82cd0bab43bd authored over 4 years ago
Fix bug where CountryPicker still works in readOnly. Closes #413

89a6274fd4639bac6b0b994003c62c982f6c3873 authored over 4 years ago
Release v3.14.0-alpha.1

a43e72c31357cc673ae8ae81c3b1ecf1c68eda3b authored over 4 years ago
Fixed RangeSemanticFormatterCallback error

2f546e02da1267e3909e3f0cb47cf82eca801de9 authored over 4 years ago
Fix issue where form's initialValue would potentially be ignored. Fixes #341

8c976a2b5b8f3d42e4481ac275dd258770fe5d89 authored over 4 years ago
Use latest flutter_datetime_picker. Fixes "Error: Type 'DiagnosticableMixin' not found". Closes #406

6702bc7e994008b525eac2c979c46eb8d6c44422 authored over 4 years ago
Added new example, Signup Form

cc3313fe72ec29a2e7dc679aef6be4a6c819c9d7 authored over 4 years ago
Fixes to focus and focusNodes, check if field is touched.

406b96e323c5eb7393e096b73c1714e31456a4f4 authored over 4 years ago
Had forgotten to include FormBuilderLocationField file to commit 🤦🏾‍♀️

bdbd1c6a4f5712d78ecc766eb80661c385468fa2 authored over 4 years ago
Fixed issue where equal validator yields required errorText

5b0dbf74ff0152d68a3862b968d73bed23a7c2a1 authored over 4 years ago