Ecosyste.ms: OpenCollective

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

Flutter Form Builder Ecosystem

Support and develop a Form components for Flutter ecosystem
Collective - Host: opensource - https://opencollective.com/flutter-form-builder-ecosystem - Code: https://github.com/flutter-form-builder-ecosystem

fix: export the whole of dropdown_search from barrel

exposes dependency classes for use by user

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 2024555145a86bc8b220f7f1bdbb5996ead255f5 authored almost 3 years ago
chore: fix static analysis warnings

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 53f754bc713398133eb32ca2a8b67ab7a457506c authored almost 3 years ago
chore: release form_builder_extra_fields v8.0.1

github.com/flutter-form-builder-ecosystem/flutter_form_builder - a1ee01a593fef6cdb3220bdc91f40afa6618d355 authored almost 3 years ago
chore: fix static analysis warnings

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 6532dd737f5a3d2536f4ce3d9662439f3714ddeb authored almost 3 years ago
feat: add missing attributes for searchable_dropdown

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 3c1fd7725dea591aea20e3a154e17d93de6155b8 authored almost 3 years ago
chore(validators): released v8.1.1

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 68f3527a3d37368cf8323296cc4afa8732871506 authored almost 3 years ago
feat: added flutter 3 compatibility

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 336b6934fb34b25ec360fdc60378243a7815b0bd authored almost 3 years ago
chore(core): improvements to custom fields examples

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 091935a47b3d9bb9f7db59eb80bd845f66b7c439 authored almost 3 years ago
chore(validators): validate email if value is null

github.com/flutter-form-builder-ecosystem/flutter_form_builder - a11962e2590191062cce3be1a7406094cfa17cf1 authored almost 3 years ago
feat(core): added new dropdown attributes: borderRadius, enableFeedback, alignment. Fixes #1011

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c66e5b13a7b6f2ee62f1de1694fcac3a8616d111 authored almost 3 years ago
fix(validators): changes to tests after email validator fixes

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 0eae4f60df06c344ed21bf5986645218201213c4 authored almost 3 years ago
chore(core): added link in readme to article with custom field instructions

github.com/flutter-form-builder-ecosystem/flutter_form_builder - a97250f6f1dd0c23103b93a0ae30053ee02bd432 authored almost 3 years ago
fix(validators): resolve issue where email validator trims value before testing. fixes #979

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 01b2a8ff58210376d5b4388c1d478de39234e5d8 authored almost 3 years ago
fix(core): resolved 'Null check operator used on a null value' bug in RangeSlider. Fixes #990

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 3deba40a0eca6c013813303ceecd0b700e88c6fa authored almost 3 years ago
chore: release form_builder_validators v8.1.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - f98d40d3d6f7c6c350f316ad8f84071b6a7ccfa6 authored almost 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

github.com/flutter-form-builder-ecosystem/flutter_form_builder - fa654d2c844d7f649d58844dd25b3a601094c0cb authored almost 3 years ago
fix: use v8.* of validators in core example

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 5b0bab2db05050c6f90e7dae7d281e0bc38443d9 authored almost 3 years ago
Integrated Romanian(ro) locale (#1001)

* solved some issues in example

* integrated intl_ro arb

* generated ro messages

* upda...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 64cac1d8a9b94f374a698d004266acededea8b75 authored almost 3 years ago
chore: release form_builder_validators v8.0.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 806c6358984d3aa2e059944333d673c51a48ef02 authored almost 3 years ago
feat: Use FormBuilderLocalizations.current instead of FormBuilderLocalizations.of(context) for localization

avoids passing context to validation functions

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 5dcdcf5bece29c0dad5bc537d42af52f3f3a22be authored almost 3 years ago
feat: added language support for Swahili (sw)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 0ef753f107b5dbe982ceb400727fd8ece5c8b42b authored almost 3 years ago
chore: released form_builder_validators v7.9.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 625995bfbc8591b58a44fe3d722cffbf51e7a06f authored almost 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 4d181fd2f6e960c07e265aa602c74607e6dd48a9 authored almost 3 years ago
chore(validators): improve changelog

github.com/flutter-form-builder-ecosystem/flutter_form_builder - a9d742bfb6fa826c4a66db47d5a30dc9800ea267 authored almost 3 years ago
Added Bangla translations of the validation messages in form_builder_validators (#995)

Co-authored-by: Nymul Islam <nymul@infoinlet.com>

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 70aeacbb459060123115516bcdfb008b0f07cd82 authored almost 3 years ago
Bumps to v0.12.0+2

* Bumps PhoneNumberKit to v3.3.4
* Bumps libphonenumber to v8.12.45
* Minor update to the exampl...

github.com/flutter-form-builder-ecosystem/phone_number - d4ff262c4f91b2880f03a0d6072b5c7073772ad4 authored almost 3 years ago
chore: released form_builder_validators v7.8.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 88531fa514aa02fd941b4d24e32afe370fd6dc35 authored almost 3 years ago
Update AndroidManifest.xml (#985)

This example is using a deprecated version of the Android embedding.
I follow these instruction...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - bf4962d759b5dc838d20774ebc984301c4d19c1c authored almost 3 years ago
Translated validator messages to Estonian. (#992)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 86f555e840a5319023072b21865760a7b905bcb3 authored almost 3 years ago
Improved/Corrected the arabic translations of the validation messages in form_builder_validators. (#982)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 2f6b21bd472260af1d852c7763c90c8a690b0211 authored almost 3 years ago
migrate form builder readme code to nullsafety (#988)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 12a6d10c1521c0d00f7ab22178a6ccf4e76d02ec authored almost 3 years ago
chore: released form_builder_validators v7.7.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - bb84f80fe8702334f05c5b84d62871223881316c authored almost 3 years ago
Add ca language (#981)

* Add ca language

* Update README.md with ca language

github.com/flutter-form-builder-ecosystem/flutter_form_builder - ba367a9ba0bbc0ac2e42d654cf3e8bd76077eeb3 authored almost 3 years ago
Merge branch 'master' of https://github.com/danvick/form_builder_file_picker

github.com/flutter-form-builder-ecosystem/form_builder_file_picker - 6b2c005cf4dc30edc99c4ff53438bced5053ad8e authored almost 3 years ago
Merge pull request #21 from rwrz/web_compatibility

Web Compatibility

github.com/flutter-form-builder-ecosystem/form_builder_file_picker - 77c481494376ecbe25ccc511c11473144b1f25bb authored almost 3 years ago
fix(validators): fixed duplicate en locale translations. Fixes #969

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 3433ad813491b7591c7578f68b3f28d3572debcd authored about 3 years ago
chore: released form_builder_validators v7.6.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - b9da73472d5a3e0dfece266da1156ab7718d1a5e authored about 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 8fd102cd021aa8149603bb006851a206eb2efc23 authored about 3 years ago
feat(validators): added support for Ukranian (uk) language. Fixes #967

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c2a5b5962fea3b66a6c2974ed3611a9b3ef5c749 authored about 3 years ago
chore: released form_builder_validators v7.5.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c6cd5a2eff4224f08ec5f717e1164e47428e175a authored about 3 years ago
chore: released flutter_form_builder v7.1.1

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c0bab938dce35316d067f8581a1543775d988798 authored about 3 years ago
Implement shouldRequestFocus | Update test file (#958)

* chore: update test logic

* feat: impl shouldRequestFocus on some components

* fix: analy...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 3a84dcaafa921c9cf8016013e835bb88ad1d121b authored about 3 years ago
Added should request focus to checkbox group (#965)

* Added should request focus to checkbox group

* Added should request focus to other elements...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 1bfef9138f3caab65108bf202c5f91b460628eaa authored about 3 years ago
feat(validators): Added support for the Dutch language (NL) (#953)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 24bf0be6ca8f7985c295149f998d7bcfcea28490 authored about 3 years ago
fix: Use latest version of Kotlin Gradle plugin

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 761d9eb6e528b1be9f66ae67648d172db642e90a authored about 3 years ago
chore: attempt fixes for failing builds for beta, and dev versions of Flutter

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 16a98a9ba06a405ae7f22d8a612f86cc14ccd74f authored about 3 years ago
chore(extra_fields): released v7.1.0

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 29bed50c7e57930947e006f4ae4ac32c313f7f9f authored about 3 years ago
Merge branch 'grundid/master'

# Conflicts:
# packages/form_builder_extra_fields/test/form_builder_tester.dart

github.com/flutter-form-builder-ecosystem/flutter_form_builder - ee2bdb20dd16c7a8cf4664215e06fad8a62ebe1d authored about 3 years ago
feat(validators): bumped up intl_utils version

github.com/flutter-form-builder-ecosystem/flutter_form_builder - d54f82431374f0422fbad989e2fc1b98a1692436 authored about 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 8ccb5088324155843cba2bfe397119bad9b32b4c authored about 3 years ago
Merge branch 'fix/714-type-ahead-onReset'

# Conflicts:
# packages/form_builder_extra_fields/lib/src/fields/form_builder_typeahead.dart

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 2e08cf11ce16b8d0c5784d5580425de0617ada90 authored about 3 years ago
chore(extra_fields): proper ordering of imports

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 4c2dde48254ddb82d8eaff6177480c474f46e470 authored about 3 years ago
Merge branch 'danvick:master' into master

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 2271b836e379770a2bcdc11ce8a4a3c0eab908ce authored about 3 years ago
Moving the export line to packages/form_builder_extra_fields/lib/form_builder_extra_fields.dart

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 5bb179a120db3d1e083fca3c79a40b4acfd80ddb authored about 3 years ago
chore: fixes to buy-me-a-coffee again. typo

github.com/flutter-form-builder-ecosystem/flutter_form_builder - ca71be19b0603c915dd09feed8567e29a5aff5aa authored about 3 years ago
Merge remote-tracking branch 'origin/master'

github.com/flutter-form-builder-ecosystem/flutter_form_builder - b170c3caedb61e7262bb904da1b4720fc38cb901 authored about 3 years ago
Merge branch 'duplicate_field_handling'

# Conflicts:
# packages/flutter_form_builder/lib/src/form_builder.dart
# packages/flutter_form_b...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 1d324865f708481584f427a161ad45a09785f0c3 authored about 3 years ago
Merge branch 'master' of https://github.com/danvick/flutter_form_builder

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 18e7ba5019eef64f7be416a54400e2929ca064af authored about 3 years ago
Implement shouldRequestFocus (#881)

* feat: impl shouldChipRequestFocus (also for radio)

* chore: format localizations

* chore...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 4cecda76258e7510a1bbe9ae999c1b4ba9e0d0bf authored about 3 years ago
Added silent validation to the form_builder Widget (#944)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - ec71fcf01a1ecb9a179caf6adbc421a148b99273 authored about 3 years ago
add Russian language support (#942)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 06c607ab1353b4b1242ecec0b835d58fadbae403 authored about 3 years ago
chore: fix links in main readme to use master tree when pointing to package docs

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 22976568472db83ab14e29b0b60cfa51736081a7 authored about 3 years ago
Exporting the class TextFieldProps from dropdown_search/dropdown_search.dart to be imported directly with form_builder_searchable_dropdown

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c4b33f2afb9459322fafc8abf2074f99024b0f5f authored about 3 years ago
Merge remote-tracking branch 'origin/master' into WingCH/master

# Conflicts:
# packages/form_builder_validators/lib/localization/intl/messages_all.dart
# packag...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 7f4dcdcf8919a81f287102106f95b4c03b86a032 authored about 3 years ago
Add support for Slovenian language (#930)

* add Slovenian language support

* add support for Slovenian language - second commit

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 3dfd03b95aabd50935a214844bae860238c12957 authored about 3 years ago
Update form_builder_range_slider.dart (#933)

When the initialValue parameter is not provided in the FormBuilderRangeSlider widget, a "null ch...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 78cc3315d532ee8cfdde2919b068f8115d396906 authored about 3 years ago
Add chinese languages (traditional and simplified)

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c71ac076f559f8b35a9b5737c4172342440e00cb authored about 3 years ago
fix(extra_fields): fixed bug where searchable dropdown dialog height couldn't be adjusted. Fixes #926

github.com/flutter-form-builder-ecosystem/flutter_form_builder - f8a9d066d903ec795b3a4ee91973b252d564fb19 authored about 3 years ago
FIX: A FocusNode was used after being disposed. #908 (#909)

Co-authored-by: Danvick Miller <danvickmiller@live.com>

github.com/flutter-form-builder-ecosystem/flutter_form_builder - d90bf772c75ca42c4357907e65cb317990ebb99b authored about 3 years ago
Support tristate (#924)

Currently, the tristate property is not supported because null values are always discarded in th...

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 0c1f8fe17dcab0347c2015d100f69cdf70134fee authored about 3 years ago
- Added documentation

- improved single image display

github.com/flutter-form-builder-ecosystem/form_builder_image_picker - b531c86436a02c8bc0ab291245eb9b4111f0c9ec authored about 3 years ago
Merge branch 'master' of github.com:danvick/flutter_form_builder into duplicate_field_handling

github.com/flutter-form-builder-ecosystem/flutter_form_builder - c0b879aef7dca511fee32950bc9b51bdfe02fe08 authored over 3 years ago
Web Compatibility

Allow this plugin to work on the Web. PermissionHandler is not needed.

github.com/flutter-form-builder-ecosystem/form_builder_file_picker - 5afdb524ec2e5eaaba9e4e1ef34648ce7d5e5cc7 authored over 3 years ago
chore(extra_fields): fixes to type_ahead tests

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 6cead1ee81546f9a1d331b0f30d6a3a00ddd48ce authored over 3 years ago
chore(extra_fields): minor improvements to tests

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 3501363d853118a6f2e5f4cf1a5fd23b4439fc56 authored over 3 years ago
chore(extra_fields): fix unnecessary import errors causing CI fails in beta and dev workflows

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 265bcdabdbcf90fe3a5d7d7f8f1f87c5ee996e5a authored over 3 years ago
chore(core): fix unnecessary import errors causing CI fails in beta and dev workflows

github.com/flutter-form-builder-ecosystem/flutter_form_builder - f03df122950bd91bf2ac0f5226f145b1842e7cbc authored over 3 years ago
chore: include workflow and other badges to main repo README

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 42b53313ccd3fd24479e339ab54824c539f37ae4 authored over 3 years ago
chore(core): fix unnecessary import errors causing CI fails in beta and dev workflows

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 716f37d81e96241e192b79b1496a330bfe50f566 authored over 3 years ago
add Indonesian language support (#906)

* add Indonesian language support

* delete cupertino import

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

github.com/flutter-form-builder-ecosystem/flutter_form_builder - 737043fa2de955017280b62f96f1341b2a1321b6 authored over 3 years ago
chore: proper code analysis and clean-up

github.com/flutter-form-builder-ecosystem/form_builder_image_picker - ef695e2815a639aa3e7ce6f509ed4e69b3d0b047 authored over 3 years ago
Merge branch 'Bdaya-Dev/main'

# Conflicts:
# example/pubspec.lock
# lib/src/image_source_sheet.dart
# pubspec.lock
# pubspec.yaml

github.com/flutter-form-builder-ecosystem/form_builder_image_picker - cad86251d8d5d7bb4f82bd2dcaddf5e9251a8e19 authored over 3 years ago