Skip to content

Improve documentation readme about migration #146

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

Draft
wants to merge 29 commits into
base: refactor_2024_11
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
09a4514
first commit
ArturAssisComp Feb 6, 2025
c8860fc
Merge remote-tracking branch 'origin/main'
ArturAssisComp Feb 6, 2025
c0d388a
Merge branch 'refactor_2024_11' into main
ArturAssisComp Feb 6, 2025
960707b
add how it works section
ArturAssisComp Feb 10, 2025
ddd9cbd
update string session
ArturAssisComp Feb 11, 2025
74dbe1a
add user information, network, and finance validators
ArturAssisComp Feb 11, 2025
d5c5ceb
add other sections: collection, datetime, generic types, numeric,
ArturAssisComp Feb 12, 2025
72e0c71
add type validator to readme
ArturAssisComp Feb 13, 2025
a8c391b
add core validators section to readme.
ArturAssisComp Feb 13, 2025
411dda1
fix the contents section
ArturAssisComp Feb 17, 2025
dec4504
remove the verb 'is' from equality validators
ArturAssisComp Feb 17, 2025
70c7594
remove the verb 'is' from required validators
ArturAssisComp Feb 20, 2025
a592233
remove the verb 'is' from the type validators
ArturAssisComp Feb 20, 2025
38084a8
remove the verb 'is' from dateTime validators
ArturAssisComp Feb 20, 2025
8b235d1
remove the verb 'is' from generic validators
ArturAssisComp Feb 20, 2025
484e639
update readme
ArturAssisComp Feb 20, 2025
ee762d7
update readme
ArturAssisComp Feb 27, 2025
330caf4
Add the first migration instructions
ArturAssisComp Mar 10, 2025
b223f31
add more breaking changes instructions
ArturAssisComp Mar 19, 2025
9d559b9
add changelog to core validators
ArturAssisComp Mar 29, 2025
a5bd74b
refactor breaking changes and add more items to it
ArturAssisComp Mar 29, 2025
e12df52
implement max file size validator
ArturAssisComp Apr 3, 2025
684d899
add some migration items and the validator bic
ArturAssisComp Apr 3, 2025
5cd2eb8
add some examples and add more migration items
ArturAssisComp Apr 10, 2025
51e1d84
implement iban validators for the new api
ArturAssisComp Apr 13, 2025
ef2ff20
implement notInList validators and add more migration guide items.
ArturAssisComp Apr 13, 2025
5536724
update readme
ArturAssisComp Apr 15, 2025
db85c06
add some migrations
ArturAssisComp Apr 25, 2025
359c8d2
add examples and more migrations
ArturAssisComp Apr 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
569 changes: 569 additions & 0 deletions README-updated.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Also included is the `l10n` / `i18n` of error text messages to multiple language

---

## Call for Maintainers
## Call for Maintainers

> We are looking for maintainers to contribute to the development and maintenance of Flutter Form Builder Ecosystem. Is very important to keep the project alive and growing, so we need your help to keep it up to date and with new features. You can contribute in many ways, we describe some of them in [Support](#support) section.

Expand Down
Loading