Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps flutter_form_builder from 9.6.0 to 10.0.0.

Changelog

Sourced from flutter_form_builder's changelog.

10.0.0

BREAKING CHANGES

  • Set minimal Flutter version to 3.29.0
  • Set minimal Dart version to 3.7.0
  • refactor: #1456 remove deprecated code by @​deandreamatias in flutter-form-builder-ecosystem/flutter_form_builder#1465
    • Solve issue #1456
    • Remove invalidateField and invalidateFirstField methods from FormBuilderState. Use fields[name]?.invalidate(errorText) and fields.first.invalidate(errorText) instead.
    • [FormBuilderTextField] Deprecate canRequestFocus property. Use FocusNode.canRequestFocus. instead.
    • Assert on FormBuilderField.decoration.enabled property. Use FormBuilderField.enabled instead.
    • Easy way! Only need execute dart fix --apply on your project to fix the following changes:
      • Rename FormBuilderChoiceChip to FormBuilderChoiceChips.
      • Rename FormBuilderFilterChip to FormBuilderFilterChips.
      • [FormBuilderFilterChip] Remove maxChips property.
      • [FormBuilderDateTimePicker] Remove resetIcon property.
      • [FormBuilder] Remove onPopInvoked property.

Features

10.0.0-dev.3

BREAKING CHANGES

  • feat: #1456 remove deprecated code by @​deandreamatias in flutter-form-builder-ecosystem/flutter_form_builder#1465
    • Solve issue #1456
    • Remove invalidateField and invalidateFirstField methods from FormBuilderState. Use fields[name]?.invalidate(errorText) and fields.first.invalidate(errorText) instead.
    • [FormBuilderTextField] Deprecate canRequestFocus property. Use FocusNode.canRequestFocus. instead.
    • Assert on FormBuilderField.decoration.enabled property. Use FormBuilderField.enabled instead.
    • Easy way! Only need execute dart fix --apply on your project to fix the following changes:
      • Rename FormBuilderChoiceChip to FormBuilderChoiceChips.
      • Rename FormBuilderFilterChip to FormBuilderFilterChips.
      • [FormBuilderFilterChip] Remove maxChips property.
      • [FormBuilderDateTimePicker] Remove resetIcon property.
      • [FormBuilder] Remove onPopInvoked property.

Features

10.0.0-dev.2

... (truncated)

Commits
  • 859a289 Merge pull request #1472 from flutter-form-builder-ecosystem/release/10.0.0
  • 36e4242 chore(release): 10.0.0
  • 9147ab2 style: apply new dart format
  • da5558f build: update min dart and flutter versions
  • d260631 docs: update changes
  • 33ae936 fix: remove property to avoid assert
  • 437f2c7 feat: add stylusHandwritingEnabled property and deprecate scribbleEnabled
  • f6475ca Merge pull request #1468 from flutter-form-builder-ecosystem/feature/#1368-fi...
  • 555a013 docs: improve field documentation
  • c97af43 fix: remove default value for initial date
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
flutter_form_builder [>= 7.6.a, < 7.7]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 24, 2025
@samanson123
Copy link

Could really do with this upgrade being implemented!

Bumps [flutter_form_builder](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder) from 9.6.0 to 10.0.0.
- [Release notes](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/releases)
- [Changelog](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/blob/main/CHANGELOG.md)
- [Commits](flutter-form-builder-ecosystem/flutter_form_builder@9.6.0...10.0.0)

---
updated-dependencies:
- dependency-name: flutter_form_builder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/flutter_form_builder-10.0.0 branch from 4d7720c to d23d971 Compare March 12, 2025 09:14
@codecov
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.57%. Comparing base (3098aa4) to head (0350981).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage   52.57%   52.57%           
=======================================
  Files           4        4           
  Lines         194      194           
=======================================
  Hits          102      102           
  Misses         92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@deandreamatias deandreamatias deleted the dependabot/pub/flutter_form_builder-10.0.0 branch March 15, 2025 11:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants