Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: #1317 Added a new property to form_builder_choice_chip #1427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ShahSomething
Copy link
Contributor

Connection with issue(s)

Close #1317

Solution description

Added a new property showCheckmark to the FormBuilderChoiceChip widget. This property allows users to control whether a checkmark should be displayed on the selected choice chip. By default, this property is set to true.

To Do

  • Read contributing guide
  • Check the original issue to confirm it is fully satisfied
  • Add solution description to help guide reviewers
  • Add unit test to verify new or fixed behaviour
  • If apply, add documentation to code properties and package readme

@deandreamatias deandreamatias changed the title Added a new property to form_builder_choice_chip feat: #1317 Added a new property to form_builder_choice_chip Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.90%. Comparing base (e854da2) to head (f642e0f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1427   +/-   ##
=======================================
  Coverage   87.90%   87.90%           
=======================================
  Files          21       21           
  Lines         769      769           
=======================================
  Hits          676      676           
  Misses         93       93           

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

@deandreamatias deandreamatias merged commit 6ed0144 into flutter-form-builder-ecosystem:main Sep 16, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FormBuilderChoiceChip]: add showCheckmark option to choice chip
2 participants