docs: add a visual example gallery for extra fields #21 - #155
Merged
deandreamatias merged 5 commits intoAug 15, 2026
Merged
Conversation
The example was one long form. Split it into a home gallery so each widget has its own screen with a couple of use cases. Fixes flutter-form-builder-ecosystem#21
Closed
Contributor
|
Hi @AzazelSensei can update your branch with last commit from main? Thanks |
Contributor
|
Also, the related issue is about visual examples like screenshots or gifs, not specifically about new code examples. This media could be should in pub.dev too, setup it into pubspec.yaml |
Recorded the extra widgets at the same 230x409 size as flutter_form_builder, listed them in pubspec.yaml for pub.dev, and added the README table the sibling package uses.
Contributor
Author
|
Already on latest main. The issue was asking for screenshots/gifs, not more example screens. I recorded the extra fields at the same 230x409 size as flutter_form_builder and listed them in pubspec.yaml so they show on pub.dev. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #155 +/- ##
=======================================
Coverage 56.13% 56.13%
=======================================
Files 5 5
Lines 212 212
=======================================
Hits 119 119
Misses 93 93 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
deandreamatias
merged commit Aug 15, 2026
493cd41
into
flutter-form-builder-ecosystem:main
7 of 8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Connection with issue(s)
Close #21
Solution description
The example was one long form. I split it into a home gallery so each extra field has its own screen with a couple of use cases and the live form value. The complete form is still there as the first tile.
README lists the gallery screens and the current widget names.
Screenshots or Videos
To Do